diff options
Diffstat (limited to 'kernel/include/uapi/drm/nouveau_drm.h')
-rw-r--r-- | kernel/include/uapi/drm/nouveau_drm.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/include/uapi/drm/nouveau_drm.h b/kernel/include/uapi/drm/nouveau_drm.h index 5507eead5..fd594cc73 100644 --- a/kernel/include/uapi/drm/nouveau_drm.h +++ b/kernel/include/uapi/drm/nouveau_drm.h @@ -27,14 +27,6 @@ #define DRM_NOUVEAU_EVENT_NVIF 0x80000000 -/* reserved object handles when using deprecated object APIs - these - * are here so that libdrm can allow interoperability with the new - * object APIs - */ -#define NOUVEAU_ABI16_CLIENT 0xffffffff -#define NOUVEAU_ABI16_DEVICE 0xdddddddd -#define NOUVEAU_ABI16_CHAN(n) (0xcccc0000 | (n)) - #define NOUVEAU_GEM_DOMAIN_CPU (1 << 0) #define NOUVEAU_GEM_DOMAIN_VRAM (1 << 1) #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) |