Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_mode_config.h801 * @ctm_property: Optional CRTC property to set the
805 struct drm_property *ctm_property; member
/linux/drivers/gpu/drm/
H A Ddrm_color_mgmt.c155 * @has_ctm: whether to attach ctm_property for CSC matrix
163 * their size is not 0 and ctm_property is only attached if has_ctm is
184 config->ctm_property, 0); in drm_crtc_enable_color_mgmt()
H A Ddrm_mode_config.c362 dev->mode_config.ctm_property = prop; in drm_mode_create_standard_properties()
H A Ddrm_atomic_uapi.c394 } else if (property == config->ctm_property) { in drm_atomic_crtc_set_property()
451 else if (property == config->ctm_property) in drm_atomic_crtc_get_property()