[Mesa-dev] [PATCH 5/5] intel/isl: Get rid of the mocs fields in fill/emit_info
Jason Ekstrand
jason at jlekstrand.net
Tue Aug 1 22:48:34 UTC 2017
They are now unused.
---
src/intel/isl/isl.h | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h
index dafe952..e392f72 100644
--- a/src/intel/isl/isl.h
+++ b/src/intel/isl/isl.h
@@ -1254,13 +1254,6 @@ struct isl_surf_fill_state_info {
uint64_t address;
/**
- * The Memory Object Control state for the filled surface state.
- *
- * The exact format of this value depends on hardware generation.
- */
- uint32_t mocs;
-
- /**
* The auxilary surface or NULL if no auxilary surface is to be used.
*/
const struct isl_surf *aux_surf;
@@ -1295,13 +1288,6 @@ struct isl_buffer_fill_state_info {
uint64_t size;
/**
- * The Memory Object Control state for the filled surface state.
- *
- * The exact format of this value depends on hardware generation.
- */
- uint32_t mocs;
-
- /**
* The format to use in the surface state
*
* This may differ from the format of the actual isl_surf but have the
@@ -1347,14 +1333,6 @@ struct isl_depth_stencil_hiz_emit_info {
uint64_t stencil_address;
/**
- * The Memory Object Control state for depth and stencil buffers
- *
- * Both depth and stencil will get the same MOCS value. The exact format
- * of this value depends on hardware generation.
- */
- uint32_t mocs;
-
- /**
* The HiZ surface or NULL if HiZ is disabled.
*/
const struct isl_surf *hiz_surf;
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list