Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.h166 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
Dhw_device_drm.cpp1940 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()
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()