summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2023-10-06drm/i915/gt: Fix reservation address in ggtt_reserve_guc_topJavier Pello1-6/+17
2023-10-06i915/pmu: Move execlist stats initialization to execlist specific setupUmesh Nerlige Ramappa2-1/+2
2023-09-19drm/i915: mark requests for GuC virtual engines to avoid use-after-freeAndrzej Hajda2-0/+4
2023-08-30drm/i915/gt: Support aux invalidation on all enginesAndi Shyti3-45/+41
2023-08-30drm/i915/gt: Poll aux invalidation register bit on invalidationJonathan Cavitt2-5/+13
2023-08-30drm/i915/gt: Ensure memory quiesced before invalidationJonathan Cavitt1-1/+5
2023-08-30drm/i915: Add the gen12_needs_ccs_aux_inv helperAndi Shyti1-3/+15
2023-08-11drm/i915/gt: Cleanup aux invalidation registersAndi Shyti3-15/+15
2023-07-23drm/i915: Fix one wrong caching mode enum usageTvrtko Ursulin1-1/+1
2023-07-19drm/i915/guc/slpc: Apply min softlimit correctlyVinay Belgaumkar1-1/+1
2023-06-14drm/i915/gt: Use the correct error value when kernel_context() failsAndi Shyti1-4/+8
2023-06-14drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin2-46/+53
2023-05-24drm/i915/guc: Don't capture Gen8 regs on Xe devicesJohn Harrison1-2/+5
2023-04-13drm/i915: Fix context runtime accountingTvrtko Ursulin1-2/+10
2023-03-30drm/i915/gt: perform uc late init after probe error injectionAndrzej Hajda1-2/+2
2023-03-30drm/i915/guc: Fix missing ecodesJohn Harrison1-0/+22
2023-03-30drm/i915/guc: Rename GuC register state capture node to be more obviousJohn Harrison1-4/+4
2023-03-22drm/i915/sseu: fix max_subslices array-index-out-of-bounds accessAndrea Righi1-1/+1
2023-03-10drm/i915: Don't use BAR mappings for ring buffers with LLCJohn Harrison1-2/+2
2023-03-10drm/i915: Don't use stolen memory for ring buffers with LLCJohn Harrison1-1/+1
2023-02-22drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT listMatt Roper1-7/+7
2023-02-09drm/i915: Fix up locking around dumping requests listsJohn Harrison4-39/+70
2023-02-09drm/i915: Fix request ref counting during error capture & debugfs dumpJohn Harrison4-5/+11
2023-02-09drm/i915/guc: Fix locking when searching for a hung requestJohn Harrison1-0/+11
2023-01-18drm/i915: Fix CFI violations in gt_sysfsNathan Chancellor3-258/+220
2023-01-18drm/i915/gt: Cleanup partial engine discovery failuresChris Wilson1-1/+6
2023-01-18drm/i915/gt: Reset twiceChris Wilson1-6/+28
2023-01-07drm/i915/migrate: Account for the reserved_spaceChris Wilson1-4/+12
2022-12-31drm/i915/guc: make default_lists const dataJani Nikula1-1/+1
2022-12-31drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta2-20/+0
2022-12-31drm/i915/guc: Fix GuC error capture sizing estimation and reportingAlan Previn2-14/+21
2022-12-31drm/i915/guc: Add error-capture init warnings when neededAlan Previn1-9/+69
2022-12-31drm/i915: Fix compute pre-emption w/a to apply to compute enginesJohn Harrison1-12/+12
2022-12-31drm/i915/guc: Limit scheduling properties to avoid overflowJohn Harrison5-10/+119
2022-12-03Merge tag 'drm-fixes-2022-12-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-3/+8
2022-11-30drm/i915: fix TLB invalidation for Gen12 video and compute enginesAndrzej Hajda1-0/+5
2022-11-29drm/i915: Never return 0 if not all requests retiredJanusz Krzysztofik1-1/+1
2022-11-29drm/i915: Fix negative value passed as remaining timeJanusz Krzysztofik1-2/+7
2022-10-24drm/i915: Extend Wa_1607297627 to Alderlake-PJosé Roberto de Souza1-2/+2
2022-10-14Merge tag 'drm-next-2022-10-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-19/+31
2022-10-11drm/i915: Fix display problems after resumeThomas Hellström1-1/+7
2022-10-10drm/i915/guc: Fix revocation of non-persistent contextsTvrtko Ursulin3-18/+16
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds57-878/+1873
2022-10-03drm/i915/ehl: Update MOCS table for EHLTejas Upadhyay1-0/+8
2022-09-28drm/i915/gt: Perf_limit_reasons are only available for Gen11+Ashutosh Dixit1-4/+11
2022-09-27drm/i915/gt: Use i915_vm_put on ppgtt_create error pathsChris Wilson3-36/+41
2022-09-27drm/i915/guc: Fix release build bug in 'remove log size module parameters'John Harrison1-24/+1
2022-09-26drm/i915/gt: Restrict forced preemption to the active contextChris Wilson2-1/+35
2022-09-21Merge tag 'drm-intel-next-2022-09-16-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-2/+2
2022-09-21Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...Dave Airlie24-290/+677