summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h
diff options
context:
space:
mode:
authorThomas Fleury <tfleury@nvidia.com>2017-06-09 17:59:04 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-30 11:46:27 -0400
commita89c3876c71f486cf5d5bca588f12af02d1b15be (patch)
treea89e8ef833f9627cfeaf02a206c4e8274a33e810 /drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h
parent7eb34d10f6d3807fb19f21cdeb2a1e931cd4614a (diff)
gpu: nvgpu: mclk switching sequences for .58 OEM VBIOS
Add mclk switching sequences for VBIOS 8606580012. Bug 1921094 Change-Id: I0e5b0e967c467a40d498ea5c634302f208722922 Reviewed-on: http://git-master/r/1499550 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> (cherry picked from commit 3c60b8ded3764a700a9719ae6bf176dcec94a989) Reviewed-on: https://git-master/r/1506585 GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h b/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h
index bfe4da5a..c61a7572 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/pmu_mclk_gp106.h
@@ -14,9 +14,6 @@
14#ifndef _PMU_MCLK_GP106_H_ 14#ifndef _PMU_MCLK_GP106_H_
15#define _PMU_MCLK_GP106_H_ 15#define _PMU_MCLK_GP106_H_
16 16
17#define GP106_MEM_CONFIG_GDDR5_PG418 0
18#define GP106_MEM_CONFIG_GDDR5_PG419 1
19
20extern int gp106_mclk_init(struct gk20a *g); 17extern int gp106_mclk_init(struct gk20a *g);
21extern void gp106_mclk_deinit(struct gk20a *g); 18extern void gp106_mclk_deinit(struct gk20a *g);
22extern int gp106_mclk_change(struct gk20a *g, u16 val); 19extern int gp106_mclk_change(struct gk20a *g, u16 val);