diff --git a/src/panfrost/shared/pan_tiling.h b/src/panfrost/shared/pan_tiling.h index cffbe6f09e4..2432cfedd6d 100644 --- a/src/panfrost/shared/pan_tiling.h +++ b/src/panfrost/shared/pan_tiling.h @@ -41,8 +41,8 @@ extern "C" { * @src Tiled source * @x Region of interest of source in pixels, aligned to block size * @y Region of interest of source in pixels, aligned to block size - * @z Region of interest of source in pixels, aligned to block size * @w Region of interest of source in pixels, aligned to block size + * @h Region of interest of source in pixels, aligned to block size * @dst_stride Stride in bytes of linear destination * @src_stride Number of bytes between adjacent rows of tiles in source. * @format Format of the source and destination image @@ -58,8 +58,8 @@ void pan_load_tiled_image(void *dst, const void *src, unsigned x, unsigned y, * @src Linear source * @x Region of interest of destination in pixels, aligned to block size * @y Region of interest of destination in pixels, aligned to block size - * @z Region of interest of destination in pixels, aligned to block size * @w Region of interest of destination in pixels, aligned to block size + * @h Region of interest of destination in pixels, aligned to block size * @dst_stride Number of bytes between adjacent rows of tiles in destination. * @src_stride Stride in bytes of linear source * @format Format of the source and destination image