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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user