OSDN Git Service

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)
commit7ed4e6352c16fe018864bc4e626c48e27a0cefee
tree8fba67bd3f80e34f5e75fa728a791879d8e80ddd
parent18eaea4bf80bb8aab6a7070dc6550e6132cd5bdc
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