xref: /linux/drivers/gpu/drm/amd/display/dc/opp/Makefile (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
12d62bb45SMounika Adhuri#
22d62bb45SMounika Adhuri# Copyright 2020 Advanced Micro Devices, Inc.
32d62bb45SMounika Adhuri#
42d62bb45SMounika Adhuri# Permission is hereby granted, free of charge, to any person obtaining a
52d62bb45SMounika Adhuri# copy of this software and associated documentation files (the "Software"),
62d62bb45SMounika Adhuri# to deal in the Software without restriction, including without limitation
72d62bb45SMounika Adhuri# the rights to use, copy, modify, merge, publish, distribute, sublicense,
82d62bb45SMounika Adhuri# and/or sell copies of the Software, and to permit persons to whom the
92d62bb45SMounika Adhuri# Software is furnished to do so, subject to the following conditions:
102d62bb45SMounika Adhuri#
112d62bb45SMounika Adhuri# The above copyright notice and this permission notice shall be included in
122d62bb45SMounika Adhuri# all copies or substantial portions of the Software.
132d62bb45SMounika Adhuri#
142d62bb45SMounika Adhuri# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
152d62bb45SMounika Adhuri# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
162d62bb45SMounika Adhuri# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
172d62bb45SMounika Adhuri# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
182d62bb45SMounika Adhuri# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
192d62bb45SMounika Adhuri# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
202d62bb45SMounika Adhuri# OTHER DEALINGS IN THE SOFTWARE.
212d62bb45SMounika Adhuri#
222d62bb45SMounika Adhuri# Authors: AMD
232d62bb45SMounika Adhuri#
242d62bb45SMounika Adhuri#
252d62bb45SMounika Adhuri
262d62bb45SMounika Adhuriifdef CONFIG_DRM_AMD_DC_FP
272d62bb45SMounika Adhuri###############################################################################
28*f60881caSRevalla Hari Krishna# DCN10
29*f60881caSRevalla Hari Krishna###############################################################################
30*f60881caSRevalla Hari KrishnaOPP_DCN10 = dcn10_opp.o
31*f60881caSRevalla Hari Krishna
32*f60881caSRevalla Hari KrishnaAMD_DAL_OPP_DCN10 = $(addprefix $(AMDDALPATH)/dc/opp/dcn10/,$(OPP_DCN10))
33*f60881caSRevalla Hari Krishna
34*f60881caSRevalla Hari KrishnaAMD_DISPLAY_FILES += $(AMD_DAL_OPP_DCN10)
35*f60881caSRevalla Hari Krishna###############################################################################
36*f60881caSRevalla Hari Krishna# DCN20
37*f60881caSRevalla Hari Krishna###############################################################################
38*f60881caSRevalla Hari KrishnaOPP_DCN20 = dcn20_opp.o
39*f60881caSRevalla Hari Krishna
40*f60881caSRevalla Hari KrishnaAMD_DAL_OPP_DCN20 = $(addprefix $(AMDDALPATH)/dc/opp/dcn20/,$(OPP_DCN20))
41*f60881caSRevalla Hari Krishna
42*f60881caSRevalla Hari KrishnaAMD_DISPLAY_FILES += $(AMD_DAL_OPP_DCN20)
43*f60881caSRevalla Hari Krishna###############################################################################
442d62bb45SMounika Adhuri# DCN35
452d62bb45SMounika Adhuri###############################################################################
462d62bb45SMounika AdhuriOPP_DCN35 = dcn35_opp.o
472d62bb45SMounika Adhuri
482d62bb45SMounika AdhuriAMD_DAL_OPP_DCN35 = $(addprefix $(AMDDALPATH)/dc/opp/dcn35/,$(OPP_DCN35))
492d62bb45SMounika Adhuri
502d62bb45SMounika AdhuriAMD_DISPLAY_FILES += $(AMD_DAL_OPP_DCN35)
512d62bb45SMounika Adhuriendif
52