Skip to content

Commit

Permalink
add extra log printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 23, 2023
1 parent fd1730f commit a61cefe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gallium/drivers/freedreno/freedreno_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,10 +1058,10 @@ fd_screen_create(int fd,
screen->max_freq = val;
if (fd_pipe_get_param(screen->pipe, FD_TIMESTAMP, &val) == 0)
screen->has_timestamp = true;
}

}
printf("piping dev id");
screen->dev_id = fd_pipe_dev_id(screen->pipe);

printf("dev id pipe done");
if (fd_pipe_get_param(screen->pipe, FD_GPU_ID, &val)) {
printf("could not get gpu-id\n");
//goto fail;
Expand Down

0 comments on commit a61cefe

Please sign in to comment.