Sfoglia il codice sorgente

Merge "disp: msm: sde: mark LTM as dirty when dest-scaler is updated"

qctecmdr 4 anni fa
parent
commit
995409478a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      msm/sde/sde_crtc.c

+ 2 - 0
msm/sde/sde_crtc.c

@@ -2164,6 +2164,8 @@ static void _sde_crtc_dest_scaler_setup(struct drm_crtc *crtc)
 				hw_ctl->ops.update_bitmask_mixer(
 				hw_ctl->ops.update_bitmask_mixer(
 						hw_ctl, hw_lm->idx, 1);
 						hw_ctl, hw_lm->idx, 1);
 		}
 		}
+
+		sde_cp_mode_switch_prop_dirty(crtc);
 	}
 	}
 }
 }