Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp653 bool DRMPlane::SetCscConfig(DRMCscType csc_type) { in SetCscConfig() argument
658 if (csc_type > kCscTypeMax) { in SetCscConfig()
666 if (csc_type == kCscTypeMax) { in SetCscConfig()
669 csc_config_copy_ = csc_10bit_convert[csc_type]; in SetCscConfig()
897 uint32_t* csc_type = va_arg(args, uint32_t*); in Perform() local
898 if (csc_type) { in Perform()
899 SetCscConfig((DRMCscType)*csc_type); in Perform()
Ddrm_plane.h70 bool SetCscConfig(DRMCscType csc_type);
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.cpp955 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local
956 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic()
957 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()
/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.cpp1298 DRMCscType csc_type = DRMCscType::kCscTypeMax; in SetupAtomic() local
1299 SelectCscType(layer.input_buffer, &csc_type); in SetupAtomic()
1300 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_CSC_CONFIG, pipe_id, &csc_type); in SetupAtomic()