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)
commitc4a54f70a6afd1a91072ef06cb083221ff189cca
tree6e1f51155fb32b60fd1440631a70633ada03762d
parent683b59504d4ecec3251a23fdac7e8775385a18c5
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]