Searched refs:alpm_ctl (Results 1 – 1 of 1) sorted by relevance
303 u32 alpm_ctl; in lnl_alpm_configure() local315 alpm_ctl = ALPM_CTL_ALPM_ENABLE | in lnl_alpm_configure()333 alpm_ctl = ALPM_CTL_EXTENDED_FAST_WAKE_ENABLE | in lnl_alpm_configure()338 alpm_ctl |= ALPM_CTL_LOBF_ENABLE; in lnl_alpm_configure()342 alpm_ctl |= ALPM_CTL_ALPM_ENTRY_CHECK(crtc_state->alpm_state.check_entry_lines); in lnl_alpm_configure()344 intel_de_write(display, ALPM_CTL(display, cpu_transcoder), alpm_ctl); in lnl_alpm_configure()477 u32 alpm_ctl; in i915_edp_lobf_info_show() local492 alpm_ctl = intel_de_read(display, ALPM_CTL(display, cpu_transcoder)); in i915_edp_lobf_info_show()493 seq_printf(m, "LOBF status: %s\n", str_enabled_disabled(alpm_ctl & ALPM_CTL_LOBF_ENABLE)); in i915_edp_lobf_info_show()495 str_enabled_disabled(!(alpm_ctl & ALPM_CTL_ALPM_AUX_LESS_ENABLE))); in i915_edp_lobf_info_show()[all …]