Home
last modified time | relevance | path

Searched defs:pps_idx (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_pps_regs.h17 #define _MMIO_PPS(dev_priv, pps_idx, reg) \ argument
21 #define PP_STATUS(dev_priv, pps_idx) _MMIO_PPS(dev_priv, pps_idx, _PP_STATUS) argument
48 #define PP_CONTROL(dev_priv, pps_idx) _MMIO_PPS(dev_priv, pps_idx, _PP_CONTROL) argument
58 #define PP_ON_DELAYS(dev_priv, pps_idx) _MMIO_PPS(dev_priv, pps_idx, _PP_ON_DELAYS) argument
69 #define PP_OFF_DELAYS(dev_priv, pps_idx) _MMIO_PPS(dev_priv, pps_idx, _PP_OFF_DELAYS) argument
74 #define PP_DIVISOR(dev_priv, pps_idx) _MMIO_PPS(dev_priv, pps_idx, _PP_DIVISOR) argument
Dintel_pps.c256 int pps_idx = intel_dp->pps.pps_idx; in bxt_power_sequencer_idx() local
279 static bool pps_has_pp_on(struct intel_display *display, int pps_idx) in pps_has_pp_on()
284 static bool pps_has_vdd_on(struct intel_display *display, int pps_idx) in pps_has_vdd_on()
289 static bool pps_any(struct intel_display *display, int pps_idx) in pps_any()
391 int pps_idx, pps_num = intel_num_pps(display); in bxt_initial_pps_idx() local
499 int pps_idx; in intel_pps_get_registers() local
1695 int pps_idx; in intel_pps_unlock_regs_wa() local
Dintel_display_types.h1684 int pps_idx; member