diff options
Diffstat (limited to 'src/freedreno/drm/freedreno_priv.h')
-rw-r--r-- | src/freedreno/drm/freedreno_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/drm/freedreno_priv.h b/src/freedreno/drm/freedreno_priv.h index 45a5d6ccba1..349a2296472 100644 --- a/src/freedreno/drm/freedreno_priv.h +++ b/src/freedreno/drm/freedreno_priv.h @@ -154,6 +154,7 @@ struct fd_bo_funcs { void (*cpu_fini)(struct fd_bo *bo); int (*madvise)(struct fd_bo *bo, int willneed); uint64_t (*iova)(struct fd_bo *bo); + void (*set_name)(struct fd_bo *bo, const char *fmt, va_list ap); void (*destroy)(struct fd_bo *bo); }; |