Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_plane.h649 struct drm_property *alpha_property; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_blend.c138 plane->alpha_property = prop; in drm_plane_create_alpha_property()
Ddrm_atomic.c901 } else if (property == plane->alpha_property) { in drm_atomic_plane_set_property()
974 } else if (property == plane->alpha_property) { in drm_atomic_plane_get_property()
Ddrm_atomic_helper.c3581 if (plane->alpha_property) in drm_atomic_helper_plane_reset()
3582 plane->state->alpha = plane->alpha_property->values[1]; in drm_atomic_helper_plane_reset()