xref: /openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/Makefile (revision f8bade6c9a6213c2c5ba6e5bf32415ecab6e41e5)
170ccab60SHarry Wentland#
21a09120fSAlex Deucher# Copyright 2017 Advanced Micro Devices, Inc.
31a09120fSAlex Deucher#
41a09120fSAlex Deucher# Permission is hereby granted, free of charge, to any person obtaining a
51a09120fSAlex Deucher# copy of this software and associated documentation files (the "Software"),
61a09120fSAlex Deucher# to deal in the Software without restriction, including without limitation
71a09120fSAlex Deucher# the rights to use, copy, modify, merge, publish, distribute, sublicense,
81a09120fSAlex Deucher# and/or sell copies of the Software, and to permit persons to whom the
91a09120fSAlex Deucher# Software is furnished to do so, subject to the following conditions:
101a09120fSAlex Deucher#
111a09120fSAlex Deucher# The above copyright notice and this permission notice shall be included in
121a09120fSAlex Deucher# all copies or substantial portions of the Software.
131a09120fSAlex Deucher#
141a09120fSAlex Deucher# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
151a09120fSAlex Deucher# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
161a09120fSAlex Deucher# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
171a09120fSAlex Deucher# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
181a09120fSAlex Deucher# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
191a09120fSAlex Deucher# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
201a09120fSAlex Deucher# OTHER DEALINGS IN THE SOFTWARE.
211a09120fSAlex Deucher#
221a09120fSAlex Deucher#
2370ccab60SHarry Wentland# Makefile for DCN.
2470ccab60SHarry Wentland
25*78c77382SAnthony KooDCN10 = dcn10_init.o dcn10_resource.o dcn10_ipp.o dcn10_hw_sequencer.o \
26*78c77382SAnthony Koo		dcn10_hw_sequencer_debug.o \
27b51adc77SYue Hin Lau		dcn10_dpp.o dcn10_opp.o dcn10_optc.o \
28dc88b4a6SEric Yang		dcn10_hubp.o dcn10_mpc.o \
2962d591a8SYue Hin Lau		dcn10_dpp_dscl.o dcn10_dpp_cm.o dcn10_cm_common.o \
30f0cd0a34SEric Bernstein		dcn10_hubbub.o dcn10_stream_encoder.o dcn10_link_encoder.o
3170ccab60SHarry Wentland
3270ccab60SHarry WentlandAMD_DAL_DCN10 = $(addprefix $(AMDDALPATH)/dc/dcn10/,$(DCN10))
3370ccab60SHarry Wentland
3470ccab60SHarry WentlandAMD_DISPLAY_FILES += $(AMD_DAL_DCN10)
35