OSDN Git Service

drm/amd/display: Add DCE12 core support
authorHarry Wentland <harry.wentland@amd.com>
Mon, 6 Mar 2017 19:36:02 +0000 (14:36 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:19:19 +0000 (17:19 -0400)
commitb8fdfcc6a92cd1defa770eb75607d579ad9e2e4e
treebf479067ecf479ad29dfd7fd8441ec30e168c845
parent9a48d684482e32edd5d96b14aa5517689bf904a3
drm/amd/display: Add DCE12 core support

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 files changed:
drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_ipp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_ipp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_ipp_cursor.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_ipp_gamma.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_mem_input.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_mem_input.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce120/dce120_timing_generator.h [new file with mode: 0644]