drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.h
Extension
.h
Size
375 bytes
Lines
15
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

#ifndef __FSL_DCU_DRM_PLANE_H__
#define __FSL_DCU_DRM_PLANE_H__

void fsl_dcu_drm_init_planes(struct drm_device *dev);
struct drm_plane *fsl_dcu_drm_primary_create_plane(struct drm_device *dev);

#endif /* __FSL_DCU_DRM_PLANE_H__ */

Annotation

Implementation Notes