Skip to content

Commit

Permalink
forgor to revert a change I did
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 24, 2023
1 parent b969c84 commit 1eba04c
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 @@ -1330,7 +1330,7 @@ fd_screen_create(int fd,
printf("could not get gpu-id\n");
//goto fail;
}
screen->gpu_id = kgsl_pipe->dev_id.gpu_id;
screen->gpu_id = val;

if (kgsl_pipe_get_param(screen->pipe, FD_CHIP_ID, &val)) {
printf("could not get chip-id\n");
Expand Down

0 comments on commit 1eba04c

Please sign in to comment.