search for: nvif_perfctr_v0_read

Displaying 2 results from an estimated 2 matches for "nvif_perfctr_v0_read".

2015 Jun 08
2
[PATCH RFC 05/20] pm: reorganize the nvif interface
...__u8 pad01[1]; > @@ -259,16 +273,8 @@ struct nvif_perfctr_v0 { > char name[4][64]; > }; > > -#define NVIF_PERFCTR_V0_QUERY 0x00 > -#define NVIF_PERFCTR_V0_SAMPLE 0x01 > -#define NVIF_PERFCTR_V0_READ 0x02 > - > -struct nvif_perfctr_query_v0 { > - __u8 version; > - __u8 pad01[3]; > - __u32 iter; > - char name[64]; > -}; > +#define NVIF_PERFCTR_V0_SAMPLE 0x0...
2015 Jun 07
21
[PATCH RFC 00/20] expose global performance counters
Hello, This series exposes global performance counters (PCOUNTER) to the userspace through the nvif interface by reworking most of the code related to the PM engine. This interface will allow the userspace to control and monitor complex hardware events like the proprietary driver already does, for example with CUPTI and PerfKit. For now, this series only exposes performance counters on NV50,