Re: [PATCH 5/6] drm/msm/dp: migrate the ycbcr_420_allowed to drm_bridge

From: Abhinav Kumar
Date: Mon Oct 21 2024 - 14:56:20 EST




On 10/18/2024 2:49 PM, Dmitry Baryshkov wrote:
Instead of forcing the ycbcr_420_allowed flag to be set on the created
drm_connector, set it on the drm_bridge instance and allow
drm_bridge_connecgtor to propagate it to the drm_connector.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
drivers/gpu/drm/msm/dp/dp_display.c | 4 ++--
drivers/gpu/drm/msm/dp/dp_drm.c | 10 ++++------
drivers/gpu/drm/msm/dp/dp_drm.h | 7 ++++---
3 files changed, 10 insertions(+), 11 deletions(-)


For MSM part,

Acked-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx>