summaryrefslogtreecommitdiff
path: root/sdm/include
diff options
context:
space:
mode:
authorRamkumar Radhakrishnan <ramkumar@codeaurora.org>2018-03-08 14:53:15 -0800
committerRamkumar Radhakrishnan <ramkumar@codeaurora.org>2018-03-23 14:49:12 -0700
commit4176c8fb00429c50614b9d478981ef83e2ae7288 (patch)
treea736cbee587c16904ebeeb790604c5915fa9635a /sdm/include
parent88c1c291c99bee0c5f7217506af5eb6c18112d23 (diff)
downloaddisplay-4176c8fb00429c50614b9d478981ef83e2ae7288.tar.gz
sdm: Add interface to populate secure ui pipe capability
Add drm/hw interface to populate block_secure_ui property from pipe capabilities Change-Id: I24b34798aca0bd6ffe3051659cfbc1a70e3aa8a9 CRs-Fixed: 2206828
Diffstat (limited to 'sdm/include')
-rw-r--r--sdm/include/private/hw_info_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdm/include/private/hw_info_types.h b/sdm/include/private/hw_info_types.h
index 80e91caa..456d72a8 100644
--- a/sdm/include/private/hw_info_types.h
+++ b/sdm/include/private/hw_info_types.h
@@ -145,6 +145,7 @@ struct HWPipeCaps {
uint32_t id = 0;
uint32_t master_pipe_id = 0;
uint32_t max_rects = 1;
+ bool block_sec_ui = false;
};
struct HWRotatorInfo {