drivers/gpu/drm/amd/display/dc/dcn31/Makefile

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/display/dc/dcn31/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/dc/dcn31/Makefile
Extension
[no extension]
Size
300 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: MIT
# Copyright © 2024 Advanced Micro Devices, Inc. All rights reserved.
#
#
# Makefile for dcn31.

DCN31 = dcn31_panel_cntl.o \
	dcn31_apg.o \
	dcn31_afmt.o dcn31_vpg.o

AMD_DAL_DCN31 = $(addprefix $(AMDDALPATH)/dc/dcn31/,$(DCN31))

AMD_DISPLAY_FILES += $(AMD_DAL_DCN31)

Annotation

Implementation Notes