Searched defs:drm_crtc (Results 1 – 2 of 2) sorted by relevance
926 struct drm_crtc { struct928 struct drm_device *dev;930 struct device_node *port;938 struct list_head head;941 char *name;953 struct drm_modeset_lock mutex;956 struct drm_mode_object base;965 struct drm_plane *primary;974 struct drm_plane *cursor;1003 * drivers should instead consult &drm_crtc_state.enable and argument[all …]
941 void sunxi_drm_crtc_destroy(struct drm_crtc *drm_crtc) in sunxi_drm_crtc_destroy()