Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm...
[linux-drm-fsl-dcu.git] / include / uapi / drm / radeon_drm.h
index c77495ffc44f26b8afc5a6c36b47334a002cf678..375b6e656c546eb281706b5a63d72c4585ccde49 100644 (file)
@@ -963,6 +963,7 @@ struct drm_radeon_cs_chunk {
 };
 
 /* drm_radeon_cs_reloc.flags */
+#define RADEON_RELOC_PRIO_MASK         (0xf << 0)
 
 struct drm_radeon_cs_reloc {
        uint32_t                handle;