Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c708 bool lpsp_enabled = false; in i915_lpsp_status() local
711 lpsp_enabled = !intel_lpsp_power_well_enabled(display, SKL_DISP_PW_2); in i915_lpsp_status()
713 lpsp_enabled = !intel_lpsp_power_well_enabled(display, ICL_DISP_PW_3); in i915_lpsp_status()
715 lpsp_enabled = !intel_lpsp_power_well_enabled(display, HSW_DISP_PW_GLOBAL); in i915_lpsp_status()
721 seq_printf(m, "LPSP: %s\n", str_enabled_disabled(lpsp_enabled)); in i915_lpsp_status()