]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon: pull out common next_reloc function
authorIlija Hadzic <ihadzic@research.bell-labs.com>
Wed, 2 Jan 2013 23:27:46 +0000 (18:27 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 31 Jan 2013 21:24:45 +0000 (16:24 -0500)
commite97169930941c4326dd563578369590a52aec707
tree072a99f88189e80155e17a20f20677205e1a00ca
parentc3ad63afcdb931159690aa7ba2906079c3b38a13
drm/radeon: pull out common next_reloc function

next_reloc function does the same thing in all ASICs with
the exception of R600 which has a special case in legacy mode.
Pull out the common function in preparation for refactoring.

Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com>
Reviewed-by: Marek Olšák <maraeo@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_cs.c