Re: [PATCH] drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid()
From: Robert Foss
Date: Mon Aug 19 2024 - 09:29:09 EST
On Tue, 13 Aug 2024 17:16:37 +0800, Liu Ying wrote:
> If the bridge is attached with the DRM_BRIDGE_ATTACH_NO_CONNECTOR flag set,
> this driver won't initialize a connector and hence display mode won't be
> validated in drm_connector_helper_funcs::mode_valid(). So, move the mode
> validation from drm_connector_helper_funcs::mode_valid() to
> drm_bridge_funcs::mode_valid(), because the mode validation is always done
> for the bridge.
>
> [...]
Applied, thanks!
[1/1] drm/bridge: lontium-lt8912b: Validate mode in drm_bridge_funcs::mode_valid()
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/fe828fbd8778
Rob