Skip to content
Snippets Groups Projects
Commit 4ec31fc3 authored by Eric Engestrom's avatar Eric Engestrom :no_entry:
Browse files

freedreno: add missing drm_public


Fixes: 9a1470fb "freedreno: annotate public functions"
Signed-off-by: default avatarEric Engestrom <eric.engestrom@intel.com>
parent 07852574
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev,
return bo;
}
struct fd_bo *
drm_public struct fd_bo *
fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size)
{
struct fd_bo *bo;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment