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

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/dc/dcn301/Makefile
Extension
[no extension]
Size
261 bytes
Lines
11
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 dcn30.

DCN301 = dcn301_panel_cntl.o

AMD_DAL_DCN301 = $(addprefix $(AMDDALPATH)/dc/dcn301/,$(DCN301))

AMD_DISPLAY_FILES += $(AMD_DAL_DCN301)

Annotation

Implementation Notes