drivers/gpu/drm/loongson/lsdc_output.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/loongson/lsdc_output.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/loongson/lsdc_output.h
Extension
.h
Size
481 bytes
Lines
22
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 __LSDC_OUTPUT_H__
#define __LSDC_OUTPUT_H__

#include "lsdc_drv.h"

int ls7a1000_output_init(struct drm_device *ddev,
			 struct lsdc_display_pipe *dispipe,
			 struct i2c_adapter *ddc,
			 unsigned int index);

int ls7a2000_output_init(struct drm_device *ldev,
			 struct lsdc_display_pipe *dispipe,
			 struct i2c_adapter *ddc,
			 unsigned int index);

#endif

Annotation

Implementation Notes