drivers/gpu/drm/kmb/kmb_plane.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/kmb/kmb_plane.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/kmb/kmb_plane.h
Extension
.h
Size
1880 bytes
Lines
75
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 kmb_plane {
	struct drm_plane base_plane;
	unsigned char id;
};

struct layer_status {
	bool disable;
	u32 ctrl;
};

struct disp_cfg {
	unsigned int width;
	unsigned int height;
	unsigned int format;
};

struct kmb_plane *kmb_plane_init(struct drm_device *drm);
void kmb_plane_destroy(struct drm_plane *plane);
#endif /* __KMB_PLANE_H__ */

Annotation

Implementation Notes