Home
last modified time | relevance | path

Searched defs:drm_crtc (Results 1 – 1 of 1) sorted by relevance

/include/drm/
Ddrm_crtc.h939 struct drm_crtc { struct
941 struct drm_device *dev;
943 struct device_node *port;
951 struct list_head head;
954 char *name;
966 struct drm_modeset_lock mutex;
969 struct drm_mode_object base;
978 struct drm_plane *primary;
987 struct drm_plane *cursor;
1016 * drivers should instead consult &drm_crtc_state.enable and argument
[all …]