Lines Matching defs:i915_psr
478 struct i915_psr { struct
479 struct mutex lock;
488 u32 debug;
489 bool sink_support;
490 bool enabled;
491 struct intel_dp *dp;
492 enum pipe pipe;
493 enum transcoder transcoder;
494 bool active;
495 struct work_struct work;
496 unsigned busy_frontbuffer_bits;
497 bool sink_psr2_support;
498 bool link_standby;
499 bool colorimetry_support;
500 bool psr2_enabled;
501 bool psr2_sel_fetch_enabled;
502 u8 sink_sync_latency;
503 ktime_t last_entry_attempt;
504 ktime_t last_exit;
505 bool sink_not_reliable;
506 bool irq_aux_error;
507 u16 su_x_granularity;
508 bool dc3co_enabled;
509 u32 dc3co_exit_delay;
510 struct delayed_work dc3co_work;
511 bool force_mode_changed;
512 struct drm_dp_vsc_sdp vsc;