From: Gustavo Sousa Date: Mon, 3 Feb 2025 20:58:58 +0000 (-0300) Subject: drm/i915/dmc_wl: Track INITIATE_PM_DMD_REQ for DC5 X-Git-Tag: v6.15-rc1~120^2~16^2~145 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71be802005074a4cc2297e4a1da1ca268d9c6b49;p=thirdparty%2Fkernel%2Flinux.git drm/i915/dmc_wl: Track INITIATE_PM_DMD_REQ for DC5 The Bspec has been updated to include INITIATE_PM_DMD_REQ in the set of register offsets that require the DMC wakelock for access during DC5. Update our table accordingly. Bspec: 71583 Reviewed-by: Luca Coelho Link: https://patchwork.freedesktop.org/patch/msgid/20250203205941.251754-1-gustavo.sousa@intel.com Signed-off-by: Gustavo Sousa --- diff --git a/drivers/gpu/drm/i915/display/intel_dmc_wl.c b/drivers/gpu/drm/i915/display/intel_dmc_wl.c index 43884740f8ead..86ba159b683c7 100644 --- a/drivers/gpu/drm/i915/display/intel_dmc_wl.c +++ b/drivers/gpu/drm/i915/display/intel_dmc_wl.c @@ -102,6 +102,7 @@ static const struct intel_dmc_wl_range xe3lpd_dc5_dc6_dmc_ranges[] = { { .start = 0x42088 }, /* CHICKEN_MISC_3 */ { .start = 0x46160 }, /* CMTG_CLK_SEL */ { .start = 0x8f000, .end = 0x8ffff }, /* Main DMC registers */ + { .start = 0x45230 }, /* INITIATE_PM_DMD_REQ */ {}, };