drivers/gpu/drm/omapdrm/omap_drv.c

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/omapdrm/omap_drv.c

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/omapdrm/omap_drv.c
Extension
.c
Size
22459 bytes
Lines
910
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: exported/initcall integration point
Status
integration 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

module_init(omap_drm_init);
module_exit(omap_drm_fini);

MODULE_AUTHOR("Rob Clark <rob@ti.com>");
MODULE_AUTHOR("Tomi Valkeinen <tomi.valkeinen@ti.com>");
MODULE_DESCRIPTION("OMAP DRM Display Driver");
MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes