Re: [PATCH 2/4] drm/msm/hdmi: use new helper for ACR tables

2025-03-09 Thread kernel test robot
: 0a2f889128969dab41861b6e40111aa03dc57014 patch link: https://lore.kernel.org/r/20250309-drm-hdmi-acr-v1-2-bb9c242f4d4b%40linaro.org patch subject: [PATCH 2/4] drm/msm/hdmi: use new helper for ACR tables config: arm-randconfig-004-20250310 (https://download.01.org/0day-ci/archive/20250310

[PATCH 2/4] drm/msm/hdmi: use new helper for ACR tables

2025-03-09 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Use new drm_hdmi_acr_get_n_cts() helper instead of hand-coding the tables. Instead of storing the rate 'index', store the audio sample rate in hdmi->audio.rate, removing the need for even more defines. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/hdmi/hdmi_aud