]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0bb9a62fd394acc2b78edc431e67c53cb8749666
treee127d03a03b793414151e79aac67e06216850efd
parente7c21d45837f60cc28df601ceeaf360bf91db429
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]