Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_blend.c387 plane->zpos_property = prop; in drm_plane_create_zpos_property()
426 plane->zpos_property = prop; in drm_plane_create_zpos_immutable_property()
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.c588 } else if (property == plane->zpos_property) { in drm_atomic_plane_set_property()
679 } 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