pvr: enlarge transfer fw_stream buffer for multicore

The currently allocated transfer fw_stream buffer lacks the space for a
field that exists conditionally for multicore GPUs, frag_screen.

Enlarge the transfer fw_stream buffer for this field.

Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30543>
This commit is contained in:
Icenowy Zheng 2024-07-18 17:14:46 +08:00 committed by Marge Bot
parent 2d2bc5b307
commit c6dafb5c1a

View file

@ -267,7 +267,7 @@ struct pvr_winsys_transfer_cmd {
/* Firmware stream buffer. This is the maximum possible size taking into
* consideration all HW features, quirks and enhancements.
*/
uint8_t fw_stream[172];
uint8_t fw_stream[176];
uint32_t fw_stream_len;
struct pvr_winsys_transfer_cmd_flags {