gpu: nvgpu: Move devfreq field to os_linux

Move devfreq field from struct gk20a to os_linux. It's a Linux
specific framework.

JIRA NVGPU-38

Change-Id: I1e00f5a80e31deb4aaba379274c3a7a7b04d963b
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/1505176
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2017-06-08 09:24:17 -07:00
committed by mobile promotions
parent 974379ebb7
commit 234835b9d1
4 changed files with 25 additions and 16 deletions

View File

@@ -65,6 +65,8 @@ struct nvgpu_os_linux {
dev_t cdev_region;
struct devfreq *devfreq;
struct device_dma_parameters dma_parms;
};