Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_alpm.c42 (crtc_state->has_lobf && intel_alpm_aux_less_wake_supported(intel_dp)); in intel_alpm_is_alpm_aux_less()
261 if (!crtc_state->has_lobf) in intel_alpm_lobf_min_guardband()
290 if (!crtc_state->has_lobf) in intel_alpm_lobf_compute_config_late()
294 crtc_state->has_lobf = false; in intel_alpm_lobf_compute_config_late()
318 crtc_state->has_lobf = (crtc_state->set_context_latency + crtc_state->vrr.guardband) > in intel_alpm_lobf_compute_config_late()
359 crtc_state->has_lobf = true; in intel_alpm_lobf_compute_config()
370 !crtc_state->has_lobf)) in lnl_alpm_configure()
401 if (crtc_state->has_lobf) { in lnl_alpm_configure()
479 if (!intel_psr_needs_alpm(intel_dp, crtc_state) && !crtc_state->has_lobf) in intel_alpm_enable_sink()
484 if (crtc_state->has_panel_replay || (crtc_state->has_lobf && in intel_alpm_enable_sink()
H A Dintel_display_types.h1419 bool has_lobf; member
H A Dintel_display.c1015 return is_enabling(has_lobf, old_crtc_state, new_crtc_state) || in intel_crtc_lobf_enabling()
1016 (new_crtc_state->has_lobf && in intel_crtc_lobf_enabling()
1026 return is_disabling(has_lobf, old_crtc_state, new_crtc_state) || in intel_crtc_lobf_disabling()
1027 (old_crtc_state->has_lobf && in intel_crtc_lobf_disabling()