Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_psr.h24 #define CAN_PANEL_REPLAY(intel_dp) ((intel_dp)->psr.sink_panel_replay_support && \ macro
Dintel_psr.c201 CAN_PANEL_REPLAY(enc_to_intel_dp(encoder)); in intel_encoder_can_psr()
1589 if (!CAN_PANEL_REPLAY(intel_dp)) in _panel_replay_compute_config()
1693 if (!(CAN_PSR(intel_dp) || CAN_PANEL_REPLAY(intel_dp))) in intel_psr_get_config()
2176 if (!CAN_PSR(intel_dp) && !CAN_PANEL_REPLAY(intel_dp)) in intel_psr_pause()
2209 if (!CAN_PSR(intel_dp) && !CAN_PANEL_REPLAY(intel_dp)) in intel_psr_resume()
3371 if (!CAN_PSR(intel_dp) && !CAN_PANEL_REPLAY(intel_dp)) in intel_psr_short_pulse()
3797 if (!(CAN_PSR(intel_dp) || CAN_PANEL_REPLAY(intel_dp))) { in i915_psr_sink_status_show()
Dintel_dp.c3519 if (CAN_PANEL_REPLAY(intel_dp)) { in intel_dp_initial_fastset_check()