Searched refs:mDPUInfo (Results 1 – 3 of 3) sorted by relevance
71 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 …]
111 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()
77 dpu_dpp_info_t mDPUInfo; variable