drivers/gpu/drm/udl/udl_edid.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/udl/udl_edid.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/udl/udl_edid.h
Extension
.h
Size
293 bytes
Lines
16
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 UDL_EDID_H
#define UDL_EDID_H

#include <linux/types.h>

struct drm_connector;
struct drm_edid;
struct udl_device;

bool udl_probe_edid(struct udl_device *udl);
const struct drm_edid *udl_edid_read(struct drm_connector *connector);

#endif

Annotation

Implementation Notes