diff options
Diffstat (limited to 'freedreno/freedreno_priv.h')
-rw-r--r-- | freedreno/freedreno_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freedreno/freedreno_priv.h b/freedreno/freedreno_priv.h index 8e072d96..2d0fa6d0 100644 --- a/freedreno/freedreno_priv.h +++ b/freedreno/freedreno_priv.h @@ -92,10 +92,10 @@ struct fd_device { int closefd; /* call close(fd) upon destruction */ }; -void fd_cleanup_bo_cache(struct fd_device *dev, time_t time); +drm_private void fd_cleanup_bo_cache(struct fd_device *dev, time_t time); /* for where @table_lock is already held: */ -void fd_device_del_locked(struct fd_device *dev); +drm_private void fd_device_del_locked(struct fd_device *dev); struct fd_pipe_funcs { struct fd_ringbuffer * (*ringbuffer_new)(struct fd_pipe *pipe, uint32_t size); |