Home
last modified time | relevance | path

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

/Linux-v6.1/include/drm/
Ddrm_mode_config.h802 struct drm_property *ctm_property; member
/Linux-v6.1/drivers/gpu/drm/
Ddrm_color_mgmt.c182 config->ctm_property, 0); in drm_crtc_enable_color_mgmt()
Ddrm_mode_config.c352 dev->mode_config.ctm_property = prop; in drm_mode_create_standard_properties()
Ddrm_atomic_uapi.c425 } else if (property == config->ctm_property) { in drm_atomic_crtc_set_property()
482 else if (property == config->ctm_property) in drm_atomic_crtc_get_property()
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_plane.c744 drm_object_attach_property(&plane->base, dm->ctm_property, in attach_color_mgmt_properties()
1489 } else if (property == adev->dm.ctm_property) { in dm_drm_plane_set_property()
1515 } else if (property == adev->dm.ctm_property) { in dm_drm_plane_get_property()