Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.h57 struct sde_drm_csc_v1 csc_v1 = {}; member
166 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
Dhw_device_drm.cpp1925 reinterpret_cast<uint64_t>(&csc.csc_v1)); in SetSsppTonemapFeatures()
1937 SetDGMCscV1(dgm_csc_info.csc, &csc->csc_v1); in SetDGMCsc()
1940 void HWDeviceDRM::SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1) { in SetDGMCscV1() argument
1943 csc_v1->ctm_coeff[i] = dgm_csc.ctm_coeff[i]; in SetDGMCscV1()
1944 DLOGV_IF(kTagDriverConfig, " DGM csc_v1[%d] = %d", i, csc_v1->ctm_coeff[i]); in SetDGMCscV1()
1947 csc_v1->pre_bias[i] = dgm_csc.pre_bias[i]; in SetDGMCscV1()
1948 csc_v1->post_bias[i] = dgm_csc.post_bias[i]; in SetDGMCscV1()
1951 csc_v1->pre_clamp[i] = dgm_csc.pre_clamp[i]; in SetDGMCscV1()
1952 csc_v1->post_clamp[i] = dgm_csc.post_clamp[i]; in SetDGMCscV1()