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

Pohjolainen, Topi topi.pohjolainen at intel.com
Wed Aug 17 05:25:57 UTC 2016


On Tue, Jul 26, 2016 at 03:01:52PM -0700, Jason Ekstrand wrote:
> 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(-)

Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>

> 
> 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
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list