]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/atomic: add interlaced and ycbcr_420 flags to connector's state dump
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 18 Oct 2024 21:49:13 +0000 (00:49 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 24 Oct 2024 19:42:25 +0000 (22:42 +0300)
commit58e6d652d138ef163d0b6b4d19f0fc9d4e8519fa
treeb8d5e2851e1fe386307e5ee1a6cd59759fa60596
parent3ced1c68751299c0cdf6a1ceeafdbe77db7d4956
drm/atomic: add interlaced and ycbcr_420 flags to connector's state dump

Although the interlace_allowed and ycbcr_420_allowed flags are a part of
the struct drm_connector rather than struct drm_connector_state, still
include them into state dump in order to ease debugging of the setup
issues.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241019-bridge-yuv420-v1-2-d74efac9e4e6@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/drm_atomic.c