drivers/gpu/drm/msm/adreno/a3xx_gpu.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/msm/adreno/a3xx_gpu.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/msm/adreno/a3xx_gpu.h
Extension
.h
Size
553 bytes
Lines
29
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

struct a3xx_gpu {
	struct adreno_gpu base;

	/* if OCMEM is used for GMEM: */
	struct adreno_ocmem ocmem;
};
#define to_a3xx_gpu(x) container_of(x, struct a3xx_gpu, base)

extern const struct adreno_gpu_funcs a3xx_gpu_funcs;

#endif /* __A3XX_GPU_H__ */

Annotation

Implementation Notes