mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 22:12:32 -04:00
[why] Refactor the code of dio to unit test. [how] Moved files to respective folders and changed cMakeLists and makefiles. Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Jerry Zuo <jerry.zuo@amd.com> Signed-off-by: Bhuvanachandra Pinninti <bpinnint@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
10 lines
303 B
Makefile
10 lines
303 B
Makefile
# SPDX-License-Identifier: MIT
|
|
# Copyright © 2019-2024 Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
DCN20 = dcn20_mpc.o dcn20_opp.o dcn20_mmhubbub.o \
|
|
dcn20_vmid.o dcn20_dwb.o dcn20_dwb_scl.o
|
|
|
|
AMD_DAL_DCN20 = $(addprefix $(AMDDALPATH)/dc/dcn20/,$(DCN20))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN20)
|