drivers/gpu/host1x/hw/hw_host1x08_hypervisor.h

Source file repositories/reference/linux-study-clean/drivers/gpu/host1x/hw/hw_host1x08_hypervisor.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/host1x/hw/hw_host1x08_hypervisor.h
Extension
.h
Size
304 bytes
Lines
10
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

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

#define HOST1X_HV_SYNCPT_PROT_EN			0x1724
#define HOST1X_HV_SYNCPT_PROT_EN_CH_EN			BIT(1)
#define HOST1X_HV_CH_MLOCK_EN(x)			(0x1700 + (x * 4))
#define HOST1X_HV_CH_KERNEL_FILTER_GBUFFER(x)		(0x1710 + (x * 4))

Annotation

Implementation Notes