Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_mode_config.h639 struct drm_property *prop_crtc_h; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mode_config.c283 dev->mode_config.prop_crtc_h = prop; in drm_mode_create_standard_properties()
H A Ddrm_atomic_uapi.c555 } else if (property == config->prop_crtc_h) { in drm_atomic_plane_set_property()
627 } else if (property == config->prop_crtc_h) { in drm_atomic_plane_get_property()
H A Ddrm_plane.c345 drm_object_attach_property(&plane->base, config->prop_crtc_h, 0); in __drm_universal_plane_init()