diff options
author | HyunKyung Kim <hk310.kim@samsung.com> | 2020-09-16 16:01:59 +0900 |
---|---|---|
committer | Weizhung Ding <weizhungding@google.com> | 2021-03-22 22:20:16 +0800 |
commit | aba4dac44c8ea2bb4c7931d6cb4931fd2e7df935 (patch) | |
tree | 85248fa53cf09cf5f7dffd5ef26a703f6738c069 /libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp | |
parent | ab3cd7c4267404767887c6a33d401d5ad83ac191 (diff) |
libhwc2.1: Change debug tag
Bug: 162322019
Test: single/dual display boot to OS, and suspend/resume
Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
Change-Id: I25609f1164062ca354830c365b740bcc514d0eed
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++; |