drivers/gpu/drm/amd/display/dc/opp/dcn35/dcn35_opp.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/display/dc/opp/dcn35/dcn35_opp.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/dc/opp/dcn35/dcn35_opp.h
Extension
.h
Size
2297 bytes
Lines
70
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

struct dcn35_opp_registers {
	OPP_REG_VARIABLE_LIST_DCN3_5;
};

struct dcn35_opp_shift {
	OPP_DCN35_REG_FIELD_LIST(uint8_t);
};

struct dcn35_opp_mask {
	OPP_DCN35_REG_FIELD_LIST(uint32_t);
};

void dcn35_opp_construct(struct dcn20_opp *oppn20,
	struct dc_context *ctx,
	uint32_t inst,
	const struct dcn35_opp_registers *regs,
	const struct dcn35_opp_shift *opp_shift,
	const struct dcn35_opp_mask *opp_mask);

void dcn35_opp_set_fgcg(struct dcn20_opp *oppn20, bool enable);

void dcn35_opp_read_reg_state(struct output_pixel_processor *opp, struct dcn_opp_reg_state *opp_reg_state);
#endif

Annotation

Implementation Notes