Re: [PATCH] drm/bridge: cdns-dsi: Fix the _atomic_check()

2025-04-11 Thread Tomi Valkeinen
On 10/04/2025 16:46, Aradhya Bhatia wrote: Use the "adjusted_mode" for the dsi configuration check, as that is the more appropriate display_mode for validation, and later bridge enable. Also, fix the mode_valid_check parameter from false to true, as the dsi configuration check is taking place du

[PATCH] drm/bridge: cdns-dsi: Fix the _atomic_check()

2025-04-10 Thread Aradhya Bhatia
Use the "adjusted_mode" for the dsi configuration check, as that is the more appropriate display_mode for validation, and later bridge enable. Also, fix the mode_valid_check parameter from false to true, as the dsi configuration check is taking place during the check-phase, and the crtc_* mode val