Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_alpm.c153 int check_entry_lines; in _lnl_compute_alpm_params() local
159 check_entry_lines = 2 + in _lnl_compute_alpm_params()
162 if (check_entry_lines > 15) in _lnl_compute_alpm_params()
169 check_entry_lines = 15; in _lnl_compute_alpm_params()
171 crtc_state->alpm_state.check_entry_lines = check_entry_lines; in _lnl_compute_alpm_params()
281 return window1 > crtc_state->alpm_state.check_entry_lines; in intel_alpm_lobf_is_window1_sufficient()
406 alpm_ctl |= ALPM_CTL_ALPM_ENTRY_CHECK(crtc_state->alpm_state.check_entry_lines); in lnl_alpm_configure()
H A Dintel_display_types.h1429 u8 check_entry_lines; member