[PATCH v2 1/2] drm/radeon: refactor CIK tiling table initialization

2016-03-11 Thread Christian König
Am 11.03.2016 um 15:18 schrieb Josh Poimboeuf: > Simplify the control flow of cik_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 I'm not so deep into the tilling config stuff, but briefly skimming over it it clearly looks goo

[PATCH v2 1/2] drm/radeon: refactor CIK tiling table initialization

2016-03-11 Thread Josh Poimboeuf
Simplify the control flow of cik_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 --- drivers/gpu/drm/radeon/cik.c | 1691 +- 1 file changed, 666 insertions(+), 1025 deletions(-) diff --git a/