Searched refs:max_clock_khz (Results 1 – 6 of 6) sorted by relevance
689 r->max_clock_khz = MAX_CLOCK_KHZ; in get_monitor_ranges()690 r->max_clock = r->max_clock_khz / 1000; in get_monitor_ranges()699 r->max_clock_khz = 0; in get_monitor_ranges()
412 if (r->max_clock_khz != 0) { in handle_detailed_print()413 xf86ErrorF(" PixClock max %i kHz\n", r->max_clock_khz); in handle_detailed_print()
505 int max_clock_khz; member
385 clock_cfg->max_clock_khz = context->bw_ctx.bw.dcn.clk.max_supported_dispclk_khz; in dcn2_get_clock()391 clock_cfg->max_clock_khz = context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz; in dcn2_get_clock()
818 uint32_t max_clock_khz; member
3738 if (clk_khz > clock_cfg.max_clock_khz) in dcn10_set_clock()