]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/amd/display: Add DCN2 MMHUBBUB
authorHarry Wentland <harry.wentland@amd.com>
Fri, 22 Feb 2019 20:53:49 +0000 (15:53 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:34 +0000 (18:59 -0500)
commitfa0d2c989c94579ab143199a07849697afb1b4a8
tree552c1e15d3c906a87d7cfcc60df4cd5d6effb6a8
parentbbeb64d0eb78f493323897bbb8cbd1820645501b
drm/amd/display: Add DCN2 MMHUBBUB

Add support to program the DCN2 MMHUBBUB (Multimedia HUB interface)

HW Blocks:

 +--------++------+       +----------+
 | HUBBUB || HUBP |  <--  | MMHUBBUB |
 +--------++------+       +----------+
        |
        v
    +--------+
    |  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/dcn20/dcn20_mmhubbub.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mmhubbub.h [new file with mode: 0644]