Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c276 if (plane->zpos_property) { in __drm_atomic_helper_plane_state_reset()
278 plane->zpos_property, in __drm_atomic_helper_plane_state_reset()
H A Ddrm_atomic_uapi.c570 } else if (property == plane->zpos_property) { in drm_atomic_plane_set_property()
662 } else if (property == plane->zpos_property) { in drm_atomic_plane_get_property()
H A Ddrm_plane.c654 if (plane->zpos_property) in drm_plane_register_all()
/linux/include/drm/
H A Ddrm_plane.h761 struct drm_property *zpos_property; member