summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2024-04-08drm/i915/guc: Fix the fix for reset lock confusionJohn Harrison2-14/+13
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-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-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
2024-02-26Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann18-73/+248
2024-02-22drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversionTvrtko Ursulin1-2/+2
2024-02-19drm/i915: remove intel_guc::ads_engine_usage_sizeJiri Slaby (SUSE)1-2/+0
2024-02-16Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-9/+13
2024-02-16Merge tag 'drm-intel-gt-next-2024-02-15' of git://anongit.freedesktop.org/drm...Dave Airlie14-58/+232
2024-02-15drm/i915/gt: Restart the heartbeat timer when forcing a pulseJohn Harrison1-0/+3
2024-02-13drm/i915/selftests: Increasing the sleep time for live_rc6_manualAnirban Sk1-2/+2
2024-02-09drm/i915: use drm_printf() with the drm_err_printer intead of pr_err()Jani Nikula1-3/+3
2024-02-09drm/i915: switch from drm_debug_printer() to device specific drm_dbg_printer()Jani Nikula4-4/+8
2024-02-09drm/print: make drm_err_printer() device specific by using drm_err()Jani Nikula1-2/+2
2024-02-07drm/i915: Rename the DSM/GSM registersVille Syrjälä2-2/+2
2024-02-07drm/i915: Disable the "binder"Ville Syrjälä1-1/+2
2024-02-07drm/i915: Bypass LMEMBAR/GTTMMADR for MTL stolen memory accessVille Syrjälä1-1/+9
2024-02-07drm/i915: Remove ad-hoc lmem/stolen debugsVille Syrjälä1-3/+0
2024-02-07drm/i915: Use struct resource for memory region IO as wellVille Syrjälä2-10/+5
2024-01-24drm/i915/gt: Reflect the true and current status of rc6_enableJuan Escamilla1-2/+2
2024-01-19drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Matt Roper2-11/+17
2024-01-19drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+Harish Chegondi3-3/+4
2024-01-10drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfsJuan Escamilla1-16/+2
2024-01-10drm/i915/guc: reconcile Excess struct member kernel-doc warningsRandy Dunlap1-33/+42
2024-01-10drm/i915/gt: reconcile Excess struct member kernel-doc warningsRandy Dunlap1-2/+5
2024-01-10Merge tag 'drm-intel-gt-next-2023-12-15' of git://anongit.freedesktop.org/drm...Dave Airlie3-4/+7
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 Previn1-5/+68
2024-01-09drm/i915/guc: Flush context destruction worker at suspendAlan Previn3-0/+9
2024-01-06drm/i915/huc: Allow for very slow HuC loadingJohn Harrison2-11/+63
2024-01-05drm/i915/xelpg: Add workaround 14019877138Tejas Upadhyay1-0/+3
2024-01-02drm/i915/guc: Change wa and EU_PERF_CNTL registers to MCR typeShuicheng Lin1-8/+13
2023-12-29drm/i915/guc: reconcile Excess struct member kernel-doc warningsRandy Dunlap1-33/+42
2023-12-29drm/i915/gt: reconcile Excess struct member kernel-doc warningsRandy Dunlap1-2/+5
2023-12-15drm/i915: Use memcpy_from_page() in gt/uc/intel_uc_fw.cZhao Liu1-4/+1
2023-12-15drm/i915: Add Wa_14019877138Haridhar Kalvala2-0/+6
2023-12-13Merge tag 'drm-intel-gt-next-2023-12-08' of git://anongit.freedesktop.org/drm...Dave Airlie45-133/+547
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie1-17/+22
2023-12-08drm/i915/guc: Create the guc_to_i915() wrapperAndi Shyti8-12/+17
2023-12-08drm/i915/selftests: wait for active idle event in i915_active_unlock_waitAndrzej Hajda1-1/+1
2023-12-07drm/i915: Use internal class when counting engine resetsTvrtko Ursulin2-3/+4
2023-12-01drm/i915/guc: Add a selftest for FAST_REQUEST errorsJohn Harrison3-0/+128
2023-12-01drm/i915/guc: Fix for potential false positives in GuC hang selftestJohn Harrison1-1/+1
2023-11-30drm/i915/pxp: Add drm_dbgs for critical PXP events.Alan Previn1-0/+2
2023-11-29drm/i915/gsc: Mark internal GSC engine with reserved uabi classTvrtko Ursulin1-17/+22