drivers/gpu/drm/exynos/exynos_drm_vidi.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/exynos/exynos_drm_vidi.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/exynos/exynos_drm_vidi.h
Extension
.h
Size
414 bytes
Lines
19
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 _EXYNOS_DRM_VIDI_H_
#define _EXYNOS_DRM_VIDI_H_

#ifdef CONFIG_DRM_EXYNOS_VIDI
int vidi_connection_ioctl(struct drm_device *drm_dev, void *data,
				struct drm_file *file_priv);
#else
#define vidi_connection_ioctl	NULL
#endif

#endif

Annotation

Implementation Notes