summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2021-05-26drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7Simon Rettberg1-1/+4
2021-05-19drm/i915: Read C0DRB3/C1DRB3 as 16 bits againVille Syrjälä1-2/+2
2021-05-19drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdpLv Yunlong1-1/+0
2021-03-30drm/i915: Fix the GT fence revocation runtime PM logicImre Deak1-1/+12
2021-03-17drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin1-1/+6
2021-03-04drm/i915/gt: Correct surface base address for renderclearChris Wilson1-1/+1
2021-03-04drm/i915/gt: Flush before changing register stateChris Wilson1-0/+1
2021-03-04drm/i915/gt: One more flush for Baytrail clear residualsChris Wilson1-3/+6
2021-02-10drm/i915/gt: Close race between enable_breadcrumbs and cancel_breadcrumbsChris Wilson1-2/+4
2021-02-04drm/i915/gt: Clear CACHE_MODE prior to clearing residualsChris Wilson1-0/+12
2021-02-04drm/i915/gt: Always try to reserve GGTT address 0x0Chris Wilson1-12/+35
2021-01-27drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson2-13/+6
2021-01-27drm/i915/gt: Prevent use of engine->wa_ctx after errorChris Wilson1-0/+3
2021-01-19drm/i915/gt: Restore clear-residual mitigations for Ivybridge, BaytrailChris Wilson1-1/+1
2021-01-19drm/i915/gt: Limit VFE threads based on GTChris Wilson1-63/+94
2021-01-19drm/i915: Allow the sysadmin to override security mitigationsChris Wilson1-1/+3
2020-12-08drm/i915/gt: Declare gen9 has 64 mocs entries!Chris Wilson1-4/+3
2020-12-08drm/i915: fix size_t greater or equal to zero comparisonColin Ian King1-1/+1
2020-12-08drm/i915/gt: Cancel the preemption timeout on responding to itChris Wilson1-1/+3
2020-12-08drm/i915/gt: Ignore repeated attempts to suspend request flow across resetChris Wilson1-0/+3
2020-12-03drm/i915/gt: Limit frequency drop to RPe on parkingChris Wilson1-0/+4
2020-12-03drm/i915/gt: Retain default context state across shrinkingVenkata Ramana Nayana1-2/+5
2020-12-03drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson4-101/+88
2020-12-03drm/i915/gt: Protect context lifetime with RCUChris Wilson2-4/+19
2020-12-01drm/i915/gt: Program mocs:63 for cache eviction on gen9Chris Wilson1-1/+13
2020-11-24drm/i915/gt: Free stale request on destroying the virtual engineChris Wilson1-7/+53
2020-11-24drm/i915/gt: Don't cancel the interrupt shadow too earlyChris Wilson1-1/+1
2020-11-24drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlockChris Wilson2-13/+23
2020-11-24drm/i915/gt: Defer enabling the breadcrumb interrupt to after submissionChris Wilson1-39/+70
2020-11-19drm/i915/gt: Fixup tgl mocs for PTE trackingChris Wilson1-2/+3
2020-11-19drm/i915/gt: Remember to free the virtual breadcrumbsChris Wilson1-0/+1
2020-11-17drm/i915: Avoid memory leak with more than 16 workarounds on a listTvrtko Ursulin1-1/+3
2020-11-17drm/i915/tgl: Fix Media power gate sequence.Rodrigo Vivi1-5/+17
2020-11-13drm/i915: Correctly set SFC capability for video enginesVenkata Sandeep Dhanalakota1-1/+2
2020-11-04drm/i915/gt: Flush xcs before tgl breadcrumbsChris Wilson1-1/+3
2020-11-04drm/i915/gt: Expose more parameters for emitting writes into the ringChris Wilson1-20/+35
2020-11-04drm/i915/gt: Use the local HWSP offset during submissionChris Wilson3-16/+31
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-34/+259
2020-10-21drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson1-0/+196
2020-10-21drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson2-7/+14
2020-10-19drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson1-3/+18
2020-10-19drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson2-18/+17
2020-10-19drm/i915/gt: Undo forced context restores after trivial preemptionsChris Wilson1-3/+2
2020-10-19drm/i915/gt: Delay execlist processing for tglChris Wilson1-0/+3
2020-10-19drm/i915/gt: Initialize reserved and unspecified MOCS indicesAyaz A Siddiqui1-5/+11
2020-10-18drm/i915: use vmap in shmem_pin_mapChristoph Hellwig1-58/+18
2020-09-30drm/i915/gt: Always send a pulse down the engine after disabling heartbeatChris Wilson1-39/+67
2020-09-30drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson1-0/+9
2020-09-30drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst1-0/+1
2020-09-30drm/i915/gt: Clear the buffer pool age before useChris Wilson1-0/+2