]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: dc/bios: add support for DCE6
authorMauro Rossi <issor.oruam@gmail.com>
Fri, 5 Oct 2018 20:53:25 +0000 (22:53 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jul 2020 20:45:58 +0000 (16:45 -0400)
commite6c07f83ca488908f61fd7996f19455a0a054947
tree6e1f51155fb32b60fd1440631a70633ada03762d
parent279a907b3868ac8ee67792e9b495713fda9de1f9
drm/amd/display: dc/bios: add support for DCE6

[Why]
command_table_helper.c requires changes for DCE6 support

[How]
DCE6 targets added replicating and adapting the existing DCE8 implementation.

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/bios/Makefile
drivers/gpu/drm/amd/display/dc/bios/command_table_helper.c
drivers/gpu/drm/amd/display/dc/bios/command_table_helper.h
drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h
drivers/gpu/drm/amd/display/dc/bios/dce60/command_table_helper_dce60.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/dce60/command_table_helper_dce60.h [new file with mode: 0644]