drivers/gpu/drm/xlnx/zynqmp_dp.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/xlnx/zynqmp_dp.h
Extension
.h
Size
828 bytes
Lines
33
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 _ZYNQMP_DP_H_
#define _ZYNQMP_DP_H_

struct platform_device;
struct zynqmp_dp;
struct zynqmp_dpsub;

void zynqmp_dp_enable_vblank(struct zynqmp_dp *dp);
void zynqmp_dp_disable_vblank(struct zynqmp_dp *dp);

int zynqmp_dp_probe(struct zynqmp_dpsub *dpsub);
void zynqmp_dp_remove(struct zynqmp_dpsub *dpsub);

void zynqmp_dp_audio_set_channels(struct zynqmp_dp *dp,
				  unsigned int num_channels);
void zynqmp_dp_audio_enable(struct zynqmp_dp *dp);
void zynqmp_dp_audio_disable(struct zynqmp_dp *dp);

void zynqmp_dp_audio_write_n_m(struct zynqmp_dp *dp);

#endif /* _ZYNQMP_DP_H_ */

Annotation

Implementation Notes