Searched defs:drm_crtc (Results 1 – 1 of 1) sorted by relevance
939 struct drm_crtc { struct941 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 …]