Searched defs:drm_crtc_state (Results 1 – 2 of 2) sorted by relevance
77031 struct drm_crtc_state { struct77032 struct drm_crtc *crtc;77033 bool enable;77034 bool active;77035 bool planes_changed: 1;77036 bool mode_changed: 1;77037 bool active_changed: 1;77038 bool connectors_changed: 1;77039 bool zpos_changed: 1;77040 bool color_mgmt_changed: 1;[all …]
86648 struct drm_crtc_state { struct86649 struct drm_crtc *crtc;86650 bool enable;86651 bool active;86652 bool planes_changed: 1;86653 bool mode_changed: 1;86654 bool active_changed: 1;86655 bool connectors_changed: 1;86656 bool zpos_changed: 1;86657 bool color_mgmt_changed: 1;[all …]