Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
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()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc_types.h771 uint32_t bw_requirequired_clock_khz; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c3847 if (clk_khz < clock_cfg.bw_requirequired_clock_khz) in dcn10_set_clock()