mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 09:20:09 +01:00
freedreno: add missing drm_public
Fixes: 9a1470fb41 "freedreno: annotate public functions"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
0785257462
commit
4ec31fc31a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue