summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-1569-11003/+12252
|\
| * drm/i915/selftests: fix the uint*_t types that have crept inJani Nikula2021-01-141-5/+5
| * drm/i915/gt: Rearrange ivb workaroundsChris Wilson2021-01-141-71/+47
| * drm/i915/gt: Rearrange vlv workaroundsChris Wilson2021-01-141-44/+51
| * drm/i915/gt: Replace open-coded intel_engine_stop_cs()Chris Wilson2021-01-132-26/+14
| * drm/i915/selftests: Bump the scheduling error threshold for fast heartbeatsChris Wilson2021-01-131-3/+10
| * drm/i915/selftests: Force a failed engine resetChris Wilson2021-01-131-0/+144
| * drm/i915/guc: stop calling execlists_set_default_submissionDaniele Ceraolo Spurio2021-01-134-26/+48
| * drm/i915/guc: init engine directly in GuC submission modeDaniele Ceraolo Spurio2021-01-133-11/+219
| * drm/i915/guc: do not dump execlists state with GuC submissionDaniele Ceraolo Spurio2021-01-131-1/+3
| * drm/i915/guc: Delete GuC code unused in future patchesMatthew Brost2021-01-133-190/+3
| * drm/i915: move region_lmem under gtMatthew Auld2021-01-122-0/+152
| * drm/i915/gt: Perform an arbitration check before busywaitingChris Wilson2021-01-121-1/+1
| * drm/i915/gt: Check for arbitration after writing start seqnoChris Wilson2021-01-121-6/+17
| * drm/i915: Allow the sysadmin to override security mitigationsChris Wilson2021-01-121-1/+3
| * drm/i915/gt: Restore clear-residual mitigations for Ivybridge, BaytrailChris Wilson2021-01-121-1/+1
| * drm/i915/gt: Limit VFE threads based on GTChris Wilson2021-01-121-63/+94
| * drm/i915/selftests: Include engine name after reset failureChris Wilson2021-01-121-2/+4
| * drm/i915/gt: Disable arbitration around Braswell's pdp updatesChris Wilson2021-01-121-1/+10
| * drm/i915/selftests: Fix some error codesDan Carpenter2021-01-111-1/+3
| * drm/i915: Refactor marking a request as EIOChris Wilson2021-01-093-32/+8
| * drm/i915/gt: Mark up a debug-only functionChris Wilson2021-01-091-0/+1
| * drm/i915/gt: Remove unused function 'dword_in_page'Chris Wilson2021-01-091-5/+0
| * drm/i915/gt: Exercise lrc_wa_ctx initialisation failureChris Wilson2021-01-093-22/+22
| * drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson2021-01-081-0/+3
| * drm/i915/gt: Only disable preemption on gen8 render enginesChris Wilson2021-01-082-36/+15
| * drm/i915/gt: Only retire on the last breadcrumb if the last requestChris Wilson2021-01-083-6/+13
| * drm/i915/gt: Restore ce->signal flush before releasing virtual engineChris Wilson2021-01-083-15/+47
| * drm/i915/selftests: Rearrange ktime_get to reduce latency against CSChris Wilson2021-01-081-2/+2
| * drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson2021-01-081-0/+3
| * drm/i915/gt: Remove timeslice suppressionChris Wilson2021-01-072-108/+111
| * drm/i915/selftests: Improve handling of iomem around stolenChris Wilson2021-01-061-5/+5
| * drm/i915/selftests: Break out of the lrc layout test after register mismatchChris Wilson2021-01-061-4/+6
| * drm/i915/selftests: Switch 4k kmalloc to use get_free_page for alignmentChris Wilson2021-01-051-2/+3
| * drm/i915/gt: Check the virtual still matches upon lockingChris Wilson2021-01-051-4/+5
| * drm/i915/gt: Allow failed resets without assertionChris Wilson2021-01-054-1/+85
| * drm/i915/selftests: Set error returnsChris Wilson2021-01-051-2/+6
| * drm/i915/gt: Rearrange hsw workaroundsChris Wilson2021-01-041-25/+29
| * drm/i915/gt: Rearrange snb workaroundsChris Wilson2021-01-041-34/+33
| * drm/i915: Populate logical context during first pin.Maarten Lankhorst2021-01-013-47/+13
| * drm/i915: Clarify error message on failed workaroundMatt Roper2021-01-011-2/+2
| * drm/i915: Drop i915_request.lock requirement for intel_rps_boost()Chris Wilson2020-12-313-14/+15
| * drm/i915/gt: Pull context closure check from request submit to schedule-inChris Wilson2020-12-311-0/+4
| * drm/i915/gt: Cancel submitted requests upon context resetChris Wilson2020-12-311-6/+16
| * drm/i915/gt: Taint the reset mutex with the shrinkerChris Wilson2020-12-301-0/+11
| * drm/i915/gem: Peek at the inflight contextChris Wilson2020-12-293-0/+13
| * drm/i915/gt: Define guc firmware blob for older CometlakesChris Wilson2020-12-291-0/+1
| * drm/i915/gt: Refactor heartbeat request construction and submissionChris Wilson2020-12-241-18/+41
| * drm/i915/gt: ce->inflight updates are now serialisedChris Wilson2020-12-241-27/+25
| * drm/i915/gt: Simplify virtual engine handling for execlists_hold()Chris Wilson2020-12-241-29/+0