Skip to content

Commit 34d813e

Browse files
lumagmripard
authored andcommitted
drm/display: hdmi-state-helper: add drm_display_mode declaration
Add forward-declaration for the struct drm_display_mode, missed in the commit 47368ab ("drm/display: hdmi: add generic mode_valid helper") Fixes: 47368ab ("drm/display: hdmi: add generic mode_valid helper") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20250104-hdmi-state-display-mode-v1-1-3c06d36e726f@linaro.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
1 parent 938fbb1 commit 34d813e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/drm/display/drm_hdmi_state_helper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
struct drm_atomic_state;
77
struct drm_connector;
88
struct drm_connector_state;
9+
struct drm_display_mode;
910
struct hdmi_audio_infoframe;
1011

1112
enum drm_connector_status;

0 commit comments

Comments
 (0)