Home
last modified time | relevance | path

Searched refs:rawclk_freq (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux.c87 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()
H A Dintel_backlight.c1016 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(i915)->rawclk_freq), in cnp_hz_to_pwm()
1078 return DIV_ROUND_CLOSEST(KHz(DISPLAY_RUNTIME_INFO(i915)->rawclk_freq), in pch_hz_to_pwm()
1096 clock = KHz(DISPLAY_RUNTIME_INFO(i915)->rawclk_freq); in i9xx_hz_to_pwm()
1114 clock = KHz(DISPLAY_RUNTIME_INFO(i915)->rawclk_freq); in i965_hz_to_pwm()
1138 clock = KHz(DISPLAY_RUNTIME_INFO(i915)->rawclk_freq); in vlv_hz_to_pwm()
H A Dintel_display_device.h244 u32 rawclk_freq; member
H A Dintel_display_device.c1858 display_runtime->rawclk_freq = intel_read_rawclk(display); in __intel_display_device_info_runtime_init()
1860 display_runtime->rawclk_freq); in __intel_display_device_info_runtime_init()
1907 drm_printf(p, "rawclk rate: %u kHz\n", runtime->rawclk_freq); in intel_display_device_info_print()
H A Dintel_display_power_well.c1201 drm_WARN_ON(display->drm, DISPLAY_RUNTIME_INFO(display)->rawclk_freq == 0); in vlv_init_display_clock_gating()
1203 DIV_ROUND_CLOSEST(DISPLAY_RUNTIME_INFO(display)->rawclk_freq, in vlv_init_display_clock_gating()
H A Dintel_pps.c1603 int div = DISPLAY_RUNTIME_INFO(display)->rawclk_freq / 1000; in pps_init_registers()