summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-16drm/i915/uc: Update to latest GuC and use new-format GuC/HuC namesJohn Harrison1-3/+7
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-18/+29
2022-09-15drm/i915/gt: Extract per-platform function for frequency readLucas De Marchi1-90/+81
2022-09-15drm/i915: Invert if/else ladder for frequency readLucas De Marchi1-40/+37
2022-09-15drm/i915/uc: Fix issues with overriding firmware filesJohn Harrison1-5/+15
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta2-0/+16
2022-09-14drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta4-4/+4
2022-09-14drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson1-4/+28
2022-09-14drm/i915/selftest: Always cancel semaphore on errorChris Wilson1-9/+8
2022-09-14drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson1-7/+54
2022-09-14drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson3-0/+26
2022-09-14drm/i915: Skip applying copy engine fusesLucas De Marchi1-0/+4
2022-09-12drm/i915/gt: Extract function to apply media fusesLucas De Marchi1-65/+72