/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_panel.c | 1404 static u32 cnp_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) 1408 return DIV_ROUND_CLOSEST(KHz(dev_priv->rawclk_freq), pwm_freq_hz); 1414 static u32 bxt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) 1416 return DIV_ROUND_CLOSEST(KHz(19200), pwm_freq_hz); 1424 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) 1434 return DIV_ROUND_CLOSEST(MHz(24), pwm_freq_hz * mul); 1442 static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) 1458 return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul); 1465 static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) 1469 return DIV_ROUND_CLOSEST(KHz(dev_priv->rawclk_freq), pwm_freq_hz * 128) 1539 u16 pwm_freq_hz = dev_priv->vbt.backlight.pwm_freq_hz; local in function:get_backlight_max_vbt [all...] |
intel_dp_aux_backlight.c | 126 freq = dev_priv->vbt.backlight.pwm_freq_hz;
|
intel_bios.c | 455 dev_priv->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz; 460 dev_priv->vbt.backlight.pwm_freq_hz,
|
intel_vbt_defs.h | 780 u16 pwm_freq_hz; member in struct:lfp_backlight_data_entry
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.h | 708 u16 pwm_freq_hz; member in struct:intel_vbt_data::__anon6c72b20e0c08
|