drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.h

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

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.h
Extension
.h
Size
1698 bytes
Lines
45
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 DAL_DC_DCE_DCE110_CLK_MGR_H_
#define DAL_DC_DCE_DCE110_CLK_MGR_H_

void dce110_clk_mgr_construct(
		struct dc_context *ctx,
		struct clk_mgr_internal *clk_mgr);

void dce110_fill_display_configs(
	const struct dc_state *context,
	struct dm_pp_display_configuration *pp_display_cfg);

/* functions shared with other clk mgr*/
void dce11_pplib_apply_display_requirements(
	struct dc *dc,
	struct dc_state *context);

uint32_t dce110_get_min_vblank_time_us(const struct dc_state *context);

#endif /* DAL_DC_DCE_DCE110_CLK_MGR_H_ */

Annotation

Implementation Notes