Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
Browse files Browse the repository at this point in the history
…AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  • Loading branch information
SolDev69 committed Nov 24, 2023
1 parent 473d4a6 commit d9bf8b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gallium/drivers/freedreno/freedreno_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,8 @@ fd_screen_get_fd(struct pipe_screen *pscreen)
}


// kgsl_pipe.c
#include "freedreno/drm/kgsl/kgsl_priv.h"
int
kgsl_pipe_safe_ioctl(int fd, unsigned long request, void *arg)
{
Expand Down Expand Up @@ -1119,6 +1121,8 @@ struct fd_pipe *kgsl_pipe_new(struct fd_device *dev, enum fd_pipe_id id,
return NULL;
}


// Create screen, back to freedreno_screen.c code
struct pipe_screen *
fd_screen_create(int fd,
const struct pipe_screen_config *config,
Expand Down

0 comments on commit d9bf8b0

Please sign in to comment.