Lines Matching refs:mDPUInfo
69 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()
184 if (mDPUInfo.overlap[i]) continue; in updateFeatureTable()