freedreno: add missing drm_public
Fixes: 9a1470fb41
"freedreno: annotate public functions"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
main
parent
0785257462
commit
4ec31fc31a
|
@ -177,7 +177,7 @@ drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev,
|
||||||
return bo;
|
return bo;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct fd_bo *
|
drm_public struct fd_bo *
|
||||||
fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size)
|
fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size)
|
||||||
{
|
{
|
||||||
struct fd_bo *bo;
|
struct fd_bo *bo;
|
||||||
|
|
Loading…
Reference in New Issue