Skip to content

Commit

Permalink
prio=0
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 24, 2023
1 parent a614f0e commit 99c6325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallium/drivers/freedreno/freedreno_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ fd_screen_create(int fd,

// maybe this should be in context?
printf("Initializing pipe\n");
screen->pipe = kgsl_pipe_new(screen->dev, FD_PIPE_3D);
screen->pipe = kgsl_pipe_new(screen->dev, FD_PIPE_3D, 0);
if (!screen->pipe) {
printf("could not create 3d pipe\n");
goto fail;
Expand Down

0 comments on commit 99c6325

Please sign in to comment.