summaryrefslogtreecommitdiffstats
path: root/src/freedreno/drm/freedreno_ringbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/drm/freedreno_ringbuffer.h')
-rw-r--r--src/freedreno/drm/freedreno_ringbuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/drm/freedreno_ringbuffer.h b/src/freedreno/drm/freedreno_ringbuffer.h
index 4292c8f65d6..3ee3e9ba992 100644
--- a/src/freedreno/drm/freedreno_ringbuffer.h
+++ b/src/freedreno/drm/freedreno_ringbuffer.h
@@ -124,6 +124,7 @@ struct fd_reloc {
struct fd_bo *bo;
#define FD_RELOC_READ 0x0001
#define FD_RELOC_WRITE 0x0002
+#define FD_RELOC_DUMP 0x0004
uint32_t flags;
uint32_t offset;
uint32_t or;