summaryrefslogtreecommitdiff
path: root/libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp
diff options
context:
space:
mode:
authorHyunKyung Kim <hk310.kim@samsung.com>2020-09-16 16:01:59 +0900
committerWeizhung Ding <weizhungding@google.com>2021-03-22 22:20:16 +0800
commitaba4dac44c8ea2bb4c7931d6cb4931fd2e7df935 (patch)
tree85248fa53cf09cf5f7dffd5ef26a703f6738c069 /libhwc2.1/libdisplayinterface/ExynosDeviceDrmInterface.cpp
parentab3cd7c4267404767887c6a33d401d5ad83ac191 (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.cpp2
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++;