drm/amdgpu: clarify UVD/VCE special handling for CG
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Oct 2016 18:48:18 +0000 (14:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Oct 2016 19:44:16 +0000 (15:44 -0400)
commit4a446d55843fb82fc5bc6c72d27bfc20b6c294c3
treebab304a8a43510b92b65fd0ae4926df412cbc2c0
parentb0b00ff16f2715562b7ea0dfa3a9c5b33328c8cb
drm/amdgpu: clarify UVD/VCE special handling for CG

UVD and VCE CG are handled specially, however the previous
fix for this skipped late init for those blocks rather than
just CG.  Just protect the CG function call.  No functional
change since UVD and VCE don't currently utilize a late_init
function.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c