drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h
Extension
.h
Size
937 bytes
Lines
43
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 rzg2l_du_format_info {
	u32 fourcc;
	u32 v4l2;
	unsigned int planes;
	unsigned int hsub;
};

const struct rzg2l_du_format_info *rzg2l_du_format_info(u32 fourcc);

int rzg2l_du_modeset_init(struct rzg2l_du_device *rcdu);

int rzg2l_du_dumb_create(struct drm_file *file, struct drm_device *dev,
			 struct drm_mode_create_dumb *args);

struct drm_gem_object *
rzg2l_du_gem_prime_import_sg_table(struct drm_device *dev,
				   struct dma_buf_attachment *attach,
				   struct sg_table *sgt);

#endif /* __RZG2L_DU_KMS_H__ */

Annotation

Implementation Notes