Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_mode_config.h624 struct drm_property *prop_crtc_x; member
/openbsd/sys/dev/pci/drm/
H A Ddrm_atomic_uapi.c550 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_set_property()
622 } else if (property == config->prop_crtc_x) { in drm_atomic_plane_get_property()
H A Ddrm_mode_config.c265 dev->mode_config.prop_crtc_x = prop; in drm_mode_create_standard_properties()
H A Ddrm_plane.c342 drm_object_attach_property(&plane->base, config->prop_crtc_x, 0); in __drm_universal_plane_init()