Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 9 lines 273 B view raw
1# SPDX-License-Identifier: MIT 2# Copyright © 2021-2024 Advanced Micro Devices, Inc. All rights reserved. 3 4DCN201 = dcn201_mpc.o dcn201_opp.o \ 5 dcn201_link_encoder.o 6 7AMD_DAL_DCN201 = $(addprefix $(AMDDALPATH)/dc/dcn201/,$(DCN201)) 8 9AMD_DISPLAY_FILES += $(AMD_DAL_DCN201)