Re: [PATCH v2 11/14] drm/msm/hdmi: expand the HDMI_CFG macro

2024-06-19 Thread Jessica Zhang
On 5/22/2024 3:51 AM, Dmitry Baryshkov wrote: Expand the HDMI_CFG() macro in HDMI config description. It has no added value other than hiding some boilerplate declarations. Signed-off-by: Dmitry Baryshkov Reviewed-by: Jessica Zhang --- drivers/gpu/drm/msm/hdmi/hdmi.c | 16

[PATCH v2 11/14] drm/msm/hdmi: expand the HDMI_CFG macro

2024-05-22 Thread Dmitry Baryshkov
Expand the HDMI_CFG() macro in HDMI config description. It has no added value other than hiding some boilerplate declarations. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/hdmi/hdmi.c | 16 drivers/gpu/drm/msm/hdmi/hdmi.h | 2 +- 2 files changed, 9 insertions(+), 9 d