Home
last modified time | relevance | path

Searched refs:csc_type (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp683 bool DRMPlane::SetCscConfig(DRMCscType csc_type) { in SetCscConfig() argument
688 if (csc_type > kCscTypeMax) { in SetCscConfig()
696 if (csc_type == kCscTypeMax) { in SetCscConfig()
699 csc_config_copy_ = csc_10bit_convert[csc_type]; in SetCscConfig()
927 uint32_t* csc_type = va_arg(args, uint32_t*); in Perform() local
928 if (csc_type) { in Perform()
929 SetCscConfig((DRMCscType)*csc_type); in Perform()
Ddrm_plane.h107 bool SetCscConfig(DRMCscType csc_type);
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1139 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local
1140 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic()
1141 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1342 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local
1343 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic()
1344 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()