Home
last modified time | relevance | path

Searched refs:prop_crtc_x (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mode_config.h572 struct drm_property *prop_crtc_x; member
/dragonfly/sys/dev/drm/
H A Ddrm_mode_config.c252 dev->mode_config.prop_crtc_x = prop; in drm_mode_create_standard_properties()
H A Ddrm_atomic.c736 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_set_property()
797 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_get_property()
H A Ddrm_plane.c253 drm_object_attach_property(&plane->base, config->prop_crtc_x, 0); in drm_universal_plane_init()