]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Fix POWERPC_64 compilation
authorRoman Li <Roman.Li@amd.com>
Tue, 14 May 2024 16:27:08 +0000 (12:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 May 2024 20:20:25 +0000 (16:20 -0400)
commit5f56be33f33dd1d50b9433f842c879a20dc00f5b
tree9a4f036a46fbf48e8d337689c1ba9d62b5c434c4
parentfa3c5a8edc0447ddcca8e3ab4647d05ddaff38fa
drm/amd/display: Fix POWERPC_64 compilation

[Why]
Compilation errors while compiling without CONFIG_DRM_AMD_DC_FP:
"undefined reference to `dc_bandwidth_in_kbps_from_timing'"

[How]
Fix Makefile to move dsc files out of DC_FP guard.

Fixes: 00c391102abc ("drm/amd/display: Add misc DC changes for DCN401")
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dsc/Makefile