Searched refs:alpm_ctl (Results 1 – 1 of 1) sorted by relevance
367 u32 alpm_ctl; in lnl_alpm_configure() local379 alpm_ctl = ALPM_CTL_ALPM_ENABLE | in lnl_alpm_configure()397 alpm_ctl = ALPM_CTL_EXTENDED_FAST_WAKE_ENABLE | in lnl_alpm_configure()402 alpm_ctl |= ALPM_CTL_LOBF_ENABLE; in lnl_alpm_configure()406 alpm_ctl |= ALPM_CTL_ALPM_ENTRY_CHECK(crtc_state->alpm_state.check_entry_lines); in lnl_alpm_configure()408 intel_de_write(display, ALPM_CTL(display, cpu_transcoder), alpm_ctl); in lnl_alpm_configure()519 u32 alpm_ctl; in i915_edp_lobf_info_show() local534 alpm_ctl = intel_de_read(display, ALPM_CTL(display, cpu_transcoder)); in i915_edp_lobf_info_show()535 seq_printf(m, "LOBF status: %s\n", str_enabled_disabled(alpm_ctl & ALPM_CTL_LOBF_ENABLE)); in i915_edp_lobf_info_show()537 str_enabled_disabled(!(alpm_ctl & ALPM_CTL_ALPM_AUX_LESS_ENABLE))); in i915_edp_lobf_info_show()[all …]