Searched defs:drm_crtc (Results 1 – 1 of 1) sorted by relevance
946 struct drm_crtc { struct948 struct drm_device *dev;950 struct device_node *port;958 struct list_head head;961 char *name;973 struct drm_modeset_lock mutex;976 struct drm_mode_object base;985 struct drm_plane *primary;994 struct drm_plane *cursor;1023 * drivers should instead consult &drm_crtc_state.enable and argument[all …]