summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index 618b1716..b8f70ab3 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -896,7 +896,7 @@ struct gk20a_platform gk20a_tegra_platform = {
896 .prescale = gk20a_tegra_prescale, 896 .prescale = gk20a_tegra_prescale,
897 .postscale = gk20a_tegra_postscale, 897 .postscale = gk20a_tegra_postscale,
898 .devfreq_governor = "nvhost_podgov", 898 .devfreq_governor = "nvhost_podgov",
899 .qos_id = PM_QOS_GPU_FREQ_MIN, 899 .qos_notify = gk20a_scale_qos_notify,
900 900
901 .secure_alloc = gk20a_tegra_secure_alloc, 901 .secure_alloc = gk20a_tegra_secure_alloc,
902 .secure_page_alloc = gk20a_tegra_secure_page_alloc, 902 .secure_page_alloc = gk20a_tegra_secure_page_alloc,
@@ -956,7 +956,7 @@ struct gk20a_platform gm20b_tegra_platform = {
956 .prescale = gk20a_tegra_prescale, 956 .prescale = gk20a_tegra_prescale,
957 .postscale = gk20a_tegra_postscale, 957 .postscale = gk20a_tegra_postscale,
958 .devfreq_governor = "nvhost_podgov", 958 .devfreq_governor = "nvhost_podgov",
959 .qos_id = PM_QOS_GPU_FREQ_MIN, 959 .qos_notify = gk20a_scale_qos_notify,
960 960
961 .secure_alloc = gk20a_tegra_secure_alloc, 961 .secure_alloc = gk20a_tegra_secure_alloc,
962 .secure_page_alloc = gk20a_tegra_secure_page_alloc, 962 .secure_page_alloc = gk20a_tegra_secure_page_alloc,