mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
iris: Fix the prototype for iris_bo_alloc_tiled
This now matches the actual function in iris_bufmgr.c, as well as the equivalent brw_bufmgr.c function...
This commit is contained in:
parent
598a78849e
commit
ad969a00c0
1 changed files with 2 additions and 2 deletions
|
|
@ -218,10 +218,10 @@ struct iris_bo *iris_bo_alloc(struct iris_bufmgr *bufmgr,
|
|||
struct iris_bo *iris_bo_alloc_tiled(struct iris_bufmgr *bufmgr,
|
||||
const char *name,
|
||||
uint64_t size,
|
||||
enum iris_memory_zone memzone,
|
||||
uint32_t tiling_mode,
|
||||
uint32_t pitch,
|
||||
unsigned flags,
|
||||
enum iris_memory_zone memzone);
|
||||
unsigned flags);
|
||||
|
||||
struct iris_bo *
|
||||
iris_bo_create_userptr(struct iris_bufmgr *bufmgr, const char *name,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue