From 573f6ffd04be3380721dcca6d607b3490b7a118c Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 22 Jun 2016 16:37:54 -0700 Subject: [PATCH] isl: Fix the parameter names for get_intratile_offset It's been in elements for a while but, for whatever reason, the parameter names in the header file never got updated. Signed-off-by: Jason Ekstrand Reviewed-by: Topi Pohjolainen --- 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 4caf0e8324c..10f79ee81f1 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -1355,11 +1355,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.30.2