diff options
author | Deepak Nibade <dnibade@nvidia.com> | 2016-12-06 10:29:58 -0500 |
---|---|---|
committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2016-12-14 15:38:32 -0500 |
commit | 02b8cda953f7ff0cc9750b79b62712609da9d6ad (patch) | |
tree | 04a26e13f45075901811f1ddf9cc1dc6d637deaf /drivers/gpu/nvgpu/pci.h | |
parent | 866dafa484414f8ee540696d5df7617fdb4b1fc9 (diff) |
gpu: nvgpu: store last_freq in gk20a struct
In gk20a_scale_target(), to check for duplicate
freq requests we compare current frequency with
devfreq->previous_freq
But for very first request after boot, we have
devfreq->previous_freq set to MIN freq
And in case we evaluate new frew as MIN freq
then we skip calling postscale() and scaling
of EMC clock
This results in keeping EMC at MAX value
To fix this, add new variable last_freq in
gk20a structure.
Use this variable to store frequency value
and to compare for duplicate requests
Bug 200255163
Bug 200257544
Change-Id: Icfc57234c63f68cce8ccf8221237105272dad853
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/1263747
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/pci.h')
0 files changed, 0 insertions, 0 deletions