Re: [PATCH 07/13] drm/amdgpu: Disable VGA render and crtc when init GMC.

2016-08-04 Thread Alex Deucher
On Wed, Aug 3, 2016 at 11:42 PM, Emily Deng wrote: > 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 > --- >

[PATCH 07/13] drm/amdgpu: Disable VGA render and crtc when init GMC.

2016-08-03 Thread Emily Deng
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 --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 27