]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: disable vga render in dce hw_init
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Jun 2017 21:00:38 +0000 (17:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Jul 2017 15:05:46 +0000 (11:05 -0400)
commitd22d1c2a0f87881716478dad86d2819355424be5
treefae53b739df466723be019723ad55283c809f21c
parent6df8af897aa1a7454f732766b595d6b5ef91f8ec
drm/amdgpu: disable vga render in dce hw_init

This got dropped accidently with the fb location changes, but for
some reason, this doesn't seem to cause an issue on all cards which
is why I never saw it despite extensive testing.  I suspect it may
only be an issue on systems with a legacy sbios that enables vga.

Tested-by: Andres Rodriguez <andresx7@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c