drivers/gpu/drm/loongson/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/loongson/Makefile
Extension
[no extension]
Size
389 bytes
Lines
23
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

loongson-y := \
	lsdc_benchmark.o \
	lsdc_crtc.o \
	lsdc_debugfs.o \
	lsdc_drv.o \
	lsdc_gem.o \
	lsdc_gfxpll.o \
	lsdc_i2c.o \
	lsdc_irq.o \
	lsdc_output_7a1000.o \
	lsdc_output_7a2000.o \
	lsdc_plane.o \
	lsdc_pixpll.o \
	lsdc_probe.o \
	lsdc_ttm.o

loongson-y += loongson_device.o \
	      loongson_module.o

obj-$(CONFIG_DRM_LOONGSON) += loongson.o

Annotation

Implementation Notes