Home
last modified time | relevance | path

Searched refs:HSW_PWR_WELL_ENABLE_REQUEST (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_runtime_pm.c96 (HSW_PWR_WELL_ENABLE_REQUEST | HSW_PWR_WELL_STATE_ENABLED); in hsw_power_well_enabled()
263 enable_requested = tmp & HSW_PWR_WELL_ENABLE_REQUEST; in hsw_set_power_well()
268 HSW_PWR_WELL_ENABLE_REQUEST); in hsw_set_power_well()
717 if (I915_READ(HSW_PWR_WELL_BIOS) & HSW_PWR_WELL_ENABLE_REQUEST) in hsw_power_well_sync_hw()
Di915_reg.h7167 #define HSW_PWR_WELL_ENABLE_REQUEST (1<<31) macro