mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 22:18:13 +02:00
radeon: fixup wrapper bo name
This commit is contained in:
parent
cb68588c93
commit
f9d3de06bd
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ struct drm_radeon_gem_info {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
uint32_t radeon_gem_bo_name(struct radeon_bo *dummy)
|
static inline uint32_t radeon_gem_name_bo(struct radeon_bo *dummy)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue