Searched defs:pps_idx (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pps_regs.h | 16 #define _MMIO_PPS(pps_idx, reg) _MMIO(dev_priv->display.pps.mmio_base - \ argument 21 #define PP_STATUS(pps_idx) _MMIO_PPS(pps_idx, _PP_STATUS) argument 48 #define PP_CONTROL(pps_idx) _MMIO_PPS(pps_idx, _PP_CONTROL) argument 58 #define PP_ON_DELAYS(pps_idx) _MMIO_PPS(pps_idx, _PP_ON_DELAYS) argument 69 #define PP_OFF_DELAYS(pps_idx) _MMIO_PPS(pps_idx, _PP_OFF_DELAYS) argument 74 #define PP_DIVISOR(pps_idx) _MMIO_PPS(pps_idx, _PP_DIVISOR) argument
|
H A D | intel_pps.c | 250 int pps_idx = intel_dp->pps.pps_idx; in bxt_power_sequencer_idx() local 273 static bool pps_has_pp_on(struct drm_i915_private *dev_priv, int pps_idx) in pps_has_pp_on() 278 static bool pps_has_vdd_on(struct drm_i915_private *dev_priv, int pps_idx) in pps_has_vdd_on() 283 static bool pps_any(struct drm_i915_private *dev_priv, int pps_idx) in pps_any() 378 int pps_idx, pps_num = intel_num_pps(i915); in bxt_initial_pps_idx() local 483 int pps_idx; in intel_pps_get_registers() local 1649 int pps_idx; in intel_pps_unlock_regs_wa() local
|
H A D | intel_display_types.h | 1643 int pps_idx; member
|