pwm_freq_hz       339 drivers/gpu/drm/i915/display/intel_bios.c 	dev_priv->vbt.backlight.pwm_freq_hz = entry->pwm_freq_hz;
pwm_freq_hz       344 drivers/gpu/drm/i915/display/intel_bios.c 		      dev_priv->vbt.backlight.pwm_freq_hz,
pwm_freq_hz       121 drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c 	freq = dev_priv->vbt.backlight.pwm_freq_hz;
pwm_freq_hz      1379 drivers/gpu/drm/i915/display/intel_panel.c static u32 cnp_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1383 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(KHz(dev_priv->rawclk_freq), pwm_freq_hz);
pwm_freq_hz      1389 drivers/gpu/drm/i915/display/intel_panel.c static u32 bxt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1391 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(KHz(19200), pwm_freq_hz);
pwm_freq_hz      1399 drivers/gpu/drm/i915/display/intel_panel.c static u32 spt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1409 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(MHz(24), pwm_freq_hz * mul);
pwm_freq_hz      1417 drivers/gpu/drm/i915/display/intel_panel.c static u32 lpt_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1433 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul);
pwm_freq_hz      1440 drivers/gpu/drm/i915/display/intel_panel.c static u32 pch_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1444 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(KHz(dev_priv->rawclk_freq), pwm_freq_hz * 128);
pwm_freq_hz      1455 drivers/gpu/drm/i915/display/intel_panel.c static u32 i9xx_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1465 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * 32);
pwm_freq_hz      1473 drivers/gpu/drm/i915/display/intel_panel.c static u32 i965_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1483 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * 128);
pwm_freq_hz      1491 drivers/gpu/drm/i915/display/intel_panel.c static u32 vlv_hz_to_pwm(struct intel_connector *connector, u32 pwm_freq_hz)
pwm_freq_hz      1507 drivers/gpu/drm/i915/display/intel_panel.c 	return DIV_ROUND_CLOSEST(clock, pwm_freq_hz * mul);
pwm_freq_hz      1514 drivers/gpu/drm/i915/display/intel_panel.c 	u16 pwm_freq_hz = dev_priv->vbt.backlight.pwm_freq_hz;
pwm_freq_hz      1522 drivers/gpu/drm/i915/display/intel_panel.c 	if (pwm_freq_hz) {
pwm_freq_hz      1524 drivers/gpu/drm/i915/display/intel_panel.c 			      pwm_freq_hz);
pwm_freq_hz      1526 drivers/gpu/drm/i915/display/intel_panel.c 		pwm_freq_hz = 200;
pwm_freq_hz      1528 drivers/gpu/drm/i915/display/intel_panel.c 			      pwm_freq_hz);
pwm_freq_hz      1531 drivers/gpu/drm/i915/display/intel_panel.c 	pwm = panel->backlight.hz_to_pwm(connector, pwm_freq_hz);
pwm_freq_hz       773 drivers/gpu/drm/i915/display/intel_vbt_defs.h 	u16 pwm_freq_hz;
pwm_freq_hz       791 drivers/gpu/drm/i915/i915_drv.h 		u16 pwm_freq_hz;