OSDN Git Service

drm/amd/display: Add DCN2 DIO
authorHarry Wentland <harry.wentland@amd.com>
Tue, 7 May 2019 19:50:05 +0000 (14:50 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:34 +0000 (18:59 -0500)
commitca4d9b3a5a3b70da5af1f48d36e181cdebe77e2c
treecd2953fc4e52b569556e5e6cbccbc4cf6f42a23c
parent728c06986a4f386c7ec5e5170716e30b610c6d32
drm/amd/display: Add DCN2 DIO

Add support for the DIO (Display IO)  block of DCN2, which entails our
stream and link encoders.

HW Blocks:

    +--------+
    |  DIO   |
    +--------+

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_link_encoder.h
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/inc/hw/link_encoder.h
drivers/gpu/drm/amd/display/dc/inc/hw/stream_encoder.h
drivers/gpu/drm/amd/display/dc/virtual/virtual_stream_encoder.c