Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_alpm.c317 u32 alpm_ctl; in lnl_alpm_configure() local
329 alpm_ctl = ALPM_CTL_ALPM_ENABLE | in lnl_alpm_configure()
352 alpm_ctl = ALPM_CTL_EXTENDED_FAST_WAKE_ENABLE | in lnl_alpm_configure()
357 alpm_ctl |= ALPM_CTL_LOBF_ENABLE; in lnl_alpm_configure()
359 alpm_ctl |= ALPM_CTL_ALPM_ENTRY_CHECK(intel_dp->alpm_parameters.check_entry_lines); in lnl_alpm_configure()
361 intel_de_write(display, ALPM_CTL(display, cpu_transcoder), alpm_ctl); in lnl_alpm_configure()
377 u32 alpm_ctl; in i915_edp_lobf_info_show() local
392 alpm_ctl = intel_de_read(display, ALPM_CTL(display, cpu_transcoder)); in i915_edp_lobf_info_show()
393 seq_printf(m, "LOBF status: %s\n", str_enabled_disabled(alpm_ctl & ALPM_CTL_LOBF_ENABLE)); in i915_edp_lobf_info_show()
395 str_enabled_disabled(!(alpm_ctl & ALPM_CTL_ALPM_AUX_LESS_ENABLE))); in i915_edp_lobf_info_show()
[all …]