Home
last modified time | relevance | path

Searched defs:drm_crtc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_crtc.h883 struct drm_crtc { struct
885 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 …]