[Mesa-dev] [PATCH v2 01/35] isl: Fix the parameter names for get_intratile_offset

Jason Ekstrand jason at jlekstrand.net
Tue Jul 26 22:01:52 UTC 2016


It's been in elements for a while but, for whatever reason, the parameter
names in the header file never got updated.
---
 src/intel/isl/isl.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h
index 19673f8..d0bac5d 100644
--- a/src/intel/isl/isl.h
+++ b/src/intel/isl/isl.h
@@ -1353,11 +1353,11 @@ isl_tiling_get_intratile_offset_el(const struct isl_device *dev,
                                    enum isl_tiling tiling,
                                    uint8_t bs,
                                    uint32_t row_pitch,
-                                   uint32_t total_x_offset_B,
-                                   uint32_t total_y_offset_rows,
+                                   uint32_t total_x_offset_el,
+                                   uint32_t total_y_offset_el,
                                    uint32_t *base_address_offset,
-                                   uint32_t *x_offset_B,
-                                   uint32_t *y_offset_rows);
+                                   uint32_t *x_offset_el,
+                                   uint32_t *y_offset_el);
 
 /**
  * @brief Get value of 3DSTATE_DEPTH_BUFFER.SurfaceFormat
-- 
2.5.0.400.gff86faf



More information about the mesa-dev mailing list