Home
last modified time | relevance | path

Searched refs:nvkm_therm_clkgate_init (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk104.h29 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_main_0[];
30 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_rstr2d_0[];
31 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_unk_0[];
32 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gcc_0[];
33 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_sked_0[];
34 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_unk_1[];
36 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_unk_0[];
41 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_unk_1[];
48 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_mp_0[];
51 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_rop_0[];
[all …]
H A Dgk104.c184 const struct nvkm_therm_clkgate_init
192 const struct nvkm_therm_clkgate_init
198 const struct nvkm_therm_clkgate_init
206 const struct nvkm_therm_clkgate_init
212 const struct nvkm_therm_clkgate_init
218 const struct nvkm_therm_clkgate_init
224 const struct nvkm_therm_clkgate_init
231 const struct nvkm_therm_clkgate_init
240 const struct nvkm_therm_clkgate_init
246 const struct nvkm_therm_clkgate_init
[all …]
H A Dgk110.c161 static const struct nvkm_therm_clkgate_init
167 static const struct nvkm_therm_clkgate_init
174 static const struct nvkm_therm_clkgate_init
180 static const struct nvkm_therm_clkgate_init
191 static const struct nvkm_therm_clkgate_init
198 static const struct nvkm_therm_clkgate_init
204 static const struct nvkm_therm_clkgate_init
210 static const struct nvkm_therm_clkgate_init
216 static const struct nvkm_therm_clkgate_init
224 static const struct nvkm_therm_clkgate_init
[all …]
H A Dgf100.c2369 nvkm_therm_clkgate_init(device->therm, gr->func->clkgate_pack); in gf100_gr_init()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgk104.h30 extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_unk_0[];
31 extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_vm_0[];
32 extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_main_0[];
33 extern const struct nvkm_therm_clkgate_init gk104_fb_clkgate_blcg_init_bcast_0[];
H A Dgk104.c34 const struct nvkm_therm_clkgate_init
44 const struct nvkm_therm_clkgate_init
50 const struct nvkm_therm_clkgate_init
58 const struct nvkm_therm_clkgate_init
H A Dgk110.c36 static const struct nvkm_therm_clkgate_init
H A Dgf100.c93 nvkm_therm_clkgate_init(device->therm, in gf100_fb_init()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h49 struct nvkm_therm_clkgate_init { struct
56 const struct nvkm_therm_clkgate_init *init; argument
105 void nvkm_therm_clkgate_init(struct nvkm_therm *,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf100.c37 const struct nvkm_therm_clkgate_init *init; in gf100_clkgate_init()
H A Dbase.c397 nvkm_therm_clkgate_init(struct nvkm_therm *therm, in nvkm_therm_clkgate_init() function