drm/amd/display: DMCU Compile and Load
authorAnthony Koo <Anthony.Koo@amd.com>
Mon, 23 Jan 2017 21:55:20 +0000 (16:55 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:12:52 +0000 (17:12 -0400)
commit5e7773a219f7821163ad2b17be0d02f8be8ce0c6
tree0e467473d7ceceafbb47afa560371987de8d2e29
parentbb9042da8e8ada796cfae7e432a54e872c5b1784
drm/amd/display: DMCU Compile and Load

Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
16 files changed:
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/core/dc_link.c
drivers/gpu/drm/amd/display/dc/dc.h
drivers/gpu/drm/amd/display/dc/dce/Makefile
drivers/gpu/drm/amd/display/dc/dce/dce_abm.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce/dce_abm.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c
drivers/gpu/drm/amd/display/dc/inc/core_types.h
drivers/gpu/drm/amd/display/dc/inc/hw/abm.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h