summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin1-1/+6
2021-02-22Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds78-11095/+12357
2021-02-17drm/i915/gt: Correct surface base address for renderclearChris Wilson1-1/+1
2021-02-09drm/i915/gt: Flush before changing register stateChris Wilson1-0/+1
2021-02-09drm/i915: Disable atomics in L3 for gen9Chris Wilson1-0/+8
2021-02-02drm/i915/gt: Close race between enable_breadcrumbs and cancel_breadcrumbsChris Wilson1-2/+4
2021-02-02drm/i915/gt: Move the breadcrumb to the signaler if completed upon cancelChris Wilson1-19/+22
2021-01-26drm/i915/gt: Always try to reserve GGTT address 0x0Chris Wilson1-12/+35
2021-01-26drm/i915/gt: Clear CACHE_MODE prior to clearing residualsChris Wilson1-0/+12
2021-01-21drm/i915/gt: Skip over completed active execlists, againChris Wilson1-18/+16
2021-01-21drm/i915/gt: Do not suspend bonded requests if one hangsChris Wilson1-0/+6
2021-01-20drm/i915/gem: Move stolen node into GEM object unionChris Wilson2-2/+2
2021-01-20drm/i915/uc: Add function to define defaults for GuC/HuC enableJohn Harrison2-11/+27
2021-01-20drm/i915/gt: Close race between enable_breadcrumbs and cancel_breadcrumbsChris Wilson1-4/+5
2021-01-19drm/i915/pool: constrain pool objects by mapping typeMatthew Auld3-6/+13
2021-01-19drm/i915/gt: Pull ring submission resume under its caller forcewakeChris Wilson1-52/+43
2021-01-19drm/i915/gt: Disable the ring before resetting HEAD/TAILChris Wilson1-3/+7
2021-01-19drm/i915/gt: Lift stop_ring() to reset_prepareChris Wilson1-61/+36
2021-01-19drm/i915/selftests: Prepare the selftests for engine resets with ring submissionChris Wilson2-7/+22
2021-01-19drm/i915/gt: One more flush for Baytrail clear residualsChris Wilson1-3/+6
2021-01-18drm/i915/gt: Add arbitration check before semaphore waitChris Wilson1-0/+2
2021-01-18drm/i915/gt: Clear CACHE_MODE prior to clearing residualsChris Wilson1-0/+12
2021-01-18drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson2-13/+6
2021-01-18drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson1-0/+3
2021-01-16drm/i915/gt: Convert stats.active to plain unsigned intChris Wilson3-23/+34
2021-01-16drm/i915/gt: Extract busy-stats for ring-schedulerChris Wilson2-33/+50
2021-01-16drm/i915/gt: Drop atomic for engine->fw_active trackingChris Wilson3-4/+4
2021-01-15drm/i915/region: convert object_create into object_initMatthew Auld1-1/+1
2021-01-15drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson6-12/+13
2021-01-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2-3/+3
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/gt: Prune inlinesChris Wilson13-29/+28
2021-01-14drm/i915/gt: Prune 'inline' from execlistsChris Wilson1-34/+29
2021-01-14drm/i915/gt: Reapply ppgtt enabling after engine resetsChris Wilson2-12/+10
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 Auld2-0/+152
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-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