Home
last modified time | relevance | path

Searched refs:calculate_dccg_k1_k2_values (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_init.c151 .calculate_dccg_k1_k2_values = dcn314_calculate_dccg_k1_k2_values,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_init.c154 .calculate_dccg_k1_k2_values = dcn32_calculate_dccg_k1_k2_values,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dhw_sequencer_private.h155 unsigned int (*calculate_dccg_k1_k2_values)(struct pipe_ctx *pipe_ctx, member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c678 if (hws->funcs.calculate_dccg_k1_k2_values && dc->res_pool->dccg->funcs->set_pixel_rate_div) { in dcn20_enable_stream_timing()
679 hws->funcs.calculate_dccg_k1_k2_values(pipe_ctx, &k1_div, &k2_div); in dcn20_enable_stream_timing()
2727 if (hws->funcs.calculate_dccg_k1_k2_values && dc->res_pool->dccg->funcs->set_pixel_rate_div) { in dcn20_enable_stream()
2728 hws->funcs.calculate_dccg_k1_k2_values(pipe_ctx, &k1_div, &k2_div); in dcn20_enable_stream()

Completed in 10 milliseconds