summaryrefslogtreecommitdiff
path: root/sdm/include
diff options
context:
space:
mode:
authorRamkumar Radhakrishnan <ramkumar@codeaurora.org>2017-12-11 13:32:47 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-03-08 02:32:41 -0800
commitb9f535546a0febdc14a444bf4c6bfc61ee4f332f (patch)
tree5c4be917b9f84ec02e34ef633e4b37fdc98a4b46 /sdm/include
parent58d0e0f0838d36a22d5a01a1682f1cbc7e1fe2dc (diff)
downloaddisplay-b9f535546a0febdc14a444bf4c6bfc61ee4f332f.tar.gz
sdm: Set inline rotator prefill bw property to driver
Change-Id: Ie775db54ef2c254f670ad072c51b1daf18cd9786 CRs-Fixed: 2158709
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 52bc73e0..80e91caa 100644
--- a/sdm/include/private/hw_info_types.h
+++ b/sdm/include/private/hw_info_types.h
@@ -560,6 +560,7 @@ struct HWQosData {
uint64_t llcc_ib_bps = 0;
uint64_t dram_ab_bps = 0;
uint64_t dram_ib_bps = 0;
+ uint64_t rot_prefill_bw_bps = 0;
uint32_t clock_hz = 0;
uint32_t rot_clock_hz = 0;
};