14562236bSHarry Wentland# 2e2874a3cSAlex Deucher# Copyright 2017 Advanced Micro Devices, Inc. 3e2874a3cSAlex Deucher# 4e2874a3cSAlex Deucher# Permission is hereby granted, free of charge, to any person obtaining a 5e2874a3cSAlex Deucher# copy of this software and associated documentation files (the "Software"), 6e2874a3cSAlex Deucher# to deal in the Software without restriction, including without limitation 7e2874a3cSAlex Deucher# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8e2874a3cSAlex Deucher# and/or sell copies of the Software, and to permit persons to whom the 9e2874a3cSAlex Deucher# Software is furnished to do so, subject to the following conditions: 10e2874a3cSAlex Deucher# 11e2874a3cSAlex Deucher# The above copyright notice and this permission notice shall be included in 12e2874a3cSAlex Deucher# all copies or substantial portions of the Software. 13e2874a3cSAlex Deucher# 14e2874a3cSAlex Deucher# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15e2874a3cSAlex Deucher# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16e2874a3cSAlex Deucher# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17e2874a3cSAlex Deucher# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18e2874a3cSAlex Deucher# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19e2874a3cSAlex Deucher# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20e2874a3cSAlex Deucher# OTHER DEALINGS IN THE SOFTWARE. 21e2874a3cSAlex Deucher# 22e2874a3cSAlex Deucher# 234562236bSHarry Wentland# Makefile for common 'dce' logic 244562236bSHarry Wentland# HW object file under this folder follow similar pattern for HW programming 254562236bSHarry Wentland# - register offset and/or shift + mask stored in the dec_hw struct 264562236bSHarry Wentland# - register programming through common macros that look up register 274562236bSHarry Wentland# offset/shift/mask stored in dce_hw struct 284562236bSHarry Wentland 294562236bSHarry WentlandDCE = dce_audio.o dce_stream_encoder.o dce_link_encoder.o dce_hwseq.o \ 309a70eba7SDmytro Laktyushkindce_mem_input.o dce_clock_source.o dce_scl_filters.o dce_transform.o \ 319b93eb47SEric Yangdce_opp.o dce_dmcu.o dce_abm.o dce_ipp.o dce_aux.o \ 32b8fe5637SLeon Huangdce_i2c.o dce_i2c_hw.o dce_i2c_sw.o dmub_psr.o dmub_abm.o dmub_abm_lcd.o dce_panel_cntl.o \ 33*c7ddc0a8SBhawanpreet Lakhadmub_hw_lock_mgr.o dmub_outbox.o dmub_replay.o 344562236bSHarry Wentland 354562236bSHarry WentlandAMD_DAL_DCE = $(addprefix $(AMDDALPATH)/dc/dce/,$(DCE)) 364562236bSHarry Wentland 374562236bSHarry WentlandAMD_DISPLAY_FILES += $(AMD_DAL_DCE) 38