Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp193 struct drm_msm_pcc_coeff *mdp_pcc_coeffs = NULL; in GetDrmPCC() local
236 mdp_pcc_coeffs = &mdp_pcc->r; in GetDrmPCC()
243 mdp_pcc_coeffs = &mdp_pcc->g; in GetDrmPCC()
250 mdp_pcc_coeffs = &mdp_pcc->b; in GetDrmPCC()
256 mdp_pcc_coeffs->c = sde_pcc_coeffs->c; in GetDrmPCC()
257 mdp_pcc_coeffs->r = sde_pcc_coeffs->r; in GetDrmPCC()
258 mdp_pcc_coeffs->g = sde_pcc_coeffs->g; in GetDrmPCC()
259 mdp_pcc_coeffs->b = sde_pcc_coeffs->b; in GetDrmPCC()
260 mdp_pcc_coeffs->rg = sde_pcc_coeffs->rg; in GetDrmPCC()
261 mdp_pcc_coeffs->gb = sde_pcc_coeffs->gb; in GetDrmPCC()
[all …]
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp338 struct drm_msm_pcc_coeff *mdp_pcc_coeffs = NULL; in GetDrmPCC() local
375 mdp_pcc_coeffs = &mdp_pcc->r; in GetDrmPCC()
382 mdp_pcc_coeffs = &mdp_pcc->g; in GetDrmPCC()
389 mdp_pcc_coeffs = &mdp_pcc->b; in GetDrmPCC()
395 mdp_pcc_coeffs->c = sde_pcc_coeffs->c; in GetDrmPCC()
396 mdp_pcc_coeffs->r = sde_pcc_coeffs->r; in GetDrmPCC()
397 mdp_pcc_coeffs->g = sde_pcc_coeffs->g; in GetDrmPCC()
398 mdp_pcc_coeffs->b = sde_pcc_coeffs->b; in GetDrmPCC()
399 mdp_pcc_coeffs->rg = sde_pcc_coeffs->rg; in GetDrmPCC()
400 mdp_pcc_coeffs->gb = sde_pcc_coeffs->gb; in GetDrmPCC()
[all …]