Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
A Dintel_alpm.c339 u32 alpm_ctl; in lnl_alpm_configure() local
351 alpm_ctl = ALPM_CTL_ALPM_ENABLE | in lnl_alpm_configure()
371 alpm_ctl = ALPM_CTL_EXTENDED_FAST_WAKE_ENABLE | in lnl_alpm_configure()
376 alpm_ctl |= ALPM_CTL_LOBF_ENABLE; in lnl_alpm_configure()
380 alpm_ctl |= ALPM_CTL_ALPM_ENTRY_CHECK(intel_dp->alpm_parameters.check_entry_lines); in lnl_alpm_configure()
382 intel_de_write(display, ALPM_CTL(display, cpu_transcoder), alpm_ctl); in lnl_alpm_configure()
515 u32 alpm_ctl; in i915_edp_lobf_info_show() local
530 alpm_ctl = intel_de_read(display, ALPM_CTL(display, cpu_transcoder)); in i915_edp_lobf_info_show()
531 seq_printf(m, "LOBF status: %s\n", str_enabled_disabled(alpm_ctl & ALPM_CTL_LOBF_ENABLE)); in i915_edp_lobf_info_show()
533 str_enabled_disabled(!(alpm_ctl & ALPM_CTL_ALPM_AUX_LESS_ENABLE))); in i915_edp_lobf_info_show()
[all …]

Completed in 5 milliseconds