Displaying 2 results from an estimated 2 matches for "11935a0".
2015 Jun 08
2
[PATCH RFC 05/20] pm: reorganize the nvif interface
...NAL,
> + &args, sizeof(args));
> assert(ret == 0);
> }
> } while (args.iter != 0xffffffff);
> diff --git a/drm/nouveau/include/nvif/class.h b/drm/nouveau/include/nvif/class.h
> index 64f8b2f..11935a0 100644
> --- a/drm/nouveau/include/nvif/class.h
> +++ b/drm/nouveau/include/nvif/class.h
> @@ -251,6 +251,20 @@ struct gf110_dma_v0 {
> * perfmon
> ******************************************************************************/
>
> +#define NVIF_PERFMON_V0_QUERY_SIGNAL...
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,