drm/radeon: use pointers instead of indexes for CS chunks
authorChristian König <christian.koenig@amd.com>
Wed, 3 Dec 2014 14:53:24 +0000 (15:53 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Dec 2014 23:26:53 +0000 (18:26 -0500)
Nobody is interested at which index the chunk is. What's needed is
a pointer to the chunk. Remove unused chunk_id field as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found