Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282475
b: refs/heads/master
c: ef27351
h: refs/heads/master
i:
  282473: ed05ea1
  282471: eb46db1
v: v3
  • Loading branch information
Jesse Barnes authored and Dave Airlie committed Dec 6, 2011
1 parent 7e1480e commit 749cbf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 722525481a058829f0bae0ec3aab96370f9ab455
refs/heads/master: ef27351ae1ee83bdd5114523fef9eff405c25a35
10 changes: 9 additions & 1 deletion trunk/include/drm/drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,15 @@ struct drm_plane {
};

/**
* struct drm_mode_set
* drm_mode_set - new values for a CRTC config change
* @head: list management
* @fb: framebuffer to use for new config
* @crtc: CRTC whose configuration we're about to change
* @mode: mode timings to use
* @x: position of this CRTC relative to @fb
* @y: position of this CRTC relative to @fb
* @connectors: array of connectors to drive with this CRTC if possible
* @num_connectors: size of @connectors array
*
* Represents a single crtc the connectors that it drives with what mode
* and from which framebuffer it scans out from.
Expand Down

0 comments on commit 749cbf1

Please sign in to comment.