OSDN Git Service

drm/amd/display: Add DCN2 DPP
authorHarry Wentland <harry.wentland@amd.com>
Fri, 22 Feb 2019 20:50:50 +0000 (15:50 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:34 +0000 (18:59 -0500)
commitf7de96ee8b5f4d0d4ef7b00b8868049a6869a10f
tree642f348d5233ecde53fc2422de386c9d2595f311
parentf789b0b82bf0aee36ce2bb4270aad617d16c3b6b
drm/amd/display: Add DCN2 DPP

Add support to program the DCN2 DPP (Multiple pipe and plane combine)

HW Blocks:

    +--------+
    |  DPP   |
    +--------+
        |
        v
    +--------+
    |  MPC   |
    +--------+
        |
        v
    +-------+
    |  OPP  |
    +-------+
        |
        v
    +--------+
    |  OPTC  |
    +--------+
        |
        v
    +--------+       +--------+
    |  DIO   |       |  DCCG  |
    +--------+       +--------+

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_dpp.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dpp_cm.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h