drivers/gpu/drm/etnaviv/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/etnaviv/Makefile
Extension
[no extension]
Size
408 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
etnaviv-y := \
	etnaviv_buffer.o \
	etnaviv_cmd_parser.o \
	etnaviv_cmdbuf.o \
	etnaviv_drv.o \
	etnaviv_dump.o \
	etnaviv_gem_prime.o \
	etnaviv_gem_submit.o \
	etnaviv_gem.o \
	etnaviv_gpu.o \
	etnaviv_hwdb.o \
	etnaviv_iommu_v2.o \
	etnaviv_iommu.o \
	etnaviv_mmu.o \
	etnaviv_perfmon.o \
	etnaviv_flop_reset.o \
	etnaviv_sched.o

obj-$(CONFIG_DRM_ETNAVIV)	+= etnaviv.o

Annotation

Implementation Notes