drivers/gpu/drm/sti/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/sti/Makefile
Extension
[no extension]
Size
330 bytes
Lines
21
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
sti-drm-y := \
	sti_mixer.o \
	sti_gdp.o \
	sti_vid.o \
	sti_cursor.o \
	sti_compositor.o \
	sti_crtc.o \
	sti_plane.o \
	sti_hdmi.o \
	sti_hdmi_tx3g4c28phy.o \
	sti_dvo.o \
	sti_awg_utils.o \
	sti_vtg.o \
	sti_hda.o \
	sti_tvout.o \
	sti_hqvdp.o \
	sti_drv.o

obj-$(CONFIG_DRM_STI) = sti-drm.o

Annotation

Implementation Notes