diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/msm_adreno_devfreq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/msm_adreno_devfreq.h b/include/linux/msm_adreno_devfreq.h index 31f86056b943..2d1a585e9945 100644 --- a/include/linux/msm_adreno_devfreq.h +++ b/include/linux/msm_adreno_devfreq.h @@ -28,6 +28,8 @@ struct devfreq_msm_adreno_tz_data { struct { s64 total_time; s64 busy_time; + u32 ctxt_aware_target_pwrlevel; + u32 ctxt_aware_busy_penalty; } bin; struct { u64 total_time; @@ -47,6 +49,7 @@ struct devfreq_msm_adreno_tz_data { unsigned int device_id; bool is_64; bool disable_busy_time_burst; + bool ctxt_aware_enable; }; struct msm_adreno_extended_profile { |
