Re: [PATCH] drm/display: bridge_connector: Do atomic check when necessary

2025-01-10 Thread Liu Ying
On 01/08/2025, Dmitry Baryshkov wrote: > On Wed, Jan 08, 2025 at 06:13:51PM +0800, Liu Ying wrote: >> It's ok to pass atomic check successfully if an atomic commit tries to >> disable the display pipeline which the connector belongs to. That is, >> when the crtc or the best_encoder pointers in stru

Re: [PATCH] drm/display: bridge_connector: Do atomic check when necessary

2025-01-08 Thread Dmitry Baryshkov
On Wed, Jan 08, 2025 at 06:13:51PM +0800, Liu Ying wrote: > It's ok to pass atomic check successfully if an atomic commit tries to > disable the display pipeline which the connector belongs to. That is, > when the crtc or the best_encoder pointers in struct drm_connector_state > are NULL, drm_bridg

[PATCH] drm/display: bridge_connector: Do atomic check when necessary

2025-01-08 Thread Liu Ying
It's ok to pass atomic check successfully if an atomic commit tries to disable the display pipeline which the connector belongs to. That is, when the crtc or the best_encoder pointers in struct drm_connector_state are NULL, drm_bridge_connector_atomic_check() should return 0 directly. Without the c