Re: [PATCH v3] drm/msm/dpu: Reapply CTM if modeset is needed

2023-01-19 Thread Dmitry Baryshkov
On 19/01/2023 01:38, Jessica Zhang wrote: Add a !drm_atomic_crtc_needs_modeset() check to _dpu_crtc_setup_cp_blocks() so that CTM is reapplied if the LM/DSPP blocks were reallocated during modeset or after a suspend/resume. Changes in V2: - Fixed commit message Changes in V3: - Added mention of

Re: [PATCH v3] drm/msm/dpu: Reapply CTM if modeset is needed

2023-01-18 Thread Abhinav Kumar
On 1/18/2023 3:38 PM, Jessica Zhang wrote: Add a !drm_atomic_crtc_needs_modeset() check to _dpu_crtc_setup_cp_blocks() so that CTM is reapplied if the LM/DSPP blocks were reallocated during modeset or after a suspend/resume. Changes in V2: - Fixed commit message Changes in V3: - Added mentio

[PATCH v3] drm/msm/dpu: Reapply CTM if modeset is needed

2023-01-18 Thread Jessica Zhang
Add a !drm_atomic_crtc_needs_modeset() check to _dpu_crtc_setup_cp_blocks() so that CTM is reapplied if the LM/DSPP blocks were reallocated during modeset or after a suspend/resume. Changes in V2: - Fixed commit message Changes in V3: - Added mention of suspend/resume case back to commit message