summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2021-02-02drm/i915/gt: Remove references to struct drm_device.pdevThomas Zimmermann5-12/+12
2021-02-02drm/i915: Remove references to struct drm_device.pdevThomas Zimmermann1-4/+4
2021-02-01drm/i915/adl_s: Add GT and CTX WAs for ADL-SAditya Swarup1-13/+21
2021-02-01drm/i915/adl_s: Re-use TGL GuC/HuC firmwareMatt Roper1-1/+3
2021-01-20drm/i915/adl_s: Add ADL-S platform info and PCI idsCaz Yokoyama1-0/+8
2021-01-20drm/i915/tgl: Use TGL stepping info for applying WAsAditya Swarup1-13/+13
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie69-11003/+12252
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-13drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson2-26/+14
2021-01-13drm/i915/selftests: Bump the scheduling error threshold for fast heartbeatsChris Wilson1-3/+10
2021-01-13drm/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-12drm/i915: move region_lmem under gtMatthew Auld2-0/+152
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: Allow the sysadmin to override security mitigationsChris Wilson1-1/+3
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-11drm/i915/selftests: Include engine name after reset failureChris Wilson1-2/+4
2021-01-11drm/i915/gt: Disable arbitration around Braswell's pdp updatesChris Wilson1-1/+10
2021-01-11drm/i915/selftests: Fix some error codesDan Carpenter1-1/+3
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson3-32/+8
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 Wilson1-0/+3
2021-01-08drm/i915/gt: Only disable preemption on gen8 render enginesChris Wilson2-36/+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/gt: Prevent use of engine->wa_ctx after errorChris Wilson1-0/+3
2021-01-07drm/i915/gt: Remove timeslice suppressionChris Wilson2-108/+111
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-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/selftests: Set error returnsChris Wilson1-2/+6
2021-01-04drm/i915/gt: Rearrange hsw workaroundsChris Wilson1-25/+29
2021-01-04drm/i915/gt: Rearrange snb workaroundsChris Wilson1-34/+33
2021-01-01drm/i915: Populate logical context during first pin.Maarten Lankhorst3-47/+13
2021-01-01drm/i915: Clarify error message on failed workaroundMatt Roper1-2/+2
2020-12-31drm/i915: Drop i915_request.lock requirement for intel_rps_boost()Chris Wilson3-14/+15
2020-12-31drm/i915/gt: Pull context closure check from request submit to schedule-inChris Wilson1-0/+4
2020-12-31drm/i915/gt: Cancel submitted requests upon context resetChris Wilson1-6/+16