Home
last modified time | relevance | path

Searched refs:blend_mode_property (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/
H A Ddrm_blend.c613 plane->blend_mode_property = prop; in drm_plane_create_blend_mode_property()
H A Ddrm_atomic_uapi.c526 } else if (property == plane->blend_mode_property) { in drm_atomic_plane_set_property()
614 } else if (property == plane->blend_mode_property) { in drm_atomic_plane_get_property()
/linux-6.15/include/drm/
H A Ddrm_plane.h750 struct drm_property *blend_mode_property; member