drivers/gpu/drm/xlnx/zynqmp_kms.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/xlnx/zynqmp_kms.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xlnx/zynqmp_kms.h
Extension
.h
Size
1096 bytes
Lines
47
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 zynqmp_dpsub_drm {
	struct zynqmp_dpsub *dpsub;

	struct drm_device dev;
	struct drm_plane planes[ZYNQMP_DPSUB_NUM_LAYERS];
	struct drm_crtc crtc;
	struct drm_encoder encoder;
};

void zynqmp_dpsub_drm_handle_vblank(struct zynqmp_dpsub *dpsub);

int zynqmp_dpsub_drm_init(struct zynqmp_dpsub *dpsub);
void zynqmp_dpsub_drm_cleanup(struct zynqmp_dpsub *dpsub);

#endif /* _ZYNQMP_KMS_H_ */

Annotation

Implementation Notes