summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/clk_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/clk_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/clk_gp106.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/gp106/clk_gp106.h b/drivers/gpu/nvgpu/gp106/clk_gp106.h
index 0342d927..97baa224 100644
--- a/drivers/gpu/nvgpu/gp106/clk_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/clk_gp106.h
@@ -43,16 +43,11 @@ struct namemap_cfg {
43 u32 is_enable; /* Namemap enabled */ 43 u32 is_enable; /* Namemap enabled */
44 u32 is_counter; /* Using cntr */ 44 u32 is_counter; /* Using cntr */
45 struct gk20a *g; 45 struct gk20a *g;
46 union { 46 struct {
47 struct { 47 u32 reg_ctrl_addr;
48 u32 reg_ctrl_addr; 48 u32 reg_ctrl_idx;
49 u32 reg_ctrl_idx; 49 u32 reg_cntr_addr;
50 u32 reg_cntr_addr; 50 } cntr;
51 } cntr;
52 struct {
53 /* Todo */
54 } pll;
55 };
56 u32 scale; 51 u32 scale;
57 char name[24]; 52 char name[24];
58}; 53};