drivers/gpu/drm/pl111/pl111_nomadik.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/pl111/pl111_nomadik.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/pl111/pl111_nomadik.h
Extension
.h
Size
269 bytes
Lines
20
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

// SPDX-License-Identifier: GPL-2.0+

#ifndef PL111_NOMADIK_H
#define PL111_NOMADIK_H
#endif

struct device;

#ifdef CONFIG_ARCH_NOMADIK

void pl111_nomadik_init(struct drm_device *dev);

#else

static inline void pl111_nomadik_init(struct drm_device *dev)
{
}

#endif

Annotation

Implementation Notes