drm/amd/display: Add DCN3 DPP
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Thu, 21 May 2020 16:35:22 +0000 (12:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2020 05:59:14 +0000 (01:59 -0400)
commit03f54d7d3448dc1668568d1adb69b43c1d1dc79f
treed6a30bd7e9ee594d22413a29f16185e489db6e4a
parentb708205f08a28994c1dbafb1eff6f6647a495fbd
drm/amd/display: Add DCN3 DPP

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

HW Blocks:

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

Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_dpp_cm.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h