drm/radeon: refactor SI tiling table initialization
authorJosh Poimboeuf <jpoimboe@redhat.com>
Fri, 11 Mar 2016 14:18:24 +0000 (08:18 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 14 Mar 2016 17:41:18 +0000 (13:41 -0400)
commit102534b085c41b278ee30674951c3ebac243645f
tree77f8f2f25d1ea76f65c83df285675876a1c955c7
parentf0e201f2d3852168b5a8e19330bc3f82d7b042b4
drm/radeon: refactor SI tiling table initialization

Simplify the control flow of si_tiling_mode_table_init() similar to how
it was done in gfx_v7_0.c and gfx_v8_0.c.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si.c