diff mbox series

drm/display: hdmi-state-helper: add drm_display_mode declaration

Message ID 20250104-hdmi-state-display-mode-v1-1-3c06d36e726f@linaro.org (mailing list archive)
State New
Headers show
Series drm/display: hdmi-state-helper: add drm_display_mode declaration | expand

Commit Message

Dmitry Baryshkov Jan. 4, 2025, 7:58 a.m. UTC
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 <dmitry.baryshkov@linaro.org>
---
 include/drm/display/drm_hdmi_state_helper.h | 1 +
 1 file changed, 1 insertion(+)


---
base-commit: 2ea9ec5d2c207a41d523f8804053cee00fe50763
change-id: 20250104-hdmi-state-display-mode-77c01b38b1fe

Best regards,

Comments

Maxime Ripard Jan. 6, 2025, 9:06 a.m. UTC | #1
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
diff mbox series

Patch

diff --git a/include/drm/display/drm_hdmi_state_helper.h b/include/drm/display/drm_hdmi_state_helper.h
index 9ae19f3caf727f9a0fe06e6afe5fc46db924444f..44ec5c4a7503c8fb522454dc032a7e0ec31cabd5 100644
--- a/include/drm/display/drm_hdmi_state_helper.h
+++ b/include/drm/display/drm_hdmi_state_helper.h
@@ -6,6 +6,7 @@ 
 struct drm_atomic_state;
 struct drm_connector;
 struct drm_connector_state;
+struct drm_display_mode;
 struct hdmi_audio_infoframe;
 
 enum drm_connector_status;