k in early
Februrary, but received no reply.
To avoid warning emails from the future, remove Xinhui Pan from
MAINTAINERS and add Hamza Mahfooz to .get_maintainer.ignore.
Suggested-by: Kexy Biscuit
Signed-off-by: Mingcong Bai
---
.get_maintainer.ignore | 1 +
MAINTAINERS| 1 -
2 files
intainers may have a better idea on this).
Reported-By: Yang Wu
Tested-by: Yang Wu
Suggested-by: Mingcong Bai
&bo->tbo.base);
+ ttm_bo_get(&bo->tbo);
return bo;
}
void radeon_bo_unref(struct radeon_bo **bo)
{
+ struct ttm_buffer_object *tbo;
+
if ((*bo) == NULL)
return;
- drm_gem_object_put(&(*bo)->tbo.base);
+ tbo = &((*bo)->tbo);
+ ttm_bo_put(tbo);
*bo = NULL;
}
Best Regards,
Mingcong Bai