drm/i915/vrr: Stop writing VRR_CTL_IGN_MAX_SHIFT for MTL onwards
authorJouni Högander <jouni.hogander@intel.com>
Wed, 9 Apr 2025 05:49:09 +0000 (08:49 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Mon, 14 Apr 2025 05:13:59 +0000 (08:13 +0300)
commit7a429a14f852c6a8cd4710078613cf2bd2a4eb6e
tree30ec8146b18b30541594b5faf9bf86a6be8c0694
parent6a5cfab072d6f7b1277d491a17aecf6ea9acbc68
drm/i915/vrr: Stop writing VRR_CTL_IGN_MAX_SHIFT for MTL onwards

According to Bspec VRR_CTL_IGN_MAX_SHIFT doesn't exist for MTL and
onwards. On LunarLake and onwards Bit 30 is "Mask Block PkgC" instead. Stop
writing the bit for MeteorLake and onwards

v2: "Ignore Max Shift" bit doesn't exist on MeteorLake either

Bspec: 50508, 68925
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://lore.kernel.org/r/20250409054909.968531-1-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_vrr.c