diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-01 19:23:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-01 19:23:55 -0800 |
| commit | 62e878fd30f71eb559b8e395619ae53b4233348a (patch) | |
| tree | 50a47decd4490a178f4ff1a7a5851171006804bd /include/linux | |
| parent | 989bc41eedb2859e35642958dbbb91da90c65989 (diff) | |
| parent | 3a7cd576f7c7b5e655a74c5528a08c789b7c14f6 (diff) | |
Merge "Merge remote-tracking branch 'quic/dev/msm-4.4-drm_kms' into msm-4.4-01-29-tip"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mdss_io_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mdss_io_util.h b/include/linux/mdss_io_util.h index 6ad21e887877..5b2587b28737 100644 --- a/include/linux/mdss_io_util.h +++ b/include/linux/mdss_io_util.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012, 2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -77,6 +77,7 @@ struct dss_clk { char clk_name[32]; enum dss_clk_type type; unsigned long rate; + unsigned long max_rate; }; struct dss_module_power { |
