summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-091-1/+2
* drm/i915: Fix the GT fence revocation runtime PM logicImre Deak2021-03-241-1/+12
* drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin2021-03-121-1/+6
* Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-2178-11095/+12357
|\
| * drm/i915/gt: Correct surface base address for renderclearChris Wilson2021-02-171-1/+1
| * drm/i915/gt: Flush before changing register stateChris Wilson2021-02-081-0/+1
| * drm/i915: Disable atomics in L3 for gen9Chris Wilson2021-02-081-0/+8
| * drm/i915/gt: Skip over completed active execlists, againChris Wilson2021-01-211-18/+16
| * drm/i915/gt: Do not suspend bonded requests if one hangsChris Wilson2021-01-211-0/+6
| * drm/i915/gem: Move stolen node into GEM object unionChris Wilson2021-01-202-2/+2
| * drm/i915/uc: Add function to define defaults for GuC/HuC enableJohn Harrison2021-01-202-11/+27
| * drm/i915/gt: Close race between enable_breadcrumbs and cancel_breadcrumbsChris Wilson2021-01-201-4/+5
| * drm/i915/pool: constrain pool objects by mapping typeMatthew Auld2021-01-193-6/+13
| * drm/i915/gt: Pull ring submission resume under its caller forcewakeChris Wilson2021-01-191-52/+43
| * drm/i915/gt: Disable the ring before resetting HEAD/TAILChris Wilson2021-01-191-3/+7
| * drm/i915/gt: Lift stop_ring() to reset_prepareChris Wilson2021-01-191-61/+36
| * drm/i915/selftests: Prepare the selftests for engine resets with ring submissionChris Wilson2021-01-192-7/+22
| * drm/i915/gt: One more flush for Baytrail clear residualsChris Wilson2021-01-191-3/+6
| * drm/i915/gt: Add arbitration check before semaphore waitChris Wilson2021-01-181-0/+2
| * drm/i915/gt: Clear CACHE_MODE prior to clearing residualsChris Wilson2021-01-181-0/+12
| * drm/i915/gt: Convert stats.active to plain unsigned intChris Wilson2021-01-153-23/+34
| * drm/i915/gt: Extract busy-stats for ring-schedulerChris Wilson2021-01-152-33/+50
| * drm/i915/gt: Drop atomic for engine->fw_active trackingChris Wilson2021-01-153-4/+4
| * drm/i915/region: convert object_create into object_initMatthew Auld2021-01-151-1/+1
| * drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson2021-01-156-12/+13
| * Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2021-01-152-3/+3
| |\
| | * Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-1569-11003/+12252
| | |\
| * | | drm/i915/gt: Prune inlinesChris Wilson2021-01-1413-29/+28
| * | | drm/i915/gt: Prune 'inline' from execlistsChris Wilson2021-01-141-34/+29
| * | | drm/i915/gt: Reapply ppgtt enabling after engine resetsChris Wilson2021-01-142-12/+10
| | |/ | |/|
| * | 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