Home
last modified time | relevance | path

Searched refs:pwm_freq_hz (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c1028 static u32 cnp_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in cnp_hz_to_pwm() argument
1033 pwm_freq_hz); in cnp_hz_to_pwm()
1039 static u32 bxt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in bxt_hz_to_pwm() argument
1041 return DIV_ROUND_CLOSEST(KHz(19200), pwm_freq_hz); in bxt_hz_to_pwm()
1049 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in spt_hz_to_pwm() argument
1059 return DIV_ROUND_CLOSEST(MHz(24), pwm_freq_hz * mul); in spt_hz_to_pwm()
1067 static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in lpt_hz_to_pwm() argument
1083 return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul); in lpt_hz_to_pwm()
1090 static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in pch_hz_to_pwm() argument
1095 pwm_freq_hz * 12 in pch_hz_to_pwm()
1106 i9xx_hz_to_pwm(struct intel_connector * connector,u32 pwm_freq_hz) i9xx_hz_to_pwm() argument
1124 i965_hz_to_pwm(struct intel_connector * connector,u32 pwm_freq_hz) i965_hz_to_pwm() argument
1142 vlv_hz_to_pwm(struct intel_connector * connector,u32 pwm_freq_hz) vlv_hz_to_pwm() argument
1164 u16 pwm_freq_hz = connector->panel.vbt.backlight.pwm_freq_hz; get_vbt_pwm_freq() local
1184 u16 pwm_freq_hz = get_vbt_pwm_freq(connector); get_backlight_max_vbt() local
[all...]
H A Dintel_dp_aux_backlight.c547 panel->vbt.backlight.pwm_freq_hz, in intel_dp_aux_vesa_setup_backlight()
H A Dintel_bios.c1055 panel->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz; in parse_lfp_backlight()
1095 panel->vbt.backlight.pwm_freq_hz, in parse_lfp_backlight()
H A Dintel_display_types.h363 u16 pwm_freq_hz; member