Searched defs:pps_idx (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pps_regs.h | 16 #define _MMIO_PPS(display, pps_idx, reg) \ argument 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
|
H A D | intel_pps.c | 257 int pps_idx = intel_dp->pps.pps_idx; in bxt_power_sequencer_idx() local 280 static bool pps_has_pp_on(struct intel_display *display, int pps_idx) in pps_has_pp_on() 285 static bool pps_has_vdd_on(struct intel_display *display, int pps_idx) in pps_has_vdd_on() 290 static bool pps_any(struct intel_display *display, int pps_idx) in pps_any() 389 int pps_idx, pps_num = intel_num_pps(display); in bxt_initial_pps_idx() local 502 int pps_idx; in intel_pps_get_registers() local 1774 int pps_idx; in intel_pps_unlock_regs_wa() local
|
H A D | intel_display_types.h | 1620 int pps_idx; member
|