Commit ae6cea4f9a49eda3ee02826d9578db66350f2ad5

Authored by Jerome Glisse
Committed by Greg Kroah-Hartman
1 parent 98ccc673c3

drm/radeon: fix cut and paste issue for hawaii.

commit 1b2c4869d8247f9e202fa8a73777c34adc62d409 upstream.

This is a halfway fix for hawaii acceleration. More fixes to come
but hopefully isolated to userspace.

Signed-off-by: Jérôme Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/gpu/drm/radeon/cik.c
... ... @@ -2290,6 +2290,7 @@
2290 2290 gb_tile_moden = 0;
2291 2291 break;
2292 2292 }
  2293 + rdev->config.cik.macrotile_mode_array[reg_offset] = gb_tile_moden;
2293 2294 WREG32(GB_MACROTILE_MODE0 + (reg_offset * 4), gb_tile_moden);
2294 2295 }
2295 2296 } else if (num_pipe_configs == 8) {