mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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:
parent
2d2bc5b307
commit
c6dafb5c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue