Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_display_power_well.c199 #define ICL_AUX_PW_TO_CH(pw_idx) \ argument
202 #define ICL_TBT_AUX_PW_TO_CH(pw_idx) \ argument
207 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_aux_pw_to_ch() local
254 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_wait_for_power_well_enable() local
279 int pw_idx) in hsw_power_well_requesters()
297 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_wait_for_power_well_disable() local
335 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_power_well_enable() local
382 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_power_well_disable() local
399 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_combo_phy_aux_power_well_enable() local
431 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_combo_phy_aux_power_well_disable() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Dvlv_sideband_reg.h67 #define PUNIT_PWRGT_MASK(pw_idx) (3 << ((pw_idx) * 2)) argument
68 #define PUNIT_PWRGT_PWR_ON(pw_idx) (0 << ((pw_idx) * 2)) argument
69 #define PUNIT_PWRGT_CLK_GATE(pw_idx) (1 << ((pw_idx) * 2)) argument
70 #define PUNIT_PWRGT_RESET(pw_idx) (2 << ((pw_idx) * 2)) argument
71 #define PUNIT_PWRGT_PWR_GATE(pw_idx) (3 << ((pw_idx) * 2)) argument
A Di915_reg.h6652 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) argument
6653 #define HSW_PWR_WELL_CTL_STATE(pw_idx) (0x1 << ((pw_idx) * 2)) argument
6752 #define SKL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
6758 #define ICL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
6762 #define _ICL_AUX_REG_IDX(pw_idx) ((pw_idx) - ICL_PW_CTL_IDX_AUX_A) argument
6765 #define ICL_AUX_ANAOVRD1(pw_idx) _MMIO(_PICK(_ICL_AUX_REG_IDX(pw_idx), \ argument

Completed in 48 milliseconds