drm/nouveau/fifo: audit and version fifo channel classes

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>
This commit is contained in:
Ben Skeggs
2014-08-10 04:10:25 +10:00
parent a532da976f
commit bbf8906b2c
19 changed files with 323 additions and 199 deletions

View File

@@ -8,6 +8,8 @@ struct nouveau_channel {
struct nvif_device *device;
struct nouveau_drm *drm;
int chid;
struct nvif_object vram;
struct nvif_object gart;
struct nvif_object nvsw;