Skip to content

Commit

Permalink
add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 25, 2023
1 parent 52593ed commit 5211232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gallium/drivers/freedreno/freedreno_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,9 @@ fd_screen_create(int fd,
val = (patch & 0xff) | ((minor & 0xff) << 8) | ((major & 0xff) << 16) |
((core & 0xff) << 24);
}
printf("got chip id");
screen->chip_id = val;
printf("piping gen");
screen->gen = fd_dev_gen(screen->dev_id);

if (kgsl_pipe_get_param(screen->pipe, FD_NR_PRIORITIES, &val)) {
Expand Down

0 comments on commit 5211232

Please sign in to comment.