mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
freedreno: fd_bo_from_handle() remove duplicate declaration
Already declared in our public header freedreno_drmif.h Cc: Rob Clark <robclark@freedesktop.org> Cc: freedreno@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
d69cc400f5
commit
8c2ae16959
1 changed files with 0 additions and 3 deletions
|
|
@ -148,9 +148,6 @@ struct fd_bo {
|
|||
time_t free_time; /* time when added to bucket-list */
|
||||
};
|
||||
|
||||
struct fd_bo *fd_bo_from_handle(struct fd_device *dev,
|
||||
uint32_t handle, uint32_t size);
|
||||
|
||||
#define ALIGN(v,a) (((v) + (a) - 1) & ~((a) - 1))
|
||||
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue