summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
17 hoursdrm/i915/gem/i915_gem_ttm_move: Fix typofor-linux-next-gtdrm-intel-gt-nextDeming Wang1-1/+1
6 daysdrm/i915: Remove counter productive REGION_* wrappersVille Syrjälä3-9/+4
6 daysdrm/i915: Pass the region ID rather than a bitmask to HAS_REGION()Ville Syrjälä3-4/+4
6 daysdrm/i915: Fix HAS_REGION() usage in intel_gt_probe_lmem()Ville Syrjälä1-1/+1
7 daysRevert "drm/i915: Remove extra multi-gt pm-references"Janusz Krzysztofik1-0/+18
14 daysdrm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti3-5/+7
2024-04-24drm/i915: Fix gt reset with GuC submission is disableddrm-intel-gt-next-2024-04-26Nirmoy Das1-2/+14
2024-04-24drm/i915: Refactor confusing __intel_gt_reset()Nirmoy Das8-13/+37
2024-04-19drm/i915/dg2: wait for HuC load completion before running selftestsDaniele Ceraolo Spurio1-4/+32
2024-04-14drm/i915/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-7/+6
2024-04-05drm/i915/guc: Fix the fix for reset lock confusionJohn Harrison2-14/+13
2024-04-03drm/i915/guc: Remove bogus null checkRodrigo Vivi1-1/+1
2024-03-30drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti5-0/+65
2024-03-30drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti1-0/+17
2024-03-30drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2-2/+22
2024-03-28drm/i915/gem: Replace dev_priv with i915Andi Shyti6-28/+28
2024-03-28drm/i915/gt: Limit the reserved VM space to only the platforms that need itAndi Shyti3-4/+14
2024-03-26drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2024-03-26Revert "drm/i915: Wait for active retire before i915_active_fini()"Janusz Krzysztofik1-2/+0
2024-03-26drm/i915: Remove extra multi-gt pm-referencesJanusz Krzysztofik1-18/+0
2024-03-26drm/i915/vma: Fix UAF on destroy against retire raceJanusz Krzysztofik1-7/+43
2024-03-20drm/i915/xelpg: Add Wa_14020495402Radhakrishna Sripada2-1/+6
2024-03-13drm/i915/selftests: Pick correct caching mode.Nirmoy Das1-1/+4
2024-03-11drm/i915: Drop WA 16015675438Lucas De Marchi2-6/+2
2024-03-07drm/i915/guc: Enable Wa_14019159160John Harrison6-9/+38
2024-03-07drm/i915/guc: Add support for w/a KLVsJohn Harrison5-2/+85
2024-03-07drm/i915: Enable Wa_16019325821John Harrison5-13/+27
2024-03-07drm/i915/guc: Use context hints for GT frequencyVinay Belgaumkar10-2/+86
2024-03-07drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-03-05drm/i915/guc: Simplify/extend platform check for Wa_14018913170John Harrison1-3/+5
2024-03-05drm/i915/selftests: Fix dependency of some timeouts on HZJanusz Krzysztofik1-2/+4
2024-03-05drm/i915/selftest_hangcheck: Check sanity with more patienceJanusz Krzysztofik1-1/+1
2024-03-04drm/i915/guc: Correct capture of EIR register on hangJohn Harrison1-5/+1
2024-03-01drm/i915/guc: Use the new gt_to_guc() wrapperAndi Shyti9-27/+28
2024-03-01drm/i915/gt: Create the gt_to_guc() wrapperAndi Shyti10-23/+25
2024-02-28drm/i915: Check before removing mm notifierdrm-intel-gt-next-2024-02-28Nirmoy Das1-0/+3
2024-02-20drm/i915: Add some boring kerneldocTvrtko Ursulin1-0/+4
2024-02-14drm/i915/gt: Restart the heartbeat timer when forcing a pulsedrm-intel-gt-next-2024-02-15John Harrison1-0/+3
2024-02-14drm/i915: Add GuC submission interface version queryTvrtko Ursulin2-0/+45
2024-02-13drm/i915/selftests: Increasing the sleep time for live_rc6_manualAnirban Sk1-2/+2
2024-02-12drm/i915: Add flex arrays to struct i915_syncmapErick Archer1-11/+8
2024-01-24drm/i915/gt: Reflect the true and current status of rc6_enableJuan Escamilla1-2/+2
2024-01-23drm/i915/mtl: Wake GT before sending H2G messageVinay Belgaumkar1-1/+4
2024-01-18drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Matt Roper3-12/+18
2024-01-18drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+Harish Chegondi4-4/+5
2024-01-10drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfsJuan Escamilla1-16/+2
2024-01-09drm/i915/guc: Avoid circular locking issue on busyness flushJohn Harrison2-2/+48
2024-01-09drm/i915/guc: Close deregister-context race against CT-lossAlan Previn2-5/+78
2024-01-09drm/i915/guc: Flush context destruction worker at suspendAlan Previn3-0/+9
2024-01-05drm/i915/huc: Allow for very slow HuC loadingJohn Harrison2-11/+63