]> 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)
commit9c0b42ddd4ba3d3e34b0cf412575b2130e66b259
tree8fba67bd3f80e34f5e75fa728a791879d8e80ddd
parentf34d3c315e0c99eaad6f68258cf0fdbf7d4d71b9
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