]> Git Repo - linux.git/blob - drivers/gpu/drm/udl/udl_connector.h
Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/drm-intel...
[linux.git] / drivers / gpu / drm / udl / udl_connector.h
1 #ifndef __UDL_CONNECTOR_H__
2 #define __UDL_CONNECTOR_H__
3
4 #include <drm/drm_crtc.h>
5
6 struct udl_drm_connector {
7         struct drm_connector connector;
8         /* last udl_detect edid */
9         struct edid *edid;
10 };
11
12
13 #endif //__UDL_CONNECTOR_H__
This page took 0.034788 seconds and 4 git commands to generate.