Searched refs:pwm_freq_hz (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_backlight.c | 1023 static u32 cnp_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in cnp_hz_to_pwm() argument 1028 pwm_freq_hz); in cnp_hz_to_pwm() 1034 static u32 bxt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in bxt_hz_to_pwm() argument 1036 return DIV_ROUND_CLOSEST(KHz(19200), pwm_freq_hz); in bxt_hz_to_pwm() 1044 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in spt_hz_to_pwm() argument 1054 return DIV_ROUND_CLOSEST(MHz(24), pwm_freq_hz * mul); in spt_hz_to_pwm() 1062 static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in lpt_hz_to_pwm() argument 1078 return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul); in lpt_hz_to_pwm() 1085 static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in pch_hz_to_pwm() argument 1090 pwm_freq_hz * 128); in pch_hz_to_pwm() [all …]
|
D | intel_dp_aux_backlight.c | 350 i915->vbt.backlight.pwm_freq_hz, intel_dp->edp_dpcd, in intel_dp_aux_vesa_setup_backlight()
|
D | intel_vbt_defs.h | 801 u16 pwm_freq_hz; member
|
D | intel_bios.c | 473 i915->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz; in parse_lfp_backlight() 504 i915->vbt.backlight.pwm_freq_hz, in parse_lfp_backlight()
|
/drivers/gpu/drm/i915/ |
D | i915_drv.h | 708 u16 pwm_freq_hz; member
|