diff options
Diffstat (limited to 'include/drm')
| -rw-r--r-- | include/drm/nouveau_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h index e2cfe80f6fca..5edd3a76fffa 100644 --- a/include/drm/nouveau_drm.h +++ b/include/drm/nouveau_drm.h | |||
| @@ -94,6 +94,7 @@ struct drm_nouveau_setparam { | |||
| 94 | #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) | 94 | #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) |
| 95 | #define NOUVEAU_GEM_DOMAIN_MAPPABLE (1 << 3) | 95 | #define NOUVEAU_GEM_DOMAIN_MAPPABLE (1 << 3) |
| 96 | 96 | ||
| 97 | #define NOUVEAU_GEM_TILE_COMP 0x00030000 /* nv50-only */ | ||
| 97 | #define NOUVEAU_GEM_TILE_LAYOUT_MASK 0x0000ff00 | 98 | #define NOUVEAU_GEM_TILE_LAYOUT_MASK 0x0000ff00 |
| 98 | #define NOUVEAU_GEM_TILE_16BPP 0x00000001 | 99 | #define NOUVEAU_GEM_TILE_16BPP 0x00000001 |
| 99 | #define NOUVEAU_GEM_TILE_32BPP 0x00000002 | 100 | #define NOUVEAU_GEM_TILE_32BPP 0x00000002 |
