summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/imagination/vulkan/pvr_job_transfer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/imagination/vulkan/pvr_job_transfer.c b/src/imagination/vulkan/pvr_job_transfer.c
index 7fd015fda03..7b60be8c292 100644
--- a/src/imagination/vulkan/pvr_job_transfer.c
+++ b/src/imagination/vulkan/pvr_job_transfer.c
@@ -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;