drivers/gpu/drm/tegra/Makefile

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/tegra/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/tegra/Makefile
Extension
[no extension]
Size
467 bytes
Lines
36
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: GPL-2.0
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG

tegra-drm-y := \
	drm.o \
	uapi.o \
	submit.o \
	firewall.o \
	gem.o \
	fb.o \
	dp.o \
	hub.o \
	plane.o \
	dc.o \
	output.o \
	rgb.o \
	hda.o \
	hdmi.o \
	mipi-phy.o \
	dsi.o \
	sor.o \
	dpaux.o \
	gr2d.o \
	gr3d.o \
	falcon.o \
	vic.o \
	nvdec.o \
	nvjpg.o \
	riscv.o

tegra-drm-y += trace.o

tegra-drm-$(CONFIG_DRM_FBDEV_EMULATION) += fbdev.o

obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o

Annotation

Implementation Notes