Searched refs:lut_type (Results 1 – 9 of 9) sorted by relevance
263 static const char *GetColorLutString(DRMTonemapLutType lut_type) { in GetColorLutString() argument264 switch (lut_type) { in GetColorLutString()280 static bool GetDRMonemapLutTypeFromPPFeatureID(DRMPPFeatureID id, DRMTonemapLutType *lut_type) { in GetDRMonemapLutTypeFromPPFeatureID() argument283 *lut_type = DRMTonemapLutType::DMA_1D_IGC; in GetDRMonemapLutTypeFromPPFeatureID()286 *lut_type = DRMTonemapLutType::DMA_1D_GC; in GetDRMonemapLutTypeFromPPFeatureID()289 *lut_type = DRMTonemapLutType::VIG_1D_IGC; in GetDRMonemapLutTypeFromPPFeatureID()292 *lut_type = DRMTonemapLutType::VIG_3D_GAMUT; in GetDRMonemapLutTypeFromPPFeatureID()976 DRMTonemapLutType lut_type = {}; in UpdatePPLutFeatureInuse() local977 bool ret = GetDRMonemapLutTypeFromPPFeatureID(data->id, &lut_type); in UpdatePPLutFeatureInuse()985 switch (lut_type) { in UpdatePPLutFeatureInuse()[all …]
122 void ResetColorLUTState(DRMTonemapLutType lut_type, bool is_commit, drmModeAtomicReq *req);
77 kernel_params->data.lut_cfg_data.lut_type = mdp_lut_igc; in SetIGC()91 kernel_params->data.lut_cfg_data.lut_type = mdp_lut_pgc; in SetPGC()105 kernel_params->data.lut_cfg_data.lut_type = mdp_lut_pgc; in SetMixerGC()
78 kernel_params->data.lut_cfg_data.lut_type = mdp_lut_igc; in SetIGC()92 kernel_params->data.lut_cfg_data.lut_type = mdp_lut_pgc; in SetPGC()106 kernel_params->data.lut_cfg_data.lut_type = mdp_lut_pgc; in SetMixerGC()
110 static PPBlock GetPPBlock(const HWToneMapLut &lut_type) { in GetPPBlock() argument112 switch (lut_type) { in GetPPBlock()
152 static PPBlock GetPPBlock(const HWToneMapLut &lut_type) { in GetPPBlock() argument154 switch (lut_type) { in GetPPBlock()