radeonsi/gfx9: make shader binaries use read-only memory
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.h
index 7a099376021779a17ee39179b929f852ccc3254a..3a959f98da5386374d455c41874a2955acac97fd 100644 (file)
@@ -123,6 +123,7 @@ struct si_screen {
        bool                            has_rbplus;     /* if RB+ registers exist */
        bool                            rbplus_allowed; /* if RB+ is allowed */
        bool                            dcc_msaa_allowed;
+       bool                            cpdma_prefetch_writes_memory;
 
        struct slab_parent_pool         pool_transfers;