|
@@ -306,6 +306,7 @@ struct drm_plane_helper_funcs;
|
|
|
* @active_changed: crtc_state->active has been toggled.
|
|
|
* @connectors_changed: connectors to this crtc have been updated
|
|
|
* @plane_mask: bitmask of (1 << drm_plane_index(plane)) of attached planes
|
|
|
+ * @connector_mask: bitmask of (1 << drm_connector_index(connector)) of attached connectors
|
|
|
* @last_vblank_count: for helpers and drivers to capture the vblank of the
|
|
|
* update to ensure framebuffer cleanup isn't done too early
|
|
|
* @adjusted_mode: for use by helpers and drivers to compute adjusted mode timings
|
|
@@ -339,6 +340,8 @@ struct drm_crtc_state {
|
|
|
*/
|
|
|
u32 plane_mask;
|
|
|
|
|
|
+ u32 connector_mask;
|
|
|
+
|
|
|
/* last_vblank_count: for vblank waits before cleanup */
|
|
|
u32 last_vblank_count;
|
|
|
|