aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-1/+2
|\
| * drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld2016-11-301-1/+2
| * drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson2016-11-301-2/+3
| * drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch spec...Ville Syrjälä2016-11-162-9/+24
| * drm/i915: Refresh that status of MST capable connectors in ->detect()Ville Syrjälä2016-11-111-10/+0
| * drm/i915: Grab the rotation from the passed plane state for VLV spritesVille Syrjälä2016-11-111-1/+1
| * drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson2016-11-111-0/+8
| * drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson2016-11-071-2/+16
| * drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson2016-11-071-1/+1
| * drm/i915/dp: Extend BDW DP audio workaround to GEN9 platformsDhinakaran Pandiyan2016-11-071-2/+4
| * drm/i915/dp: BDW cdclk fix for DP audioDhinakaran Pandiyan2016-11-071-3/+24
| * drm/i915/vlv: Prevent enabling hpd polling in late suspendLyude2016-11-071-1/+3
| * drm/i915: Respect alternate_ddc_pin for all DDI portsVille Syrjälä2016-11-071-36/+48
| * drm/i915: Fix SKL+ 90/270 degree rotated plane coordinate computationVille Syrjälä2016-10-281-1/+2
| * drm/i915: Remove two invalid warnsTvrtko Ursulin2016-10-281-3/+0
| * drm/i915: Rotated view does not need a fenceTvrtko Ursulin2016-10-281-1/+6
| * drm/i915/fbc: fix CFB size calculation for gen8+Paulo Zanoni2016-10-281-1/+3
| * drm: i915: Wait for fences on new fb, not oldDaniel Stone2016-10-281-1/+1
| * drm/i915: Clean up DDI DDC/AUX CH sanitationVille Syrjälä2016-10-281-45/+77
| * drm/i915: Respect alternate_aux_channel for all DDI portsVille Syrjälä2016-10-281-31/+40
| * drm/i915/gen9: fix watermarks when using the pipe scalerPaulo Zanoni2016-10-281-9/+3
| * drm/i915: Fix mismatched INIT power domain disabling during suspendImre Deak2016-10-281-2/+2
| * drm/i915: fix a read size argumentDan Carpenter2016-10-281-2/+2
| * drm/i915: Use fence_write() from rpm resumeChris Wilson2016-10-281-2/+19
| * drm/i915/gen9: fix DDB partitioning for multi-screen casesPaulo Zanoni2016-10-281-2/+10
| * drm/i915: workaround sparse warning on variable length arraysJani Nikula2016-10-281-1/+1
| * drm/i915: keep declarations in i915_drv.hJani Nikula2016-10-282-7/+5
* | Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-306-59/+59
|\ \
| * | drm: Nuke modifier[1-3]Ville Syrjälä2016-11-176-59/+59
* | | drm/i915: Update DRIVER_DATE to 20161121Daniel Vetter2016-11-211-2/+2
* | | drm/i915: Skip final clflush if LLC is coherentChris Wilson2016-11-181-1/+2
* | | drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson2016-11-182-11/+13
* | | drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson2016-11-181-2/+3
* | | drm/i915: Check that each request phase is completed before retiringChris Wilson2016-11-181-0/+2
* | | drm/i915: i915_pages_create_for_stolen should return err ptrMatthew Auld2016-11-181-2/+2
* | | drm/i915: Enable support for nonblocking modesetMaarten Lankhorst2016-11-181-9/+0
* | | drm/i915: Be more careful to drop the GT wakerefChris Wilson2016-11-181-8/+9
* | | drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-187-20/+19
* | | drm/i915: Only dump dp_m2_n2 configuration when drrs is usedTvrtko Ursulin2016-11-181-3/+4
* | | drm/i915: don't leak global_timelineMatthew Auld2016-11-171-0/+5
* | | drm/i915: add i915_address_space_finiMatthew Auld2016-11-171-6/+12
* | | drm/i915: Add a few more sanity checks for stolen handlingChris Wilson2016-11-171-8/+8
* | | drm/i915: Waterproof verification of gen9 forcewake table rangesTvrtko Ursulin2016-11-171-0/+2
* | | drm/i915: Introduce enableddisabled helperTvrtko Ursulin2016-11-176-18/+17
* | | drm/i915: Only dump possible panel fitter config for the platformTvrtko Ursulin2016-11-171-8/+12
* | | drm/i915: Only dump scaler config where supportedTvrtko Ursulin2016-11-171-16/+18
* | | drm/i915: Compact a few pipe config debug linesTvrtko Ursulin2016-11-171-8/+7
* | | drm/i915: Don't log pipe config kernel pointer and duplicated pipe nameTvrtko Ursulin2016-11-171-3/+2
* | | drm/i915: Dump FDI config only where applicableTvrtko Ursulin2016-11-171-13/+13
* | | drm/i915: Extract intel_link_m_n config printing into a helperTvrtko Ursulin2016-11-171-15/+17