i965: Switch over to fully external-or-not MOCS scheme
[mesa.git] / src / mesa / drivers / dri / i965 / brw_state.h
index 927e77920ef5c1fbc5fad2f8bb15c93279ba9f42..397dfc9aa504efc90fb7e02ecfc5ae9918cffe4a 100644 (file)
@@ -392,6 +392,9 @@ void gen10_init_atoms(struct brw_context *brw);
 /* TC=LLC/eLLC, LeCC=PTE, LRUM=3, L3CC=WB */
 #define CNL_MOCS_PTE (1 << 1)
 
+uint32_t brw_get_bo_mocs(const struct gen_device_info *devinfo,
+                         struct brw_bo *bo);
+
 #ifdef __cplusplus
 }
 #endif