From e6ec4c88519da05eccc05ed2ae7ff20277e3672a Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Fri, 25 Apr 2014 14:53:48 -0400 Subject: freedreno: add missing fxn prototype Signed-off-by: Rob Clark --- freedreno/freedreno_drmif.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freedreno/freedreno_drmif.h b/freedreno/freedreno_drmif.h index f3a01aff..41ef6099 100644 --- a/freedreno/freedreno_drmif.h +++ b/freedreno/freedreno_drmif.h @@ -94,6 +94,8 @@ struct fd_bo * fd_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags); struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size); +struct fd_bo *fd_bo_from_handle(struct fd_device *dev, + uint32_t handle, uint32_t size); struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name); struct fd_bo * fd_bo_ref(struct fd_bo *bo); void fd_bo_del(struct fd_bo *bo); -- cgit v1.2.3