Home
last modified time | relevance | path

Searched defs:drm_crtc_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/drm/ !
Ddrm_crtc.h81 struct drm_crtc_state { struct
83 struct drm_crtc *crtc;
90 bool enable;
105 bool active;
111 bool planes_changed : 1;
123 bool mode_changed : 1;
130 bool active_changed : 1;
141 bool connectors_changed : 1;
147 bool zpos_changed : 1;
153 bool color_mgmt_changed : 1;
[all …]