aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-01-11drm/i915: Fix checkpatch warns in cursor codeVille Syrjälä1-3/+3
2021-01-11drm/i915/icl: Fix initing the DSI DSC power refcount during HW readoutImre Deak1-4/+0
2021-01-11drm/i915: Fix HTI port checkingJosé Roberto de Souza2-4/+2
2021-01-11drm/i915/selftests: Fix some error codesDan Carpenter1-1/+3
2021-01-11drm/i915/backlight: fix CPU mode backlight takeover on LPTJani Nikula1-4/+5
2021-01-11drm/i915: Disable RPM wakeref assertions during driver shutdownChris Wilson1-0/+4
2021-01-11drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is no reset-deassert MIPI-sequenceHans de Goede1-3/+13
2021-01-11drm/i915/backlight: fix CPU mode backlight takeover on LPTJani Nikula1-4/+5
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson5-33/+21
2021-01-09drm/i915/gt: Mark up a debug-only functionChris Wilson1-0/+1
2021-01-09drm/i915/gt: Remove unused function 'dword_in_page'Chris Wilson1-5/+0
2021-01-09drm/i915/gt: Exercise lrc_wa_ctx initialisation failureChris Wilson3-22/+22
2021-01-08drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson2-3/+6
2021-01-08drm/i915/gt: Only disable preemption on gen8 render enginesChris Wilson5-41/+15
2021-01-08drm/i915/gt: Only retire on the last breadcrumb if the last requestChris Wilson3-6/+13
2021-01-08drm/i915/gt: Restore ce->signal flush before releasing virtual engineChris Wilson3-15/+47
2021-01-08drm/i915/selftests: Rearrange ktime_get to reduce latency against CSChris Wilson1-2/+2
2021-01-08drm/i915/selftests: Skip unstable timing measurementsChris Wilson1-6/+14
2021-01-08drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson1-0/+3
2021-01-08drm/i915: Disable RPM wakeref assertions during driver shutdownChris Wilson1-0/+4
2021-01-08drm/i915/pps: Reuse POWER_DOMAIN_DISPLAY_CORE in pps_{lock, unlock}Anshuman Gupta1-6/+2
2021-01-08Merge drm/drm-next into drm-intel-nextRodrigo Vivi91-716/+2377
2021-01-07drm/i915/gt: Remove timeslice suppressionChris Wilson2-108/+111
2021-01-07drm/i915: Wrap our timer_list.expires checkingChris Wilson2-2/+7
2021-01-07Merge tag 'drm-intel-next-2021-01-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDaniel Vetter46-3036/+3153
2021-01-07drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is no reset-deassert MIPI-sequenceHans de Goede1-3/+13
2021-01-07Merge tag 'topic/dp-hdmi-2.1-pcon-2020-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDaniel Vetter6-19/+684
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+0
2021-01-06drm/i915/rkl: Add DP vswing programming tablesMatt Roper1-3/+39
2021-01-06drm/i915/selftests: Improve handling of iomem around stolenChris Wilson1-5/+5
2021-01-06drm/i915/selftests: Break out of the lrc layout test after register mismatchChris Wilson1-4/+6
2021-01-06drm/i915/gvt: Fix vfio_edid issue for BXT/APLColin Xu2-27/+59
2021-01-05drm/i915/rkl: new rkl ddc map for different PCHLee Shawn C2-0/+12
2021-01-05Merge tag 'gvt-next-fixes-2020-12-25' of https://github.com/intel/gvt-linux into drm-intel-nextRodrigo Vivi10-18/+42
2021-01-05drm/i915/display/psr: Program plane's calculated offset to plane SF registerJosé Roberto de Souza1-4/+10
2021-01-05drm/i915/display: Split and export main surface calculation from skl_check_main_surface()José Roberto de Souza2-29/+51
2021-01-05drm/i915/display/psr: Use plane damage clips to calculate damaged areaJosé Roberto de Souza1-14/+99
2021-01-05drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignmentChris Wilson1-2/+3
2021-01-05drm/i915/gt: Check the virtual still matches upon lockingChris Wilson1-4/+5
2021-01-05drm/i915/gt: Allow failed resets without assertionChris Wilson4-1/+85
2021-01-05drm/i915: Set rawclk earlier during mmio probeChris Wilson1-2/+1
2021-01-05drm/i915/selftests: Set error returnsChris Wilson1-2/+6
2021-01-05drm/i915/dp: Track pm_qos per connectorChris Wilson4-10/+9
2021-01-05drm/i915/gt: Define guc firmware blob for older CometlakesChris Wilson1-0/+1
2021-01-05drm/i915: clear the gpu reloc batchMatthew Auld1-1/+3
2021-01-05drm/i915: clear the shadow batchMatthew Auld1-18/+9
2021-01-04drm/i915/selftests: Guard against redifinition of SZ_8GChris Wilson1-0/+2
2021-01-04drm/i915/gt: Rearrange hsw workaroundsChris Wilson1-25/+29
2021-01-04drm/i915/gt: Rearrange snb workaroundsChris Wilson1-34/+33
2021-01-03drm/i915: fix shift warningArnd Bergmann1-1/+1