drm/radeon: fix cut and paste issue for hawaii.
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> Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
97cefc3e94
commit
1b2c4869d8
|
@ -2291,6 +2291,7 @@ static void cik_tiling_mode_table_init(struct radeon_device *rdev)
|
||||||
gb_tile_moden = 0;
|
gb_tile_moden = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
rdev->config.cik.macrotile_mode_array[reg_offset] = gb_tile_moden;
|
||||||
WREG32(GB_MACROTILE_MODE0 + (reg_offset * 4), gb_tile_moden);
|
WREG32(GB_MACROTILE_MODE0 + (reg_offset * 4), gb_tile_moden);
|
||||||
}
|
}
|
||||||
} else if (num_pipe_configs == 8) {
|
} else if (num_pipe_configs == 8) {
|
||||||
|
|
Loading…
Reference in New Issue