Searched defs:drm_crtc (Results 1 – 1 of 1) sorted by relevance
879 struct drm_crtc { struct881 struct drm_device *dev;883 struct device_node *port;891 struct list_head head;894 char *name;906 struct drm_modeset_lock mutex;909 struct drm_mode_object base;918 struct drm_plane *primary;927 struct drm_plane *cursor;956 * drivers should instead consult &drm_crtc_state.enable and argument[all …]