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 <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 938fbb1 commit 34d813e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)