summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2024-06-24drm/i915/gt: Fix potential UAF by revoke of fence registersJanusz Krzysztofik1-0/+1
2024-05-29drm/i915/gt: Fix CCS id's calculation for CCS mode settingAndi Shyti3-1/+15
2024-05-29drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-05-29drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson1-8/+7
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds50-628/+389
2024-05-06drm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti3-5/+7
2024-05-02Merge tag 'drm-intel-next-2024-04-30' of https://anongit.freedesktop.org/git/...Dave Airlie1-0/+2
2024-04-30Merge tag 'drm-intel-gt-next-2024-04-26' of https://anongit.freedesktop.org/g...Dave Airlie40-100/+313
2024-04-29drm/i915/display: split out intel_fbc_regs.h from i915_reg.hJani Nikula1-0/+2
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-24drm/i915: Fix gt reset with GuC submission is disabledNirmoy Das1-2/+14
2024-04-24drm/i915: Refactor confusing __intel_gt_reset()Nirmoy Das7-12/+36
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie10-20/+130
2024-04-14drm/i915/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-7/+6
2024-04-09drm/i915/gt: drop display clock info from gt debugfsJani Nikula1-4/+0
2024-04-08drm/i915/guc: Fix the fix for reset lock confusionJohn Harrison2-14/+13
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-04-03drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti4-0/+64
2024-04-03drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti1-0/+17
2024-04-03drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2-2/+22
2024-04-03drm/i915/gt: Limit the reserved VM space to only the platforms that need itAndi Shyti3-4/+14
2024-04-02Merge drm/drm-next into drm-intel-nextRodrigo Vivi4-5/+6
2024-03-30drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti4-0/+64
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/gt: Limit the reserved VM space to only the platforms that need itAndi Shyti3-4/+14
2024-03-28drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2024-03-28drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-03-26drm/i915: Delete stray .rej fileLucas De Marchi1-18/+0
2024-03-26drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2024-03-23drm/i915: Remove special handling for !RCS_MASK()Lucas De Marchi2-7/+2
2024-03-23drm/i915: Drop dead code for pvcLucas De Marchi11-190/+25
2024-03-23drm/i915: Update IP_VER(12, 50)Lucas De Marchi16-31/+30
2024-03-23drm/i915: Drop dead code for xehpsdvLucas De Marchi11-300/+39
2024-03-20drm/i915/xelpg: Add Wa_14020495402Radhakrishna Sripada2-1/+6
2024-03-11drm/i915: Drop WA 16015675438Lucas De Marchi2-6/+2
2024-03-08drm/i915/guc: Enable Wa_14019159160John Harrison6-9/+38
2024-03-08drm/i915/guc: Add support for w/a KLVsJohn Harrison5-2/+85
2024-03-08drm/i915: Enable Wa_16019325821John Harrison5-13/+27
2024-03-07drm/i915/guc: Use context hints for GT frequencyVinay Belgaumkar6-0/+50
2024-03-07drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-03-06drm/i915/guc: Simplify/extend platform check for Wa_14018913170John Harrison1-3/+5
2024-03-05drm/i915/selftest_hangcheck: Check sanity with more patienceJanusz Krzysztofik1-1/+1
2024-03-05drm/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-03-01Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org...Dave Airlie1-2/+2
2024-02-28Merge tag 'drm-intel-next-2024-02-27-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-2/+0