Symbol: gk20a_devfreq
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.h
121
struct gk20a_devfreq *devfreq;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
120
static u32 gk20a_pmu_read_idle_counter(struct gk20a_devfreq *gdevfreq, u32 counter_id)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
130
static void gk20a_pmu_reset_idle_counter(struct gk20a_devfreq *gdevfreq, u32 counter_id)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
136
static u32 gk20a_pmu_read_idle_intr_status(struct gk20a_devfreq *gdevfreq)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
145
static void gk20a_pmu_clear_idle_intr_status(struct gk20a_devfreq *gdevfreq)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
151
static void gk20a_devfreq_update_utilization(struct gk20a_devfreq *gdevfreq)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
219
static void gk20a_devfreq_reset(struct gk20a_devfreq *gdevfreq)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
234
struct gk20a_devfreq *gdevfreq = dev_to_gk20a_devfreq(dev);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
261
int gk20a_devfreq_init(struct nvkm_clk *base, struct gk20a_devfreq **gdevfreq)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
268
struct gk20a_devfreq *new_gdevfreq;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
271
new_gdevfreq = drmm_kzalloc(drm->dev, sizeof(struct gk20a_devfreq), GFP_KERNEL);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
304
struct gk20a_devfreq *gdevfreq = dev_to_gk20a_devfreq(dev);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
314
struct gk20a_devfreq *gdevfreq = dev_to_gk20a_devfreq(dev);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
75
static struct gk20a_devfreq *dev_to_gk20a_devfreq(struct device *dev)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.c
87
static void gk20a_pmu_init_perfmon_counter(struct gk20a_devfreq *gdevfreq)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.h
10
int gk20a_devfreq_init(struct nvkm_clk *base, struct gk20a_devfreq **devfreq);
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.h
15
static inline int gk20a_devfreq_init(struct nvkm_clk *base, struct gk20a_devfreq **devfreq)
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a_devfreq.h
7
struct gk20a_devfreq;
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gp10b.h
8
struct gk20a_devfreq *devfreq;