Home
last modified time | relevance | path

Searched refs:pwm_freq_hz (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c1009 static u32 cnp_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in cnp_hz_to_pwm() argument
1014 pwm_freq_hz); in cnp_hz_to_pwm()
1020 static u32 bxt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in bxt_hz_to_pwm() argument
1022 return DIV_ROUND_CLOSEST(KHz(19200), pwm_freq_hz); in bxt_hz_to_pwm()
1030 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in spt_hz_to_pwm() argument
1040 return DIV_ROUND_CLOSEST(MHz(24), pwm_freq_hz * mul); in spt_hz_to_pwm()
1048 static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in lpt_hz_to_pwm() argument
1064 return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul); in lpt_hz_to_pwm()
1071 static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in pch_hz_to_pwm() argument
1076 pwm_freq_hz * 12 in pch_hz_to_pwm()
1087 i9xx_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) i9xx_hz_to_pwm() argument
1105 i965_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) i965_hz_to_pwm() argument
1123 vlv_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) vlv_hz_to_pwm() argument
1145 u16 pwm_freq_hz = connector->panel.vbt.backlight.pwm_freq_hz; get_vbt_pwm_freq() local
1165 u16 pwm_freq_hz = get_vbt_pwm_freq(connector); get_backlight_max_vbt() local
[all...]
H A Dintel_dp_aux_backlight.c401 panel->vbt.backlight.pwm_freq_hz, intel_dp->edp_dpcd, in intel_dp_aux_vesa_setup_backlight()
H A Dintel_vbt_defs.h884 u16 pwm_freq_hz; member
H A Dintel_bios.c1056 panel->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz; in parse_lfp_backlight()
1096 panel->vbt.backlight.pwm_freq_hz, in parse_lfp_backlight()
H A Dintel_display_types.h339 u16 pwm_freq_hz; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_panel.c1412 static u32 cnp_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in cnp_hz_to_pwm() argument
1417 pwm_freq_hz); in cnp_hz_to_pwm()
1423 static u32 bxt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in bxt_hz_to_pwm() argument
1425 return DIV_ROUND_CLOSEST(KHz(19200), pwm_freq_hz); in bxt_hz_to_pwm()
1433 static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in spt_hz_to_pwm() argument
1443 return DIV_ROUND_CLOSEST(MHz(24), pwm_freq_hz * mul); in spt_hz_to_pwm()
1451 static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in lpt_hz_to_pwm() argument
1467 return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul); in lpt_hz_to_pwm()
1474 static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) in pch_hz_to_pwm() argument
1479 pwm_freq_hz * 12 in pch_hz_to_pwm()
1490 i9xx_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) i9xx_hz_to_pwm() argument
1508 i965_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) i965_hz_to_pwm() argument
1526 vlv_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz) vlv_hz_to_pwm() argument
1547 u16 pwm_freq_hz = dev_priv->vbt.backlight.pwm_freq_hz; get_vbt_pwm_freq() local
1567 u16 pwm_freq_hz = get_vbt_pwm_freq(dev_priv); get_backlight_max_vbt() local
[all...]
H A Dintel_dp_aux_backlight.c147 freq = dev_priv->vbt.backlight.pwm_freq_hz; in intel_dp_aux_set_pwm_freq()
257 freq = i915->vbt.backlight.pwm_freq_hz; in intel_dp_aux_calc_max_backlight()
H A Dintel_bios.c460 dev_priv->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz; in parse_lfp_backlight()
466 dev_priv->vbt.backlight.pwm_freq_hz, in parse_lfp_backlight()
H A Dintel_vbt_defs.h784 u16 pwm_freq_hz; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_drv.h695 u16 pwm_freq_hz; member

Completed in 28 milliseconds