Re: [PATCH v2 1/3] drm/display: hdmi: provide central data authority for ACR params

2025-04-14 Thread Maxime Ripard
On Tue, 8 Apr 2025 16:54:25 +0300, Dmitry Baryshkov wrote: > HDMI standard defines recommended N and CTS values for Audio Clock > Regeneration. Currently each driver implements those, frequently in > somewhat unique way. Provide a generic helper for getting those values > to be used by the HDMI dri

[PATCH v2 1/3] drm/display: hdmi: provide central data authority for ACR params

2025-04-08 Thread Dmitry Baryshkov
HDMI standard defines recommended N and CTS values for Audio Clock Regeneration. Currently each driver implements those, frequently in somewhat unique way. Provide a generic helper for getting those values to be used by the HDMI drivers. The helper is added to drm_hdmi_helper.c rather than drm_hdm