drm/amdgpu: enable DC support for SI parts (v2)
authorMauro Rossi <issor.oruam@gmail.com>
Thu, 4 Oct 2018 22:00:17 +0000 (00:00 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Jul 2020 13:22:48 +0000 (09:22 -0400)
commit64200c468fb0a3ab88033f6b90ea4a576ae6a1e0
tree0d53d044efc389809eed59d9a65e880f6cf76901
parentf784112f0126a8d9cd4d92878dc76796b5eba11e
drm/amdgpu: enable DC support for SI parts (v2)

[Why]
amdgpu_device.c requires changes for SI chipsets support
si.c require changes for Display Manager IP block enabling

[How]
amdgpu_device.c: add SI families in amdgpu_device_asic_has_dc_support()
si.c: changes in si_set_ip_blocks() for Display Manager IP blocks enablement

(v1) NOTE: As per Kaveri and older amdgpu.dc=1 kernel cmdline is required

(v2) fix for bc011f9350 ("drm/amdgpu: Change SI/CI gfx/sdma/smu init sequence")
     remove CHIP_HAINAN support since it does not have physical DCE6 module

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/si.c