Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
A Dintel_pps_regs.h16 #define _MMIO_PPS(display, pps_idx, reg) \ argument
17 _MMIO((display)->pps.mmio_base - PPS_BASE + (reg) + (pps_idx) * 0x100)
20 #define PP_STATUS(display, pps_idx) _MMIO_PPS((display), (pps_idx), _PP_STATUS) argument
47 #define PP_CONTROL(display, pps_idx) _MMIO_PPS((display), (pps_idx), _PP_CONTROL) argument
57 #define PP_ON_DELAYS(display, pps_idx) _MMIO_PPS((display), (pps_idx), _PP_ON_DELAYS) argument
68 #define PP_OFF_DELAYS(display, pps_idx) _MMIO_PPS((display), (pps_idx), _PP_OFF_DELAYS) argument
73 #define PP_DIVISOR(display, pps_idx) _MMIO_PPS((display), (pps_idx), _PP_DIVISOR) argument
A Dintel_pps.c54 switch (pps->pps_idx) { in pps_name()
60 MISSING_CASE(pps->pps_idx); in pps_name()
257 int pps_idx = intel_dp->pps.pps_idx; in bxt_power_sequencer_idx() local
265 return pps_idx; in bxt_power_sequencer_idx()
275 return pps_idx; in bxt_power_sequencer_idx()
391 for (pps_idx = 0; pps_idx < pps_num; pps_idx++) { in bxt_initial_pps_idx()
393 return pps_idx; in bxt_initial_pps_idx()
502 int pps_idx; in intel_pps_get_registers() local
511 pps_idx = intel_dp->pps.pps_idx; in intel_pps_get_registers()
1774 int pps_idx; in intel_pps_unlock_regs_wa() local
[all …]
A Dintel_display_types.h1620 int pps_idx; member

Completed in 19 milliseconds