Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c264 if (plane->color_range_property) { in __drm_atomic_helper_plane_state_reset()
266 plane->color_range_property, in __drm_atomic_helper_plane_state_reset()
H A Ddrm_mode_object.c408 prop == plane->color_range_property) in drm_mode_object_get_properties()
H A Ddrm_color_mgmt.c586 plane->color_range_property = prop; in drm_plane_create_color_properties()
H A Ddrm_atomic_uapi.c574 } else if (property == plane->color_range_property) { in drm_atomic_plane_set_property()
666 } else if (property == plane->color_range_property) { in drm_atomic_plane_get_property()
/linux/include/drm/
H A Ddrm_plane.h792 struct drm_property *color_range_property; member