]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add DCN42B DC resource files
authorMatthew Stewart <matthew.stewart2@amd.com>
Mon, 18 May 2026 00:07:20 +0000 (20:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:43:52 +0000 (13:43 -0400)
commita3d3758b2ee159a0985bc2f973a892200c2ab62b
treef513dbf100dbc93c75a847f8fe4f1717d30d34eb
parent1a1751507e39cd6388257ae93af45a8e5a0d3e97
drm/amd/display: Add DCN42B DC resource files

[Why & How]
Add DC resource files for DCN42B.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Matthew Stewart <matthew.stewart2@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 files changed:
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42b/dcn42b_clk_mgr.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42b/dcn42b_clk_mgr.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dcn42b/hw_factory_dcn42b.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dcn42b/hw_factory_dcn42b.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dcn42b/hw_translate_dcn42b.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/gpio/dcn42b/hw_translate_dcn42b.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/hwss/dcn42b/dcn42b_hwseq.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/hwss/dcn42b/dcn42b_hwseq.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/hwss/dcn42b/dcn42b_init.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/hwss/dcn42b/dcn42b_init.h [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.h [new file with mode: 0644]