Module: Mesa Branch: main Commit: ad56b9644d287f95082764c2cea600eb6c38e3d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad56b9644d287f95082764c2cea600eb6c38e3d3
Author: Sarah Walker <[email protected]> Date: Fri May 27 14:51:39 2022 +0100 pvr: Remove STRIP_RENDERING members from FWIF This matches changes made in FW 1.17.OS@6256262. Signed-off-by: Sarah Walker <[email protected]> Reviewed-by: Karmjit Mahil <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18490> --- src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif.h b/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif.h index 59041ff9d11..f3000cc04ea 100644 --- a/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif.h +++ b/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/pvr_rogue_fwif.h @@ -340,13 +340,6 @@ struct rogue_fwif_cmd_3d { /** Stride IN BYTES for S-Buffer in case of RTAs. */ uint32_t sls_stride; - /* Only used when SUPPORT_STRIP_RENDERING present. */ - uint8_t ui8FrameStripBuffer; - /* Only used when SUPPORT_STRIP_RENDERING present. */ - uint8_t ui8FrameStripIndex; - /* Only used when SUPPORT_STRIP_RENDERING present. */ - uint8_t ui8FrameStripMode; - /* Number of tiles to submit to GPU<N> before moving to GPU<N+1>. */ uint32_t execute_count;
