HomeSort by: relevance | last modified time | path
    Searched defs:clock_cfg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 3273 struct dc_clock_config clock_cfg = {0}; local in function:dcn10_set_clock
3278 context, clock_type, &clock_cfg);
3283 if (clk_khz > clock_cfg.max_clock_khz)
3286 if (clk_khz < clock_cfg.min_clock_khz)
3289 if (clk_khz < clock_cfg.bw_requirequired_clock_khz)
3309 struct dc_clock_config *clock_cfg)
3314 dc->clk_mgr->funcs->get_clock(dc->clk_mgr, context, clock_type, clock_cfg);
amdgpu_dcn10_hw_sequencer.c 3273 struct dc_clock_config clock_cfg = {0}; local in function:dcn10_set_clock
3278 context, clock_type, &clock_cfg);
3283 if (clk_khz > clock_cfg.max_clock_khz)
3286 if (clk_khz < clock_cfg.min_clock_khz)
3289 if (clk_khz < clock_cfg.bw_requirequired_clock_khz)
3309 struct dc_clock_config *clock_cfg)
3314 dc->clk_mgr->funcs->get_clock(dc->clk_mgr, context, clock_type, clock_cfg);

Completed in 110 milliseconds