diff options
Diffstat (limited to 'libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp')
-rw-r--r-- | libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp b/libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp index 4ca3e8d..b5e25b8 100644 --- a/libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp +++ b/libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp @@ -139,7 +139,7 @@ void ExynosDeviceDrmInterface::updateRestrictions() mDPUInfo.dpuInfo.dpp_chs[channelId].restriction.formats.push_back(halFormat); } } - if (hwcCheckDebugMessages(eDebugDefault)) + if (hwcCheckDebugMessages(eDebugAttrSetting)) printDppRestriction(mDPUInfo.dpuInfo.dpp_chs[channelId]); channelId++; |