drivers/gpu/drm/xen/xen_drm_front_conn.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/xen/xen_drm_front_conn.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xen/xen_drm_front_conn.h
Extension
.h
Size
565 bytes
Lines
26
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 __XEN_DRM_FRONT_CONN_H_
#define __XEN_DRM_FRONT_CONN_H_

#include <linux/types.h>

struct drm_connector;
struct xen_drm_front_drm_info;


int xen_drm_front_conn_init(struct xen_drm_front_drm_info *drm_info,
			    struct drm_connector *connector);

const u32 *xen_drm_front_conn_get_formats(int *format_count);

#endif /* __XEN_DRM_FRONT_CONN_H_ */

Annotation

Implementation Notes