diff options
author | Suraj Kandpal <[email protected]> | 2024-02-01 14:21:58 +0530 |
---|---|---|
committer | Animesh Manna <[email protected]> | 2024-02-23 11:50:46 +0530 |
commit | 3d890f32877376ac689f752d8b74ecaea0c42232 (patch) | |
tree | fd111c3ecc708629c086769610de93f323d61b7c | |
parent | bf7626f19d6ff14b9722273e23700400cc4d78ba (diff) |
drm/i915/lnl: Add pkgc related register
Add the register that needs to read and written onto for
deep pkgc programming.
Signed-off-by: Suraj Kandpal <[email protected]>
Reviewed-by: Chaitanya Kumar Borah <[email protected]>
Reviewed-by: Vinod Govindapillai <[email protected]>
Signed-off-by: Animesh Manna <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/display/skl_watermark_regs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/skl_watermark_regs.h b/drivers/gpu/drm/i915/display/skl_watermark_regs.h index 628c5920ad49..20b30c9a6613 100644 --- a/drivers/gpu/drm/i915/display/skl_watermark_regs.h +++ b/drivers/gpu/drm/i915/display/skl_watermark_regs.h @@ -157,4 +157,8 @@ #define MTL_LATENCY_SAGV _MMIO(0x4578c) #define MTL_LATENCY_QCLK_SAGV REG_GENMASK(12, 0) +#define LNL_PKG_C_LATENCY _MMIO(0x46460) +#define LNL_ADDED_WAKE_TIME_MASK REG_GENMASK(28, 16) +#define LNL_PKG_C_LATENCY_MASK REG_GENMASK(12, 0) + #endif /* __SKL_WATERMARK_REGS_H__ */ |