mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04:00
We have some FPU operations on the resource part of the DCN201. This commit drops FPU flags and moves any required FPU code to the DML folder. Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 lines
342 B
Makefile
12 lines
342 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Makefile for DCN.
|
|
DCN201 = dcn201_init.o dcn201_resource.o dcn201_hwseq.o \
|
|
dcn201_hubbub.o\
|
|
dcn201_mpc.o dcn201_hubp.o dcn201_opp.o dcn201_optc.o dcn201_dpp.o \
|
|
dcn201_dccg.o dcn201_link_encoder.o
|
|
|
|
AMD_DAL_DCN201 = $(addprefix $(AMDDALPATH)/dc/dcn201/,$(DCN201))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN201)
|