drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guard
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 3 Oct 2023 01:44:55 +0000 (19:44 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Oct 2023 20:48:45 +0000 (16:48 -0400)
commit6e2c4941ce0cbe54a7bab8e18c5070e7dc5986f5
tree2abebf1d31c402a1ac97b03129b98125e94f21a6
parenta2719f91a17057f741b962f6ea4d337a374f6eb7
drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guard

For some reason, the dml code is not guarded under CONFIG_DRM_AMD_DC_FP
in the Makefile. This commit moves the dml code under the DC_FP guard.

Reviewed-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/Makefile