summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_util.h
diff options
context:
space:
mode:
authorFritz Koenig <[email protected]>2019-02-26 18:31:38 -0800
committerRob Clark <[email protected]>2019-03-01 15:51:16 +0000
commit12af6b30a34cf7522fc07276ec6b1aa7874b6c74 (patch)
tree69b2d5d309fcf6af60e468c7b404901be037d0db /src/gallium/drivers/freedreno/freedreno_util.h
parent4715e7a98afbb43872ead144e35272f256549be0 (diff)
freedreno/a6xx: Enable UBWC modifier
Adding the supported_modifiers allows buffers to be created with UBWC
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_util.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_util.h b/src/gallium/drivers/freedreno/freedreno_util.h
index 3e7ea638a6e..51eefc41f52 100644
--- a/src/gallium/drivers/freedreno/freedreno_util.h
+++ b/src/gallium/drivers/freedreno/freedreno_util.h
@@ -85,7 +85,7 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
#define FD_DBG_TTILE 0x200000
#define FD_DBG_PERFC 0x400000
#define FD_DBG_SOFTPIN 0x800000
-
+#define FD_DBG_UBWC 0x1000000
extern int fd_mesa_debug;
extern bool fd_binning_enabled;