Searched defs:drm_crtc (Results 1 – 1 of 1) sorted by relevance
883 struct drm_crtc { struct885 struct drm_device *dev;887 struct device_node *port;895 struct list_head head;898 char *name;910 struct drm_modeset_lock mutex;913 struct drm_mode_object base;922 struct drm_plane *primary;931 struct drm_plane *cursor;960 * drivers should instead consult &drm_crtc_state.enable and argument[all …]