]> Git Repo - linux.git/commit
drm/amd/display: Add DCN3 DPP
authorBhawanpreet Lakha <[email protected]>
Thu, 21 May 2020 16:35:22 +0000 (12:35 -0400)
committerAlex Deucher <[email protected]>
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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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
This page took 0.051692 seconds and 4 git commands to generate.