drm/amdgpu/display: Add core dc support for DCN
authorHarry Wentland <harry.wentland@amd.com>
Mon, 8 May 2017 19:19:06 +0000 (15:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:06:48 +0000 (18:06 -0400)
commit70ccab604049bbb995a57ab3b7fe8a3c2fdbb736
treee127d03a03b793414151e79aac67e06216850efd
parent74c49c7ac14f3a7cc500be959709f3473a6a49e7
drm/amdgpu/display: Add core dc support for DCN

Core display support for DCN.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
17 files changed:
drivers/gpu/drm/amd/display/dc/dcn10/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mem_input.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mem_input.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_timing_generator.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_timing_generator.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_transform.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_transform.h [new file with mode: 0644]