Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.h81 dpu_dpp_info_t mDPUInfo; variable
102 uint32_t getNumDPPChs() { return mDPUInfo.dpuInfo.dpp_chs.size(); }; in getNumDPPChs()
103 uint32_t getNumSPPChs() { return mDPUInfo.dpuInfo.spp_chs.size(); }; in getNumSPPChs()
104 uint32_t getSPPChId(uint32_t index) { return mDPUInfo.dpuInfo.spp_chs.at(index).id; }; in getSPPChId()
105 uint64_t getSPPChAttr(uint32_t index) { return mDPUInfo.dpuInfo.spp_chs.at(index).attr; }; in getSPPChAttr()
DExynosDeviceInterface.cpp69 struct hwc_dpp_restrictions_info *dpuInfo = &mDPUInfo.dpuInfo; in makeDPURestrictions()
84 mDPUInfo.overlap[i] = true; in makeDPURestrictions()
87 HDEBUGLOGD(eDebugAttrSetting, "Index : %zu, overlap %d", i, mDPUInfo.overlap[i]); in makeDPURestrictions()
91 if (mDPUInfo.overlap[i]) continue; in makeDPURestrictions()
107 if (mDPUInfo.overlap[i]) continue; in makeDPURestrictions()
154 if (mDPUInfo.dpuInfo.ppc) in makeDPURestrictions()
155 it->setPPC(static_cast<float>(mDPUInfo.dpuInfo.ppc)); in makeDPURestrictions()
156 if (mDPUInfo.dpuInfo.max_disp_freq) in makeDPURestrictions()
157 it->setClockKhz(mDPUInfo.dpuInfo.max_disp_freq); in makeDPURestrictions()
164 const struct hwc_dpp_restrictions_info &dpuInfo = mDPUInfo.dpuInfo; in updateFeatureTable()
[all …]
DExynosDeviceDrmInterface.cpp185 mDPUInfo.dpuInfo.spp_chs.push_back(hwc_res); in updateRestrictions()
187 mDPUInfo.dpuInfo.dpp_chs.push_back(hwc_res); in updateRestrictions()
203 mDPUInfo.dpuInfo.ppc = static_cast<uint32_t>(value); in updateRestrictions()
211 mDPUInfo.dpuInfo.max_disp_freq = static_cast<uint32_t>(value); in updateRestrictions()