Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDeviceInterface.cpp71 struct hwc_dpp_restrictions_info *dpuInfo = &mDPUInfo.dpuInfo; in makeDPURestrictions()
86 mDPUInfo.overlap[i] = true; in makeDPURestrictions()
89 HDEBUGLOGD(eDebugAttrSetting, "Index : %zu, overlap %d", i, mDPUInfo.overlap[i]); in makeDPURestrictions()
93 if (mDPUInfo.overlap[i]) continue; in makeDPURestrictions()
109 if (mDPUInfo.overlap[i]) continue; in makeDPURestrictions()
156 if (mDPUInfo.dpuInfo.ppc) in makeDPURestrictions()
157 it->setPPC(static_cast<float>(mDPUInfo.dpuInfo.ppc)); in makeDPURestrictions()
158 if (mDPUInfo.dpuInfo.max_disp_freq) in makeDPURestrictions()
159 it->setClockKhz(mDPUInfo.dpuInfo.max_disp_freq); in makeDPURestrictions()
166 const struct hwc_dpp_restrictions_info &dpuInfo = mDPUInfo.dpuInfo; in updateFeatureTable()
[all …]
H A DExynosDeviceDrmInterface.cpp111 mDPUInfo.dpuInfo.dpp_chs.resize(mDrmDevice->planes().size()); in updateRestrictions()
129 set_dpp_ch_restriction(mDPUInfo.dpuInfo.dpp_chs[channelId], *res); in updateRestrictions()
144 mDPUInfo.dpuInfo.dpp_chs[channelId].restriction.formats.push_back(halFormat); in updateRestrictions()
148 printDppRestriction(mDPUInfo.dpuInfo.dpp_chs[channelId]); in updateRestrictions()
164 mDPUInfo.dpuInfo.ppc = static_cast<uint32_t>(value); in updateRestrictions()
172 mDPUInfo.dpuInfo.max_disp_freq = static_cast<uint32_t>(value); in updateRestrictions()
H A DExynosDeviceInterface.h77 dpu_dpp_info_t mDPUInfo; variable