drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/dc/dce110/dce110_mem_input_v.h
Extension
.h
Size
1385 bytes
Lines
36
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 __DC_MEM_INPUT_V_DCE110_H__
#define __DC_MEM_INPUT_V_DCE110_H__

#include "mem_input.h"
#include "dce/dce_mem_input.h"

void dce110_mem_input_v_construct(
	struct dce_mem_input *dce_mi,
	struct dc_context *ctx);

#endif

Annotation

Implementation Notes