drm/amdgpu: revert tile table update for oland
authorJean Delvare <jdelvare@suse.de>
Mon, 11 Sep 2017 15:43:56 +0000 (17:43 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Sep 2017 18:22:57 +0000 (14:22 -0400)
commit4cf97582b46f123a4b7cd88d999f1806c2eb4093
treed90b5e32cc08211170677b6724e2290181108b30
parent47e0cd6b1dbbbff7591fe7eecc20bac5ca674351
drm/amdgpu: revert tile table update for oland

Several users have complained that the tile table update broke Oland
support. Despite several attempts to fix it, the root cause is still
unknown at this point and no solution is available. As it is not
acceptable to leave a known regression breaking a major functionality
in the kernel for several releases, let's just reverse this
optimization for now. It can be implemented again later if and only
if the breakage is understood and fixed.

As there were no complaints for Hainan so far, only the Oland part of
the offending commit is reverted. Optimization is preserved on
Hainan, so this commit isn't an actual revert of the original.

This fixes bug #194761:
https://bugzilla.kernel.org/show_bug.cgi?id=194761

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: f8d9422ef80c ("drm/amdgpu: update tile table for oland/hainan")
Cc: Flora Cui <Flora.Cui@amd.com>
Cc: Junwei Zhang <Jerry.Zhang@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Marek Olšák <maraeo@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c