drm/amd/display: Add DCN314 DC resources
authorRoman Li <roman.li@amd.com>
Tue, 28 Jun 2022 19:25:40 +0000 (15:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Jul 2022 00:57:04 +0000 (20:57 -0400)
commit3cffeffe051a961417bc26f2053bced4cff83119
tree54f0ca7b9a95e62ffbbd2f1a024601fd89090fc3
parentd5c6909e74606870bb59b962200cf75eb25d6d0b
drm/amd/display: Add DCN314 DC resources

Display Core support for DCN 3.1.4

v2:(squash)fix non-x86 in dc/dcn314/Makefile
Properly handle PPC as well. (Alex)
v3: minor cleanup (Alex)
v4: fix comment (Alex)

Signed-off-by: Roman Li <roman.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
13 files changed:
drivers/gpu/drm/amd/display/dc/dcn314/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dccg.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dio_stream_encoder.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dio_stream_encoder.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_init.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_init.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_optc.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.h [new file with mode: 0644]