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############################################################################### 28906fd46aSRevalla Hari Krishna# DCN20 29906fd46aSRevalla Hari Krishna############################################################################### 30906fd46aSRevalla Hari KrishnaMMHUBBUB_DCN20 = dcn20_mmhubbub.o 31906fd46aSRevalla Hari Krishna 32906fd46aSRevalla Hari KrishnaAMD_DAL_MMHUBBUB_DCN20 = $(addprefix $(AMDDALPATH)/dc/mmhubbub/dcn20/,$(MMHUBBUB_DCN20)) 33906fd46aSRevalla Hari Krishna 34906fd46aSRevalla Hari KrishnaAMD_DISPLAY_FILES += $(AMD_DAL_MMHUBBUB_DCN20) 35906fd46aSRevalla Hari Krishna 36906fd46aSRevalla Hari Krishna############################################################################### 372d62bb45SMounika Adhuri# DCN32 382d62bb45SMounika Adhuri############################################################################### 392d62bb45SMounika AdhuriMMHUBBUB_DCN32 = dcn32_mmhubbub.o 402d62bb45SMounika Adhuri 412d62bb45SMounika AdhuriAMD_DAL_MMHUBBUB_DCN32 = $(addprefix $(AMDDALPATH)/dc/mmhubbub/dcn32/,$(MMHUBBUB_DCN32)) 422d62bb45SMounika Adhuri 432d62bb45SMounika AdhuriAMD_DISPLAY_FILES += $(AMD_DAL_MMHUBBUB_DCN32) 442d62bb45SMounika Adhuri 452d62bb45SMounika Adhuri############################################################################### 462d62bb45SMounika Adhuri# DCN35 472d62bb45SMounika Adhuri############################################################################### 482d62bb45SMounika AdhuriMMHUBBUB_DCN35 = dcn35_mmhubbub.o 492d62bb45SMounika Adhuri 502d62bb45SMounika AdhuriAMD_DAL_MMHUBBUB_DCN35 = $(addprefix $(AMDDALPATH)/dc/mmhubbub/dcn35/,$(MMHUBBUB_DCN35)) 512d62bb45SMounika Adhuri 522d62bb45SMounika AdhuriAMD_DISPLAY_FILES += $(AMD_DAL_MMHUBBUB_DCN35) 532d62bb45SMounika Adhuriendif 54*2739bd12SDmytro 55