Searched refs:rawclk_freq (Results 1 – 6 of 6) sorted by relevance
87 return DIV_ROUND_CLOSEST(DISPLAY_RUNTIME_INFO(display)->rawclk_freq, 2000); in g4x_get_aux_clock_divider()107 freq = DISPLAY_RUNTIME_INFO(display)->rawclk_freq; in ilk_get_aux_clock_divider()
1031 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq), in cnp_hz_to_pwm()1093 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq), in pch_hz_to_pwm()1111 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in i9xx_hz_to_pwm()1129 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in i965_hz_to_pwm()1153 clock = KHz(DISPLAY_RUNTIME_INFO(display)->rawclk_freq); in vlv_hz_to_pwm()
259 u32 rawclk_freq; member
1871 display_runtime->rawclk_freq = intel_read_rawclk(display); in __intel_display_device_info_runtime_init()1873 display_runtime->rawclk_freq); in __intel_display_device_info_runtime_init()1920 drm_printf(p, "rawclk rate: %u kHz\n", runtime->rawclk_freq); in intel_display_device_info_print()
1196 drm_WARN_ON(display->drm, DISPLAY_RUNTIME_INFO(display)->rawclk_freq == 0); in vlv_init_display_clock_gating()1198 DIV_ROUND_CLOSEST(DISPLAY_RUNTIME_INFO(display)->rawclk_freq, in vlv_init_display_clock_gating()
1597 int div = DISPLAY_RUNTIME_INFO(display)->rawclk_freq / 1000; in pps_init_registers()