Searched refs:sde_drm_csc_v1 (Results 1 – 8 of 8) sorted by relevance
129 struct sde_drm_csc_v1 { struct139 struct sde_drm_csc_v1 v1; argument
334 struct sde_drm_csc_v1 { struct350 struct sde_drm_csc_v1 v1; argument
58 struct sde_drm_csc_v1 csc_v1 = {};170 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
1934 void HWDeviceDRM::SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1) { in SetDGMCscV1()
59 struct sde_drm_csc_v1 csc_v1 = {};178 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
2185 void HWDeviceDRM::SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1) { in SetDGMCscV1()
65 static struct sde_drm_csc_v1 csc_10bit_convert[kCscTypeMax] = {1043 sde_drm_csc_v1 *csc_v1 = reinterpret_cast<sde_drm_csc_v1 *>(handle); in SetDgmCscConfig()1045 sde_drm_csc_v1 csc_v1_tmp = {}; in SetDgmCscConfig()1047 if (std::memcmp(&csc_config_copy_, &csc_v1_tmp, sizeof(sde_drm_csc_v1)) != 0) { in SetDgmCscConfig()
107 sde_drm_csc_v1 csc_config_copy_ = {};