• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __NVKM_PM_NVC0_H__
2 #define __NVKM_PM_NVC0_H__
3 
4 #include "priv.h"
5 
6 struct nvc0_perfmon_priv {
7 	struct nouveau_perfmon base;
8 };
9 
10 struct nvc0_perfmon_cntr {
11 	struct nouveau_perfctr base;
12 };
13 
14 extern const struct nouveau_funcdom nvc0_perfctr_func;
15 int nvc0_perfmon_fini(struct nouveau_object *, bool);
16 
17 #endif
18