linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/gf100.h
<<
>>
Prefs
   1#ifndef __NVKM_PM_NVC0_H__
   2#define __NVKM_PM_NVC0_H__
   3#include "priv.h"
   4
   5struct gf100_pm_priv {
   6        struct nvkm_pm base;
   7};
   8
   9struct gf100_pm_cntr {
  10        struct nvkm_perfctr base;
  11};
  12
  13extern const struct nvkm_funcdom gf100_perfctr_func;
  14int gf100_pm_fini(struct nvkm_object *, bool);
  15#endif
  16