Searched defs:intel_crtc_state (Results 1 – 2 of 2) sorted by relevance
744 struct intel_crtc_state { struct745 struct drm_crtc_state base;756 unsigned long quirks;758 unsigned fb_bits; /* framebuffers to flip */759 bool update_pipe; /* can a fast modeset be performed? */760 bool disable_cxsr;761 bool update_wm_pre, update_wm_post; /* watermarks are updated */762 bool fb_changed; /* fb on any of the planes is changed */763 bool fifo_changed; /* FIFO split is changed */764 bool preload_luts;[all …]
1018 struct intel_crtc_state *intel_crtc_state; in intel_psr_fastset_force() local