Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c267 HSW_PWR_WELL_CTL_STATE(pw_idx), 1)) { in hsw_wait_for_power_well_enable()
310 HSW_PWR_WELL_CTL_STATE(pw_idx))) || in hsw_wait_for_power_well_disable()
583 HSW_PWR_WELL_CTL_STATE(pw_idx); in hsw_power_well_enabled()
/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dhandlers.c1577 HSW_PWR_WELL_CTL_STATE(HSW_PW_CTL_IDX_GLOBAL); in power_well_ctl_mmio_write()
1580 ~HSW_PWR_WELL_CTL_STATE(HSW_PW_CTL_IDX_GLOBAL); in power_well_ctl_mmio_write()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h6705 #define HSW_PWR_WELL_CTL_STATE(pw_idx) (0x1 << ((pw_idx) * 2)) macro