summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Merge tag 'imx-drm-next-2021-01-08' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-1/+1
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie128-11504/+12922
2021-01-15Merge tag 'drm-intel-next-2021-01-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie23-97/+383
2021-01-15Merge tag 'amd-drm-next-5.12-2021-01-08' of https://gitlab.freedesktop.org/ag...Dave Airlie100-1298/+5956
2021-01-14drm/i915/selftests: fix the uint*_t types that have crept inJani Nikula1-5/+5
2021-01-14drm/i915/gt: Rearrange ivb workaroundsChris Wilson1-71/+47
2021-01-14drm/i915/gt: Rearrange vlv workaroundsChris Wilson1-44/+51
2021-01-14drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson2-26/+14
2021-01-14drm/i915/selftests: Bump the scheduling error threshold for fast heartbeatsChris Wilson1-3/+10
2021-01-14drm/i915/selftests: Force a failed engine resetChris Wilson1-0/+144
2021-01-13drm/i915/guc: stop calling execlists_set_default_submissionDaniele Ceraolo Spurio4-26/+48
2021-01-13drm/i915/guc: init engine directly in GuC submission modeDaniele Ceraolo Spurio3-11/+219
2021-01-13drm/i915/guc: do not dump execlists state with GuC submissionDaniele Ceraolo Spurio1-1/+3
2021-01-13drm/i915/guc: Delete GuC code unused in future patchesMatthew Brost3-190/+3
2021-01-13drm/i915: move region_lmem under gtMatthew Auld4-2/+2
2021-01-13drm/i915/lmem: make intel_region_lmem_ops staticJani Nikula2-3/+1
2021-01-13drm/i915/region: make intel_region_map staticJani Nikula2-6/+1
2021-01-12drm/i915/gt: Perform an arbitration check before busywaitingChris Wilson1-1/+1
2021-01-12drm/i915/gt: Check for arbitration after writing start seqnoChris Wilson1-6/+17
2021-01-12drm/i915/selftests: Allow huge_gem_object to kick the shrinkerChris Wilson1-1/+1
2021-01-12drm/i915/gem: Remove stolen node before releasing the regionChris Wilson1-3/+2
2021-01-12drm/i915: Allow the sysadmin to override security mitigationsChris Wilson4-1/+163
2021-01-12drm/i915/gt: Restore clear-residual mitigations for Ivybridge, BaytrailChris Wilson1-1/+1
2021-01-12drm/i915/gt: Limit VFE threads based on GTChris Wilson1-63/+94
2021-01-12drm/i915/dg1: Update voltage swing tables for DPMatt Roper1-0/+34
2021-01-12drm/i915/selftests: Include engine name after reset failureChris Wilson1-2/+4
2021-01-12drm/i915/gt: Disable arbitration around Braswell's pdp updatesChris Wilson1-1/+10
2021-01-11drm/i915: Try to use fast+narrow link on eDP again and fall back to the old m...Ville Syrjälä2-9/+67
2021-01-11drm/i915: Fix checkpatch warns in cursor codeVille Syrjälä1-3/+3
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-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-09drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson2-3/+6
2021-01-09drm/i915/gt: Only disable preemption on gen8 render enginesChris Wilson5-41/+15
2021-01-09drm/i915/gt: Only retire on the last breadcrumb if the last requestChris Wilson3-6/+13
2021-01-09drm/i915/gt: Restore ce->signal flush before releasing virtual engineChris Wilson3-15/+47
2021-01-09drm/i915/selftests: Rearrange ktime_get to reduce latency against CSChris Wilson1-2/+2
2021-01-09drm/i915/selftests: Skip unstable timing measurementsChris Wilson1-6/+14
2021-01-09drm/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/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)Alexandre Demers1-1/+1
2021-01-08drm/amdgpu/display: fix build with CONFIG_DRM_AMD_DC_DCN disabledAlex Deucher1-0/+2
2021-01-08drm/amd/pm: modify the fine grain tuning function for RenoirXiaojian Du4-9/+51
2021-01-08drm/amd/pm: add the parameters of power profiles for vangoghXiaojian Du2-26/+177
2021-01-08drm/amdgpu/psp: fix psp gfx ctrl cmdsVictor Zhao1-1/+1
2021-01-08drm/amdkfd: check more client ids in interrupt handlerTao Zhou1-2/+10