Lines Matching refs:entry_setup_frames
797 if (intel_dp->psr.entry_setup_frames > 0) in _psr_enable_sink()
931 val |= LNL_EDP_PSR_ENTRY_SETUP_FRAMES(intel_dp->psr.entry_setup_frames); in hsw_activate_psr1()
987 if (intel_dp->psr.entry_setup_frames >= frames_before_su_entry) in frames_before_su_entry()
988 frames_before_su_entry = intel_dp->psr.entry_setup_frames + 1; in frames_before_su_entry()
1090 psr_val |= LNL_EDP_PSR_ENTRY_SETUP_FRAMES(intel_dp->psr.entry_setup_frames); in hsw_activate_psr2()
1343 int entry_setup_frames = 0; in intel_psr_entry_setup_frames() local
1356 entry_setup_frames = 1; in intel_psr_entry_setup_frames()
1359 entry_setup_frames); in intel_psr_entry_setup_frames()
1368 return entry_setup_frames; in intel_psr_entry_setup_frames()
1577 int entry_setup_frames; in _psr_compute_config() local
1588 entry_setup_frames = intel_psr_entry_setup_frames(intel_dp, adjusted_mode); in _psr_compute_config()
1590 if (entry_setup_frames >= 0) { in _psr_compute_config()
1591 intel_dp->psr.entry_setup_frames = entry_setup_frames; in _psr_compute_config()
1663 return (DISPLAY_VER(display) == 20 && intel_dp->psr.entry_setup_frames > 0 && in intel_psr_needs_wa_18037818876()