drm: msm: handle resolution switch for LTM
DPU configuration should be changed when resolution switch happens at the layer mixer level for ltm feature. Driver should mark ltm properties as dirty when resolution switch happens. Change handles dynamic resolution switch for ltm by marking the properties as dirty. Change-Id: I5ffc8e74c42da6c2902eb42fd2e3ed1b9f9e3e4c Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
af07b8a5d4
当前提交
1690129d60
@@ -429,6 +429,7 @@ static bool sde_crtc_mode_fixup(struct drm_crtc *crtc,
|
||||
{
|
||||
SDE_DEBUG("\n");
|
||||
|
||||
sde_cp_mode_switch_prop_dirty(crtc);
|
||||
if ((msm_is_mode_seamless(adjusted_mode) ||
|
||||
(msm_is_mode_seamless_vrr(adjusted_mode) ||
|
||||
msm_is_mode_seamless_dyn_clk(adjusted_mode))) &&
|
||||
|
在新工单中引用
屏蔽一个用户