diff options
author | Alex Deucher <[email protected]> | 2012-05-10 13:00:06 -0400 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-05-17 11:46:32 +0100 |
commit | 1b9c3dd0220600391611637c2f04371dbc896e21 (patch) | |
tree | 72933b5525507c358e5ea9e2e61482394d4a6adf /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | c1d2dbd2ad39b7870c741404220fd251dc69c678 (diff) |
drm/radeon: make use of radeon_gem_init() consistent
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]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions