Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp112 PPBlock pp_block = kPPBlockMax; in GetPPBlock() local
116 pp_block = kDGM; in GetPPBlock()
120 pp_block = kVIG; in GetPPBlock()
126 return pp_block; in GetPPBlock()
1966 PPBlock pp_block = GetPPBlock(lut_info.type); in SetSsppLutFeatures() local
1967 hw_color_mgr_->ToDrmFeatureId(pp_block, feature->feature_id_, &drm_id); in SetSsppLutFeatures()
1976 lut_info.type, pp_block, (lut_info.op ==kSet) ? "Set" : "Reset", disable, in SetSsppLutFeatures()