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_connector.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_connector.h')
-rw-r--r-- | include/drm/drm_connector.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index e4e545e9516d..51a15deda161 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -27,6 +27,10 @@ #include <linux/ctype.h> #include <drm/drm_mode_object.h> +#include <uapi/drm/drm_mode.h> + +struct drm_device; + struct drm_connector_helper_funcs; struct drm_device; struct drm_crtc; |