Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
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[];
35 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_ctxctl_0[];
36 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_unk_0[];
37 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_esetup_0[];
38 extern const struct nvkm_therm_clkgate_init gk104_clkgate_blcg_init_gpc_tpbus_0[];
[all …]
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 …]
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 …]
Dgf100.c2277 nvkm_therm_clkgate_init(device->therm, gr->func->clkgate_pack); in gf100_gr_init()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
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[];
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
Dgk110.c36 static const struct nvkm_therm_clkgate_init
Dgf100.c98 nvkm_therm_clkgate_init(device->therm, in gf100_fb_init()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
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 *,
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgf100.c37 const struct nvkm_therm_clkgate_init *init; in gf100_clkgate_init()
Dbase.c397 nvkm_therm_clkgate_init(struct nvkm_therm *therm, in nvkm_therm_clkgate_init() function