On Don, 2012-05-10 at 13:00 -0400, [email protected] wrote: 
> From: Alex Deucher <[email protected]>
> 
> All radeon_gem_init() does is initialize the gem objects
> list.  radeon_device.c does this explicitly.  r600+ calls
> radeon_gem_init() so the list gets initialized twice.  Older
> asics don't call it at all and rely on the the init in
> radeon_device.c.  Just call radeon_gem_init() in radeon_device.c
> and remove the explicit calls from all the newer asics.
> 
> All asics call radeon_gem_fini() in their fini pathes.  That
> could possibly be cleaned up too.
> 
> Signed-off-by: Alex Deucher <[email protected]>

Reviewed-by: Michel Dänzer <[email protected]>


-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer
_______________________________________________
dri-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to