]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Add DCN2 HW Sequencer and Resource
authorHarry Wentland <harry.wentland@amd.com>
Fri, 22 Feb 2019 21:52:08 +0000 (16:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:35 +0000 (18:59 -0500)
commit0075d1972b8c8047747e0ba4ec68b9471eec7c86
tree8fba67bd3f80e34f5e75fa728a791879d8e80ddd
parent086ae1fe69d0d6d34adf078d246a77153ffb5478
drm/amd/display: Add DCN2 HW Sequencer and Resource

Add DCN2 resource definition and HW Sequencer changes.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
13 files changed:
drivers/gpu/drm/amd/display/dc/core/dc_resource.c
drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c
drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.h
drivers/gpu/drm/amd/display/dc/dce/dce_hwseq.h
drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dcn20/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
drivers/gpu/drm/amd/display/dc/inc/resource.h