Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c750 bool lpsp_enabled = false; in i915_lpsp_status() local
753 lpsp_enabled = !intel_lpsp_power_well_enabled(i915, SKL_DISP_PW_2); in i915_lpsp_status()
755 lpsp_enabled = !intel_lpsp_power_well_enabled(i915, ICL_DISP_PW_3); in i915_lpsp_status()
757 lpsp_enabled = !intel_lpsp_power_well_enabled(i915, HSW_DISP_PW_GLOBAL); in i915_lpsp_status()
763 seq_printf(m, "LPSP: %s\n", str_enabled_disabled(lpsp_enabled)); in i915_lpsp_status()