Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_runtime_pm.c74 (HSW_PWR_WELL_ENABLE_REQUEST | HSW_PWR_WELL_STATE_ENABLED); in hsw_power_well_enabled()
240 enable_requested = tmp & HSW_PWR_WELL_ENABLE_REQUEST; in hsw_set_power_well()
245 HSW_PWR_WELL_ENABLE_REQUEST); in hsw_set_power_well()
408 if (I915_READ(HSW_PWR_WELL_BIOS) & HSW_PWR_WELL_ENABLE_REQUEST) in hsw_power_well_sync_hw()
Di915_reg.h6495 #define HSW_PWR_WELL_ENABLE_REQUEST (1<<31) macro