Re: [PATCH] drm/display: hdmi-state-helper: add drm_display_mode declaration

2025-01-06 Thread Maxime Ripard
On Sat, 04 Jan 2025 09:58:28 +0200, Dmitry Baryshkov wrote: > Add forward-declaration for the struct drm_display_mode, missed in the > commit 47368ab437fd ("drm/display: hdmi: add generic mode_valid helper") > > Applied to misc/kernel.git (drm-misc-next-fixes). Thanks! Maxime

[PATCH] drm/display: hdmi-state-helper: add drm_display_mode declaration

2025-01-04 Thread Dmitry Baryshkov
Add forward-declaration for the struct drm_display_mode, missed in the commit 47368ab437fd ("drm/display: hdmi: add generic mode_valid helper") Signed-off-by: Dmitry Baryshkov --- include/drm/display/drm_hdmi_state_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm/display/