Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282477
b: refs/heads/master
c: c1aaca2
h: refs/heads/master
i:
  282475: 749cbf1
v: v3
  • Loading branch information
Jesse Barnes authored and Dave Airlie committed Dec 6, 2011
1 parent fd27eca commit 074b516
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 550cebcdb5bebc655812b631156a162cec908794
refs/heads/master: c1aaca237c6d4d9a60390e69048d1eff1dc7506a
13 changes: 13 additions & 0 deletions trunk/include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,19 @@ struct drm_mode_config_funcs {
void (*output_poll_changed)(struct drm_device *dev);
};

/**
* drm_mode_group - group of mode setting resources for potential sub-grouping
* @num_crtcs: CRTC count
* @num_encoders: encoder count
* @num_connectors: connector count
* @id_list: list of KMS object IDs in this group
*
* Currently this simply tracks the global mode setting state. But in the
* future it could allow groups of objects to be set aside into independent
* control groups for use by different user level processes (e.g. two X servers
* running simultaneously on different heads, each with their own mode
* configuration and freedom of mode setting).
*/
struct drm_mode_group {
uint32_t num_crtcs;
uint32_t num_encoders;
Expand Down

0 comments on commit 074b516

Please sign in to comment.