drm/amd/display: dc/core: add SI/DCE6 support (v2)
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 26 May 2019 15:31:42 +0000 (17:31 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jul 2020 20:45:55 +0000 (16:45 -0400)
commit683b59504d4ecec3251a23fdac7e8775385a18c5
treeac08c23d53eb85e9a6a824549332aaf5d3a98d9a
parent7c15fd86aaec3e602e140c242369df2baddc865e
drm/amd/display: dc/core: add SI/DCE6 support (v2)

[Why]
resource_parse_asic_id() and dc_create_resource_pool() are missing SI/DCE6 cases

[How]
SI/DCE6 cases support added using existing DCE8 implementation as a reference

(v2) updated due to following kernel 5.2 commit:
     d9673c9 ("drm/amd/display: Pass init_data into DCN resource creation")

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/display/dc/core/dc_resource.c