mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 13:00:37 +01:00
r600g: fix wwarning in bo_map function
This commit is contained in:
parent
6dc051557d
commit
1c2b3cb1e9
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ static inline void r600_context_block_emit_dirty(struct r600_context *ctx, struc
|
|||
static inline int radeon_bo_map(struct radeon *radeon, struct radeon_bo *bo)
|
||||
{
|
||||
bo->map_count++;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline void radeon_bo_unmap(struct radeon *radeon, struct radeon_bo *bo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue