diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-08-31 19:09:05 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-09-19 16:04:15 +0300 |
commit | 199e4e967af476bdcab96c76237e6a1f9244d6ca (patch) | |
tree | 2240f5bbb1e96a06876eb12d90048d8dc7cb3704 /include/drm/drm_modes.h | |
parent | afb21ea63d815d05f6081ee3efef6772a16317eb (diff) | |
download | linux-199e4e967af476bdcab96c76237e6a1f9244d6ca.tar.xz |
drm: Extract drm_bridge.h
We don't want to burry the bridge structures kerneldoc in drm_crtc.h.
Cc: Archit Taneja <archit.taneja@gmail.com>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20160831160913.12991-3-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/drm/drm_modes.h')
-rw-r--r-- | include/drm/drm_modes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm_modes.h b/include/drm/drm_modes.h index 986ed6ff635a..9934d91619c1 100644 --- a/include/drm/drm_modes.h +++ b/include/drm/drm_modes.h @@ -27,9 +27,13 @@ #ifndef __DRM_MODES_H__ #define __DRM_MODES_H__ +#include <linux/hdmi.h> + #include <drm/drm_mode_object.h> #include <drm/drm_connector.h> +struct videomode; + /* * Note on terminology: here, for brevity and convenience, we refer to connector * control chips as 'CRTCs'. They can control any type of connector, VGA, LVDS, |