Home
last modified time | relevance | path

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

/linux-5.19.10/include/drm/
Ddrm_crtc.h99 struct drm_crtc_state { struct
101 struct drm_crtc *crtc;
108 bool enable;
123 bool active;
129 bool planes_changed : 1;
141 bool mode_changed : 1;
148 bool active_changed : 1;
159 bool connectors_changed : 1;
165 bool zpos_changed : 1;
171 bool color_mgmt_changed : 1;
[all …]