summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/include/nvif/class.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2015-06-07 23:40:27 +0300
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 05:40:00 +0300
commit6137b5a7c2aeca9f72229c120504f5d083fa9127 (patch)
tree8c254455da115bf7a5b86fb50230a89152a7312f /drivers/gpu/drm/nouveau/include/nvif/class.h
parent0f3804360dd4f88332b9c0b2d7cb4c1f30893cc7 (diff)
downloadlinux-6137b5a7c2aeca9f72229c120504f5d083fa9127.tar.xz
drm/nouveau/pm: allow the userspace to configure sources
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvif/class.h')
-rw-r--r--drivers/gpu/drm/nouveau/include/nvif/class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvif/class.h b/drivers/gpu/drm/nouveau/include/nvif/class.h
index 1a76a7fe3805..3b7f49f876ab 100644
--- a/drivers/gpu/drm/nouveau/include/nvif/class.h
+++ b/drivers/gpu/drm/nouveau/include/nvif/class.h
@@ -297,6 +297,7 @@ struct nvif_perfdom_v0 {
__u8 pad03[1];
struct {
__u8 signal[4];
+ __u64 source[4][8];
__u16 logic_op;
} ctr[4];
};