drivers/gpu/drm/panfrost/Makefile

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

File Facts

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

panfrost-y := \
	panfrost_drv.o \
	panfrost_device.o \
	panfrost_devfreq.o \
	panfrost_gem.o \
	panfrost_gem_shrinker.o \
	panfrost_gpu.o \
	panfrost_job.o \
	panfrost_mmu.o \
	panfrost_perfcnt.o \
	panfrost_dump.o

obj-$(CONFIG_DRM_PANFROST) += panfrost.o

Annotation

Implementation Notes