summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Fix CCS id's calculation for CCS mode settingAndi Shyti2024-05-293-1/+15
* drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann2024-05-291-3/+3
* drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson2024-05-291-8/+7
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+1
|\
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-1550-628/+389
|\ \
| * \ Merge tag 'drm-intel-next-2024-04-30' of https://anongit.freedesktop.org/git/...Dave Airlie2024-05-021-0/+2
| |\ \
| | * | drm/i915/display: split out intel_fbc_regs.h from i915_reg.hJani Nikula2024-04-291-0/+2
| * | | Merge tag 'drm-intel-gt-next-2024-04-26' of https://anongit.freedesktop.org/g...Dave Airlie2024-04-3040-100/+313
| |\ \ \
| | * | | drm/i915: Fix gt reset with GuC submission is disabledNirmoy Das2024-04-241-2/+14
| | * | | drm/i915: Refactor confusing __intel_gt_reset()Nirmoy Das2024-04-247-12/+36
| | * | | drm/i915/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-141-7/+6
| | * | | drm/i915/guc: Fix the fix for reset lock confusionJohn Harrison2024-04-052-14/+13
| | * | | drm/i915/guc: Remove bogus null checkRodrigo Vivi2024-04-031-1/+1
| | * | | drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti2024-03-304-0/+64
| | * | | drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti2024-03-301-0/+17
| | * | | drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2024-03-302-2/+22
| | * | | drm/i915/gt: Limit the reserved VM space to only the platforms that need itAndi Shyti2024-03-283-4/+14
| | * | | drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2024-03-262-3/+3
| | * | | drm/i915/xelpg: Add Wa_14020495402Radhakrishna Sripada2024-03-202-1/+6
| | * | | drm/i915: Drop WA 16015675438Lucas De Marchi2024-03-112-6/+2
| | * | | drm/i915/guc: Enable Wa_14019159160John Harrison2024-03-076-9/+38
| | * | | drm/i915/guc: Add support for w/a KLVsJohn Harrison2024-03-075-2/+85
| | * | | drm/i915: Enable Wa_16019325821John Harrison2024-03-075-13/+27
| | * | | drm/i915/guc: Use context hints for GT frequencyVinay Belgaumkar2024-03-076-0/+50
| | * | | drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay2024-03-071-0/+1
| | * | | drm/i915/guc: Simplify/extend platform check for Wa_14018913170John Harrison2024-03-051-3/+5
| | * | | drm/i915/selftest_hangcheck: Check sanity with more patienceJanusz Krzysztofik2024-03-051-1/+1
| | * | | drm/i915/guc: Correct capture of EIR register on hangJohn Harrison2024-03-041-5/+1
| | * | | drm/i915/guc: Use the new gt_to_guc() wrapperAndi Shyti2024-03-019-27/+28
| | * | | drm/i915/gt: Create the gt_to_guc() wrapperAndi Shyti2024-03-0110-23/+25
| * | | | Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-2210-20/+130
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | drm/i915/gt: drop display clock info from gt debugfsJani Nikula2024-04-091-4/+0
| * | | Merge drm/drm-next into drm-intel-nextRodrigo Vivi2024-04-024-5/+6
| |\ \ \
| * | | | drm/i915: Delete stray .rej fileLucas De Marchi2024-03-261-18/+0
| * | | | drm/i915: Remove special handling for !RCS_MASK()Lucas De Marchi2024-03-222-7/+2
| * | | | drm/i915: Drop dead code for pvcLucas De Marchi2024-03-2211-190/+25
| * | | | drm/i915: Update IP_VER(12, 50)Lucas De Marchi2024-03-2216-31/+30
| * | | | drm/i915: Drop dead code for xehpsdvLucas De Marchi2024-03-2211-300/+39
* | | | | drm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti2024-05-063-5/+7
| |_|/ / |/| | |
* | | | drm/i915/guc: Fix the fix for reset lock confusionJohn Harrison2024-04-082-14/+13
* | | | drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti2024-04-034-0/+64
* | | | drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti2024-04-031-0/+17
* | | | drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2024-04-032-2/+22
* | | | drm/i915/gt: Limit the reserved VM space to only the platforms that need itAndi Shyti2024-04-033-4/+14
| |/ / |/| |
* | | drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2024-03-282-3/+3
* | | drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay2024-03-281-0/+1
* | | Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org...Dave Airlie2024-03-011-2/+2
|\ \ \ | |/ / |/| |
| * | Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann2024-02-2618-73/+248
| |\ \
| * | | drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversionTvrtko Ursulin2024-02-221-2/+2