index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_gt_mcr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/mtl: Update Wa_22018931422
Radhakrishna Sripada
2023-11-17
1
-2
/
+1
*
drm/i915/mcr: Hold GT forcewake during steering operations
Matt Roper
2023-10-24
1
-2
/
+22
*
drm/i915: Introduce intel_gt_mcr_lock_sanitize()
Nirmoy Das
2023-09-29
1
-0
/
+22
*
drm/i915/gt: remove a static inline that requires including i915_drv.h
Jani Nikula
2023-09-25
1
-0
/
+1
*
drm/i915: Eliminate IS_MTL_GRAPHICS_STEP
Matt Roper
2023-08-21
1
-4
/
+3
*
drm/i915/gt: Rename dev_priv to i915 for private data naming consistency
Andi Shyti
2023-02-27
1
-1
/
+1
*
drm/i915/xelpmp: Consider GSI offset when doing MCR lookups
Matt Roper
2023-02-15
1
-1
/
+4
*
drm/i915/gt: add sparse lock annotation to avoid warnings
Jani Nikula
2023-02-08
1
-0
/
+2
*
drm/i915/gt: Start adding module oriented dmesg output
John Harrison
2023-01-17
1
-5
/
+4
*
drm/i915/mtl: Add initial gt workarounds
Matt Roper
2023-01-06
1
-2
/
+9
*
drm/i915/mtl: Check full IP version when applying hw steering semaphore
Matt Roper
2022-12-05
1
-2
/
+2
*
drm/i915/mtl: Add hardware-level lock for steering
Matt Roper
2022-12-02
1
-4
/
+34
*
drm/i915/gt: Add dedicated MCR lock
Matt Roper
2022-11-30
1
-4
/
+75
*
drm/i915/gt: Pass gt rather than uncore to lowest-level reads/writes
Matt Roper
2022-11-30
1
-8
/
+10
*
drm/i915/gt: Correct kerneldoc for intel_gt_mcr_wait_for_reg()
Matt Roper
2022-11-30
1
-1
/
+1
*
drm/i915/gt: Manage uncore->lock while waiting on MCR register
Matt Roper
2022-11-18
1
-8
/
+10
*
drm/i915/mtl: Add missing steering table terminators
Matt Roper
2022-10-28
1
-0
/
+2
*
drm/i915/xelpg: Fix write to MTL_MCR_SELECTOR
Matt Roper
2022-10-20
1
-1
/
+1
*
drm/i915/xelpmp: Add multicast steering for media GT
Matt Roper
2022-10-17
1
-2
/
+16
*
drm/i915/xelpg: Add multicast steering
Matt Roper
2022-10-17
1
-16
/
+119
*
drm/i915: Define multicast registers as a new type
Matt Roper
2022-10-17
1
-19
/
+32
*
drm/i915/gt: Add intel_gt_mcr_wait_for_reg_fw()
Matt Roper
2022-10-17
1
-0
/
+55
*
drm/i915/gt: Add intel_gt_mcr_multicast_rmw() operation
Matt Roper
2022-10-17
1
-0
/
+28
*
drm/i915: Split GAM and MSLICE steering
Matt Roper
2022-09-21
1
-2
/
+22
*
drm/i915: Correct ss -> steering calculation for pre-Xe_HP platforms
Matt Roper
2022-07-13
1
-1
/
+1
*
drm/i915/gt: Add general DSS steering iterator to intel_gt_mcr
Matt Roper
2022-07-08
1
-0
/
+25
*
drm/i915/gt: Cleanup interface for MCR operations
Matt Roper
2022-06-17
1
-95
/
+144
*
drm/i915/gt: Move multicast register handling to a dedicated file
Matt Roper
2022-06-17
1
-0
/
+448