]> git.baikalelectronics.ru Git - kernel.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)
commitc8d8f3eac419e04703ba3b9c2e19d66ac54c92c0
tree072a99f88189e80155e17a20f20677205e1a00ca
parentaf3ae0821bc6c1769c5f9adf974649c1db111d46
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