[PATCH] drm/radeon: make use of radeon_gem_init() consistent

2012-05-11 Thread Michel Dänzer
On Don, 2012-05-10 at 13:00 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > 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

Re: [PATCH] drm/radeon: make use of radeon_gem_init() consistent

2012-05-11 Thread Michel Dänzer
On Don, 2012-05-10 at 13:00 -0400, alexdeuc...@gmail.com wrote: From: Alex Deucher alexander.deuc...@amd.com 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

[PATCH] drm/radeon: make use of radeon_gem_init() consistent

2012-05-10 Thread alexdeuc...@gmail.com
From: Alex Deucher 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.

[PATCH] drm/radeon: make use of radeon_gem_init() consistent

2012-05-10 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com 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.