Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 7, 2023
1 parent 02717da commit 642ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedreno/drm/freedreno_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ fd_bo_fini_fences(struct fd_bo *bo)
}

void
fd_bo_close_handle_drm(struct fd_device *ifdev, uint32_t handle)
fd_bo_close_handle_drm(struct fd_device *dev, uint32_t handle)
{
struct drm_gem_close req = {
.handle = handle,
Expand Down

0 comments on commit 642ea4f

Please sign in to comment.