From 4ca2a201caac3d511dda276a26560814592b6148 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Mon, 17 Nov 2014 22:52:11 +1000 Subject: core: add some forgotten subdevs to disable mask Signed-off-by: Ben Skeggs --- nvif/class.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nvif') diff --git a/nvif/class.h b/nvif/class.h index 0dc092ba7..4e308eacb 100644 --- a/nvif/class.h +++ b/nvif/class.h @@ -133,6 +133,7 @@ struct nv_device_v0 { #define NV_DEVICE_V0_DISABLE_COPY1 0x0000010000000000ULL #define NV_DEVICE_V0_DISABLE_VIC 0x0000020000000000ULL #define NV_DEVICE_V0_DISABLE_VENC 0x0000040000000000ULL +#define NV_DEVICE_V0_DISABLE_COPY2 0x0000080000000000ULL __u64 disable; /* disable particular subsystems */ __u64 debug0; /* as above, but *internal* ids, and *NOT* ABI */ }; -- cgit v1.2.1