pvr: Transfer ignore non zero stride for twiddled surface
Twiddled surfaces don't use stride but printing info about ignored stride is not useful on debug driver. Signed-off-by: Oskar Rundgren <oskar.rundgren@imgtec.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22958>
This commit is contained in:
parent
0e3c828fc4
commit
59ba5cc2d1
1 changed files with 1 additions and 3 deletions
|
|
@ -701,9 +701,7 @@ pvr_mem_layout_spec(const struct pvr_transfer_cmd_surface *surface,
|
|||
|
||||
case PVR_MEMLAYOUT_TWIDDLED:
|
||||
case PVR_MEMLAYOUT_3DTWIDDLED:
|
||||
if (surface->stride != 0U)
|
||||
mesa_logi("Ignoring stride value for twiddled/tiled surface!");
|
||||
|
||||
/* Ignoring stride value for twiddled/tiled surface. */
|
||||
*stride_out = *width_out;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue