Searched refs:rawclk_freq (Results 1 – 6 of 6) sorted by relevance
88 return DIV_ROUND_CLOSEST(DISPLAY_RUNTIME_INFO(display)->rawclk_freq, 2000); in g4x_get_aux_clock_divider()108 freq = DISPLAY_RUNTIME_INFO(display)->rawclk_freq; in ilk_get_aux_clock_divider()
1032 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq), in cnp_hz_to_pwm()1094 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq), in pch_hz_to_pwm()1112 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in i9xx_hz_to_pwm()1130 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in i965_hz_to_pwm()1154 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in vlv_hz_to_pwm()
261 u32 rawclk_freq; member
1882 display_runtime->rawclk_freq = intel_read_rawclk(display); in __intel_display_device_info_runtime_init()1884 display_runtime->rawclk_freq); in __intel_display_device_info_runtime_init()1931 drm_printf(p, "rawclk rate: %u kHz\n", runtime->rawclk_freq); in intel_display_device_info_print()
1221 drm_WARN_ON(display->drm, DISPLAY_RUNTIME_INFO(display)->rawclk_freq == 0); in vlv_init_display_clock_gating()1223 DIV_ROUND_CLOSEST(DISPLAY_RUNTIME_INFO(display)->rawclk_freq, in vlv_init_display_clock_gating()
1593 int div = DISPLAY_RUNTIME_INFO(display)->rawclk_freq / 1000; in pps_init_registers()