Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_psr.h24 #define CAN_PANEL_REPLAY(intel_dp) ((intel_dp)->psr.sink_panel_replay_support && \ macro
Dintel_psr.c204 CAN_PANEL_REPLAY(enc_to_intel_dp(encoder)); in intel_encoder_can_psr()
1591 if (!CAN_PANEL_REPLAY(intel_dp)) in _panel_replay_compute_config()
1721 if (!(CAN_PSR(intel_dp) || CAN_PANEL_REPLAY(intel_dp))) in intel_psr_get_config()
2200 if (!CAN_PSR(intel_dp) && !CAN_PANEL_REPLAY(intel_dp)) in intel_psr_pause()
2233 if (!CAN_PSR(intel_dp) && !CAN_PANEL_REPLAY(intel_dp)) in intel_psr_resume()
2271 CAN_PANEL_REPLAY(intel_dp)) in intel_psr_needs_block_dc_vblank()
3468 if (!CAN_PSR(intel_dp) && !CAN_PANEL_REPLAY(intel_dp)) in intel_psr_short_pulse()
3550 if ((!CAN_PSR(intel_dp) && !CAN_PANEL_REPLAY(intel_dp)) || in intel_psr_link_ok()
3923 if (!(CAN_PSR(intel_dp) || CAN_PANEL_REPLAY(intel_dp))) { in i915_psr_sink_status_show()
Dintel_dp.c3647 if (CAN_PANEL_REPLAY(intel_dp)) { in intel_dp_initial_fastset_check()