Skip to content

Commit

Permalink
viogpu: Increase SGLIST_SIZE
Browse files Browse the repository at this point in the history
This changes will be used in 3D driver.

Based on #943

Signed-off-by: Max Ramanouski <[email protected]>
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 authored and YanVugenfirer committed Dec 2, 2024
1 parent 8f23f79 commit ec4a517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viogpu/common/viogpu_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ void CtrlQueue::SetScanout(UINT scan_id, UINT res_id, UINT width, UINT height, U
}


#define SGLIST_SIZE 64
#define SGLIST_SIZE 256
UINT CtrlQueue::QueueBuffer(PGPU_VBUFFER buf)
{
DbgPrint(TRACE_LEVEL_VERBOSE, ("---> %s\n", __FUNCTION__));
Expand Down

0 comments on commit ec4a517

Please sign in to comment.