Home
last modified time | relevance | path

Searched refs:sde_drm_csc_v1 (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/msm8x09/kernel-headers/drm/
H A Dsde_drm.h129 struct sde_drm_csc_v1 { struct
139 struct sde_drm_csc_v1 v1; argument
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/drm/
H A Dsde_drm.h334 struct sde_drm_csc_v1 { struct
350 struct sde_drm_csc_v1 v1; argument
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_device_drm.h58 struct sde_drm_csc_v1 csc_v1 = {};
170 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
H A Dhw_device_drm.cpp1934 void HWDeviceDRM::SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1) { in SetDGMCscV1()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_device_drm.h59 struct sde_drm_csc_v1 csc_v1 = {};
178 void SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1);
H A Dhw_device_drm.cpp2185 void HWDeviceDRM::SetDGMCscV1(const HWCsc &dgm_csc, sde_drm_csc_v1 *csc_v1) { in SetDGMCscV1()
/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_plane.cpp65 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()
H A Ddrm_plane.h107 sde_drm_csc_v1 csc_config_copy_ = {};