History log of /drivers/gpu/drm/nouveau/core/engine/perfmon/base.c
Revision Date Author Comments
96af8222cef78ab4d92186d5e10880dc78395415 09-Aug-2014 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/pm: audit and version NVIF_PERFMON class and methods

The full object interfaces are about to be exposed to userspace, so we
need to check for any security-related issues and version the structs
to make it easier to handle any changes we may need in the future.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
cbb4cf8bdffd943fa7cff724232b57b0e6891095 21-Jul-2014 Samuel Pitoiset <samuel.pitoiset@gmail.com> drm/nouveau/perfmon: do not forget to destroy the engine context

This fixes a crash when we reload Nouveau DRM.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
aa4d7a4d55ab375b2f1c894ba680186e4a7c6fd6 13-Feb-2013 Ben Skeggs <bskeggs@redhat.com> drm/nouveau/perfmon: initial infrastructure to expose performance counters

Internal use only at this point. Userspace later.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>