Home
last modified time | relevance | path

Searched refs:dcn401_fams2_update_config (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.h77 void dcn401_fams2_update_config(struct dc *dc, struct dc_state *context, bool enable);
Ddcn401_init.c100 .fams2_update_config = dcn401_fams2_update_config,
Ddcn401_hwseq.c1440 dcn401_fams2_update_config(dc, context, false); in dcn401_prepare_bandwidth()
1461 dcn401_fams2_update_config(dc, context, true); in dcn401_optimize_bandwidth()
1530 void dcn401_fams2_update_config(struct dc *dc, struct dc_state *context, bool enable) in dcn401_fams2_update_config() function