drm/amd/display: add DCN32/321 specific files for Display Core
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Wed, 23 Feb 2022 22:46:31 +0000 (17:46 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Jun 2022 20:43:37 +0000 (16:43 -0400)
commit235c67634230b0f9ad8c0185272fed36c892b1c4
tree5108d045f52965cdc22afa74d33974f3c922a27e
parent265280b99822e5562eb431b102f2ba773c7b2a0a
drm/amd/display: add DCN32/321 specific files for Display Core

Add core DC support for DCN 3.2.x.

v2: squash in fixup (Alex)

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
30 files changed:
drivers/gpu/drm/amd/display/dc/dcn32/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dccg.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_stream_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_stream_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dpp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dpp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hpo_dp_link_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hpo_dp_link_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubbub.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_init.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_init.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mmhubbub.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mmhubbub.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_mpc.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_optc.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_optc.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn321/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.h [new file with mode: 0644]