summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2024-06-27Merge tag 'drm-intel-gt-next-2024-06-12' of https://gitlab.freedesktop.org/dr...Dave Airlie9-128/+66
2024-06-21Merge tag 'drm-intel-next-2024-06-19' of https://gitlab.freedesktop.org/drm/i...Dave Airlie7-14/+15
2024-06-21Merge tag 'drm-misc-next-2024-06-13' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-2/+2
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula8-17/+33
2024-06-17drm/i915: use i9xx_fsb_freq() for GT clock frequencyJani Nikula1-1/+2
2024-06-17drm/i915: convert fsb_freq and mem_freq to kHzJani Nikula1-5/+6
2024-06-17drm/i915/gt: remove mem freq from gt debugfsJani Nikula1-1/+0
2024-06-11drm/i915/mtl: Update workaround 14018575942Angus Chen1-0/+8
2024-06-07drm/i915/guc: Enable w/a 16021333562 for DG2, MTL and ARLJohn Harrison2-12/+21
2024-06-06drm/i915: Don't use __func__ as prefix for drm_dbg_printerMichal Wajdeczko2-2/+2
2024-06-06drm/i915/gt: Delete the live_hearbeat_fast selftestNiemiec, Krzysztof1-110/+0
2024-05-31drm: move i915_drm.h under include/drm/intelJani Nikula2-2/+2
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move i915_gsc_proxy_mei_interface.h under include/drm/intelJani Nikula1-1/+1
2024-05-31drm: move intel-gtt.h under include/drm/intelJani Nikula3-3/+3
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-22drm/i915/gt: Fix CCS id's calculation for CCS mode settingAndi Shyti3-1/+15
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-16drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-05-16drm/i915: Support replaying GPU hangs with captured context imageTvrtko Ursulin5-2/+29
2024-05-16drm/i915: Shadow default engine context image in the contextTvrtko Ursulin3-6/+10
2024-05-16Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin35-559/+123
2024-05-15Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds50-628/+389
2024-05-14drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson1-8/+7
2024-05-08drm/i915: Pass the region ID rather than a bitmask to HAS_REGION()Ville Syrjälä1-1/+1
2024-05-08drm/i915: Fix HAS_REGION() usage in intel_gt_probe_lmem()Ville Syrjälä1-1/+1
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-30drm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti3-5/+7
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