diff options
author | Sungjun Bae <june.bae@samsung.com> | 2019-05-07 21:40:45 +0900 |
---|---|---|
committer | HyunKyung Kim <hk310.kim@samsung.com> | 2020-06-10 20:14:35 +0900 |
commit | 8fad441d19a636b0e3aee183c62921910f7bc639 (patch) | |
tree | d9776d368fee2ba73f03c23f99b828950c389f73 /libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp | |
parent | bb990ffe21173f914f1d914c2cc3d1dd7e37a5be (diff) |
libhwc2.1: Plumbing to move attribute table to module
Change-Id: I4c1cda5e9c5537b0c0c44b3cf9f4dffea93a29e8
Signed-off-by: Sungjun Bae <june.bae@samsung.com>
Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
Diffstat (limited to 'libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp')
-rw-r--r-- | libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp b/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp index aff8b45..fab3c9e 100644 --- a/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp +++ b/libhwc2.1/libdisplayinterface/ExynosDeviceInterface.cpp @@ -19,10 +19,13 @@ #include "ExynosDevice.h" #include "ExynosResourceManager.h" #include "ExynosMPP.h" +#include "ExynosResourceRestriction.h" #include <unordered_set> #include <unordered_map> +#ifndef USE_MODULE_ATTR extern feature_support_t feature_table[]; +#endif void ExynosDeviceInterface::printDppRestriction(struct dpp_ch_restriction res) { |