drm/amd/display: Add DCE12 bios parser support
authorHarry Wentland <harry.wentland@amd.com>
Mon, 6 Mar 2017 19:29:52 +0000 (14:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:19:04 +0000 (17:19 -0400)
commitae79c310b1a6f97429a5784b65f125d9cc9c95b1
tree7c04e4aa88c4d9f1188d582e0e9fbcd4202b70e8
parentb7ad57b5791e6cbeeb2e0df3e2e2769d4128d144
drm/amd/display: Add DCE12 bios parser support

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/bios_parser_types_internal2.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/command_table2.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/command_table2.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.h [new file with mode: 0644]