mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: gp106: Expose the boot max freq
Expose the currently hard coded boot frequency, which is at the same time the max frequency. We use it for filling in GPU characteristics. Bug 200251486 Change-Id: I3c0abb7a385a83f61b93ddfa857b982c850853e3 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1252906 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Shreshtha Sahu <ssahu@nvidia.com> Tested-by: Shreshtha Sahu <ssahu@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
This commit is contained in:
committed by
Deepak Nibade
parent
90fbd43cbe
commit
0bef6c9897
@@ -20,7 +20,6 @@
|
||||
#include "volt/volt.h"
|
||||
#include "gk20a/pmu_gk20a.h"
|
||||
|
||||
#define BOOT_GPC2CLK_MHZ 2581
|
||||
#define BOOT_MCLK_MHZ 3003
|
||||
|
||||
struct clkrpc_pmucmdhandler_params {
|
||||
|
||||
@@ -102,6 +102,8 @@ struct vbios_clocks_table_1x_hal_clock_entry {
|
||||
#define PERF_CLK_PCIEGENCLK 12
|
||||
#define PERF_CLK_NUM 13
|
||||
|
||||
#define BOOT_GPC2CLK_MHZ 2581
|
||||
|
||||
u32 clk_pmu_vin_load(struct gk20a *g);
|
||||
u32 clk_domain_print_vf_table(struct gk20a *g, u32 clkapidomain);
|
||||
u32 clk_domain_get_f_or_v(
|
||||
|
||||
Reference in New Issue
Block a user