]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9bf8af33939d9764975199ff779ac91933a3dc10
treecd2953fc4e52b569556e5e6cbccbc4cf6f42a23c
parentd5f088ae3d73fbffbe51f9eae710dad56dde8b68
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