From: Jason Ekstrand Date: Wed, 22 Jun 2016 23:37:54 +0000 (-0700) Subject: isl: Fix the parameter names for get_intratile_offset X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=573f6ffd04be3380721dcca6d607b3490b7a118c;p=mesa.git 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 --- 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