Searched refs:hwsq_exec (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
A D | priv.h | 10 int (*hwsq_exec)(struct nvkm_bus *, u32 *, u32); member
|
A D | g94.c | 56 .hwsq_exec = g94_bus_hwsq_exec,
|
A D | nv50.c | 97 .hwsq_exec = nv50_bus_hwsq_exec,
|
A D | hwsq.h | 75 hwsq_exec(struct hwsq *ram, bool exec) in hwsq_exec() function
|
A D | hwsq.c | 71 ret = bus->func->hwsq_exec(bus, in nvkm_hwsq_fini()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
A D | seq.h | 7 #define clk_exec(s,e) hwsq_exec(&(s)->base, (e))
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
A D | ramseq.h | 7 #define ram_exec(s,e) hwsq_exec(&(s)->base, (e))
|
Completed in 10 milliseconds