Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.h58 struct sde_drm_csc_v1 csc_v1 = {}; member
170 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
Dhw_device_drm.cpp1919 reinterpret_cast<uint64_t>(&csc.csc_v1)); in SetSsppTonemapFeatures()
1931 SetDGMCscV1(dgm_csc_info.csc, &csc->csc_v1); in SetDGMCsc()
1934 void HWDeviceDRM::SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1) { in SetDGMCscV1() argument
1937 csc_v1->ctm_coeff[i] = dgm_csc.ctm_coeff[i]; in SetDGMCscV1()
1938 DLOGV_IF(kTagDriverConfig, " DGM csc_v1[%d] = %d", i, csc_v1->ctm_coeff[i]); in SetDGMCscV1()
1941 csc_v1->pre_bias[i] = dgm_csc.pre_bias[i]; in SetDGMCscV1()
1942 csc_v1->post_bias[i] = dgm_csc.post_bias[i]; in SetDGMCscV1()
1945 csc_v1->pre_clamp[i] = dgm_csc.pre_clamp[i]; in SetDGMCscV1()
1946 csc_v1->post_clamp[i] = dgm_csc.post_clamp[i]; in SetDGMCscV1()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.h59 struct sde_drm_csc_v1 csc_v1 = {}; member
178 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
Dhw_device_drm.cpp2170 reinterpret_cast<uint64_t>(&csc.csc_v1)); in SetSsppTonemapFeatures()
2182 SetDGMCscV1(dgm_csc_info.csc, &csc->csc_v1); in SetDGMCsc()
2185 void HWDeviceDRM::SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1) { in SetDGMCscV1() argument
2188 csc_v1->ctm_coeff[i] = dgm_csc.ctm_coeff[i]; in SetDGMCscV1()
2189 DLOGV_IF(kTagDriverConfig, " DGM csc_v1[%d] = %" PRId64, i, csc_v1->ctm_coeff[i]); in SetDGMCscV1()
2192 csc_v1->pre_bias[i] = dgm_csc.pre_bias[i]; in SetDGMCscV1()
2193 csc_v1->post_bias[i] = dgm_csc.post_bias[i]; in SetDGMCscV1()
2196 csc_v1->pre_clamp[i] = dgm_csc.pre_clamp[i]; in SetDGMCscV1()
2197 csc_v1->post_clamp[i] = dgm_csc.post_clamp[i]; in SetDGMCscV1()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp1032 uint64_t csc_v1 = 0; in Unset() local
1033 AddProperty(DRMProperty::CSC_DMA_V1, csc_v1, true); in Unset()
1043 sde_drm_csc_v1 *csc_v1 = reinterpret_cast<sde_drm_csc_v1 *>(handle); in SetDgmCscConfig() local
1046 csc_config_copy_ = *csc_v1; in SetDgmCscConfig()