Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c601 …if (!dc->clk_mgr || !dc->clk_mgr->funcs->get_max_clock_khz || !dc->res_pool || dc->debug.disable_d… in build_dsc_enc_caps()
605 max_dscclk_khz = dc->clk_mgr->funcs->get_max_clock_khz(dc->clk_mgr, CLK_TYPE_DSCCLK); in build_dsc_enc_caps()
646 dsc->ctx->dc->clk_mgr->funcs->get_max_clock_khz) { in get_min_dsc_slice_count_for_odm()
648 …max_dispclk_khz = dsc->ctx->dc->clk_mgr->funcs->get_max_clock_khz(dsc->ctx->dc->clk_mgr, CLK_TYPE_… in get_min_dsc_slice_count_for_odm()
/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dclk_mgr.h342 unsigned int (*get_max_clock_khz)(struct clk_mgr *clk_mgr_base, enum clk_type clk_type); member
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
A Ddcn401_clk_mgr.c1548 .get_max_clock_khz = dcn401_get_max_clock_khz,

Completed in 12 milliseconds