Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c278 u32 req_mask = HSW_PWR_WELL_CTL_REQ(pw_idx); in hsw_power_well_requesters()
358 val | HSW_PWR_WELL_CTL_REQ(pw_idx)); in hsw_power_well_enable()
387 val & ~HSW_PWR_WELL_CTL_REQ(pw_idx)); in hsw_power_well_disable()
404 val | HSW_PWR_WELL_CTL_REQ(pw_idx)); in icl_combo_phy_aux_power_well_enable()
440 val & ~HSW_PWR_WELL_CTL_REQ(pw_idx)); in icl_combo_phy_aux_power_well_disable()
514 val | HSW_PWR_WELL_CTL_REQ(i915_power_well_instance(power_well)->hsw.idx)); in icl_tc_phy_aux_power_well_enable()
582 u32 mask = HSW_PWR_WELL_CTL_REQ(pw_idx) | in hsw_power_well_enabled()
612 HSW_PWR_WELL_CTL_REQ(SKL_PW_CTL_IDX_PW_2), in assert_can_enable_dc9()
886 u32 mask = HSW_PWR_WELL_CTL_REQ(pw_idx); in hsw_power_well_sync_hw()
/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Dhandlers.c1575 HSW_PWR_WELL_CTL_REQ(HSW_PW_CTL_IDX_GLOBAL)) in power_well_ctl_mmio_write()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_reg.h6953 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) macro