summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie5-10/+45
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie5-51/+20
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-17/+17
2015-10-02drm/dp/mst: split connector registration into two parts (v2)Dave Airlie1-1/+8
2015-09-30drm/i915: Remove setparam ioctlDaniel Vetter4-34/+3
2015-09-30drm/i915: Call non-locking version of drm_kms_helper_poll_enable(), v2Egbert Eich1-1/+1
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter16-56/+134
2015-09-30Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie7-15/+14
2015-09-28drm/i915: Consider HW CSB write pointer before resetting the sw read pointerMichel Thierry2-7/+34
2015-09-28drm/i915/skl: Don't call intel_prepare_ddi when encoder list isn't yet initia...Rodrigo Vivi1-1/+2
2015-09-28drm/i915: Update DRIVER_DATE to 20150928Daniel Vetter1-1/+1
2015-09-25drm/i915: fix task reference leak in i915_debugfs.cGeliang Tang1-2/+6
2015-09-24drm/i915: Fix vblank count variable typesVille Syrjälä1-2/+2
2015-09-24drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä1-2/+2
2015-09-24drm: Move timestamping constants into drm_vblank_crtcVille Syrjälä1-1/+0
2015-09-24Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter11-38/+82
2015-09-24drm/i915: Defer adding preallocated stolen objects to the VM listChris Wilson2-11/+7
2015-09-23drm/i915: Remove extraneous request cancel.Nick Hoath1-1/+0
2015-09-23drm/i915: Enable querying offset of UV plane with intel_plane_obj_offsetTvrtko Ursulin5-7/+28
2015-09-23drm/i915: Support NV12 in rotated GGTT mappingTvrtko Ursulin3-6/+46
2015-09-23drm/i915: Support appending to the rotated pages mappingTvrtko Ursulin1-8/+13
2015-09-23drm/i915: Support planar formats in tile height calculationsTvrtko Ursulin3-7/+7
2015-09-23drm/i915/bxt: Update revision id for BXT C0Arun Siluvery1-1/+1
2015-09-23drm/i915: Parametrize CSR_PROGRAM registersVille Syrjälä1-4/+3
2015-09-23drm/i915: Parametrize DDI_BUF_TRANS registersVille Syrjälä2-11/+11
2015-09-23drm/i915: Parametrize TV luma/chroma filter registersVille Syrjälä2-12/+8
2015-09-23drm/i915: Replace raw numbers with the approproate register name in ILK turbo...Ville Syrjälä1-3/+3
2015-09-23drm/i915: Parametrize ILK turbo registersVille Syrjälä2-12/+12
2015-09-23drm/i915: Parametrize FBC_TAG registersVille Syrjälä2-2/+2
2015-09-23drm/i915: Parametrize GEN7_GT_SCRATCH and GEN7_LRA_LIMITSVille Syrjälä2-6/+6
2015-09-23drm/i915: Parametrize LRC registersVille Syrjälä3-11/+11
2015-09-23drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus()Ville Syrjälä1-4/+4
2015-09-23drm/i915: Ignore "digital output" and "not HDMI output" bits for eDP detectionVille Syrjälä1-2/+0
2015-09-23drm/i915: Make sure we don't detect eDP on g4xVille Syrjälä1-0/+7
2015-09-23drm/i915: Avoid race of intel_crt_detect_hotplug() with HPD interrupt, v2Egbert Eich3-19/+59
2015-09-23drm/i915/bios: handle MIPI Sequence Block v3+ gracefullyJani Nikula1-1/+11
2015-09-23drm/i915: Do not hardcode s_max, ss_max and eu_mask for BXTDongwon Kim1-11/+0
2015-09-23drm/i915/gtt: Do not initialize drm_mm twice.Michał Winiarski3-24/+18
2015-09-23drm/i915: Implement stolen reserved detection for ctg/elkVille Syrjälä2-3/+33
2015-09-23drm/i915: fix FBC for cases where crtc->base.y is non-zeroPaulo Zanoni3-5/+31
2015-09-23drm/i915: reject invalid formats for FBCPaulo Zanoni2-0/+31
2015-09-23drm/i915: don't apply WaFbcAsynchFlipDisableFbcQueue on SKLPaulo Zanoni1-1/+1
2015-09-23drm/i915: apply WaFbcAsynchFlipDisableFbcQueue earlierPaulo Zanoni1-2/+2
2015-09-23drm/i915: don't enable FBC when pixel rate exceeds 95% on HSW/BDWPaulo Zanoni2-0/+11
2015-09-23drm/i915: print the correct amount of bytes allocated for the CFBPaulo Zanoni1-2/+3
2015-09-23drm/i915: avoid the last 8mb of stolen on BDW/SKLPaulo Zanoni4-9/+38
2015-09-23drm/i915: check for the supported strides on HSW+ FBCPaulo Zanoni2-0/+29
2015-09-23drm/i915: fix the FBC work allocation failure pathPaulo Zanoni1-10/+17
2015-09-23drm/i915: Fix fastboot scalers for skylake.Maarten Lankhorst1-2/+2
2015-09-23drm/i915: Program GuC MAX IDLE CountSagar Arun Kamble2-0/+5