Re: [PATCH v2 2/2] drm/tests: hdmi: Add connector disablement test

2025-01-14 Thread Maxime Ripard
On Fri, Jan 10, 2025 at 04:48:21PM +0800, Liu Ying wrote: > Atomic check should succeed when disabling a connector. Add a test > case drm_test_check_disabling_connector() to make sure of this. > > Suggested-by: Dmitry Baryshkov > Signed-off-by: Liu Ying > --- > v2: > * New patch to add the test

[PATCH v2 2/2] drm/tests: hdmi: Add connector disablement test

2025-01-10 Thread Liu Ying
Atomic check should succeed when disabling a connector. Add a test case drm_test_check_disabling_connector() to make sure of this. Suggested-by: Dmitry Baryshkov Signed-off-by: Liu Ying --- v2: * New patch to add the test case. (Dmitry) .../drm/tests/drm_hdmi_state_helper_test.c| 52 ++