]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Disable VGA render and crtc when init GMC.
authorEmily Deng <Emily.Deng@amd.com>
Mon, 8 Aug 2016 03:33:11 +0000 (11:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Aug 2016 18:04:37 +0000 (14:04 -0400)
commit6cbb931cdcc7dee8210a1960e4989598f916281e
treef876ef61fd5c8728c5328763f13fe4d31c7342b4
parent900530de8e3946152137beb7f669c81aa819316f
drm/amdgpu: Disable VGA render and crtc when init GMC.

For virtual display feature, when the GPU has DCE engine, need to disable
the VGA render and CRTC, or it will hang when initialize GMC.

Signed-off-by: Emily Deng <Emily.Deng@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.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_v10_0.h
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.h
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.h
drivers/gpu/drm/amd/amdgpu/dce_virtual.c