]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit279a907b3868ac8ee67792e9b495713fda9de1f9
treeac08c23d53eb85e9a6a824549332aaf5d3a98d9a
parent2ac2ba2b3e16d6f3e1e23cf0dcaf4b952bc2e2a3
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:
     2874240 ("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