Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.c459 clock_cfg->bw_requirequired_clock_khz = context->bw_ctx.bw.dcn.clk.bw_dispclk_khz; in dcn2_get_clock()
465 clock_cfg->bw_requirequired_clock_khz = context->bw_ctx.bw.dcn.clk.bw_dppclk_khz; in dcn2_get_clock()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h772 uint32_t bw_requirequired_clock_khz; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c3850 if (clk_khz < clock_cfg.bw_requirequired_clock_khz) in dcn10_set_clock()