Re: [PATCH] drm/msm/dpu: don't always program merge_3d block

2024-10-10 Thread Dmitry Baryshkov
On Thu, 10 Oct 2024 at 06:46, Jessica Zhang wrote: > > Only program the merge_3d block for the video phys encoder when the 3d > blend mode is not NONE Please describe why, not what. > > Fixes: 3e79527a33a8 ("drm/msm/dpu: enable merge_3d support on sm8150/sm8250") > Suggested-by: Abhinav Kumar >

[PATCH] drm/msm/dpu: don't always program merge_3d block

2024-10-09 Thread Jessica Zhang
Only program the merge_3d block for the video phys encoder when the 3d blend mode is not NONE Fixes: 3e79527a33a8 ("drm/msm/dpu: enable merge_3d support on sm8150/sm8250") Suggested-by: Abhinav Kumar Signed-off-by: Jessica Zhang --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c | 2 +- 1