mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
bandwidth: add min bandwidth read in usage_stat [1/1]
PD#SWPL-7960 Problem: There is no min ddr bandwidth data Solution: Add this value in sysfs Verify: p212 Change-Id: I9d90476d30c0ca7789046d8d205f0802de2b4acf Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
This commit is contained in:
@@ -160,6 +160,7 @@ struct ddr_bandwidth {
|
||||
spinlock_t lock;
|
||||
struct ddr_bandwidth_sample cur_sample;
|
||||
struct ddr_bandwidth_sample max_sample;
|
||||
struct ddr_bandwidth_sample min_sample;
|
||||
struct ddr_avg_bandwidth avg;
|
||||
u64 port[MAX_CHANNEL];
|
||||
void __iomem *ddr_reg;
|
||||
|
||||
Reference in New Issue
Block a user