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 <jason@jlekstrand.net>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
Jason Ekstrand 2016-06-22 16:37:54 -07:00
parent 5de29aeef0
commit 573f6ffd04

View file

@ -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