Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.h66 uint32_t max_disp_freq = 0; member
DExynosDeviceInterface.cpp156 if (mDPUInfo.dpuInfo.max_disp_freq) in makeDPURestrictions()
157 it->setClockKhz(mDPUInfo.dpuInfo.max_disp_freq); in makeDPURestrictions()
DExynosDeviceDrmInterface.cpp211 mDPUInfo.dpuInfo.max_disp_freq = static_cast<uint32_t>(value); in updateRestrictions()