Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293623
b: refs/heads/master
c: b20f386
h: refs/heads/master
i:
  293621: 72777e2
  293619: e586684
  293615: 53e2484
v: v3
  • Loading branch information
Sascha Hauer authored and Dave Airlie committed Feb 3, 2012
1 parent c635d5c commit 25cb86d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 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: 4f988d132d2668b4f3b42bfc70daa531115ccca1
refs/heads/master: b20f38679fee704d5ebfe2815fb5af492a0dde9f
21 changes: 15 additions & 6 deletions trunk/drivers/gpu/drm/drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ EXPORT_SYMBOL(drm_mode_remove);
* @name: user visible name of the connector
*
* LOCKING:
* Caller must hold @dev's mode_config lock.
* Takes mode config lock.
*
* Initialises a preallocated connector. Connectors should be
* subclassed as part of driver connector objects.
Expand Down Expand Up @@ -497,7 +497,7 @@ EXPORT_SYMBOL(drm_connector_init);
* @connector: connector to cleanup
*
* LOCKING:
* Caller must hold @dev's mode_config lock.
* Takes mode config lock.
*
* Cleans up the connector but doesn't free the object.
*/
Expand Down Expand Up @@ -1314,7 +1314,7 @@ int drm_mode_getresources(struct drm_device *dev, void *data,
* @arg: arg from ioctl
*
* LOCKING:
* Caller? (FIXME)
* Takes mode config lock.
*
* Construct a CRTC configuration structure to return to the user.
*
Expand Down Expand Up @@ -1374,7 +1374,7 @@ int drm_mode_getcrtc(struct drm_device *dev,
* @arg: arg from ioctl
*
* LOCKING:
* Caller? (FIXME)
* Takes mode config lock.
*
* Construct a connector configuration structure to return to the user.
*
Expand Down Expand Up @@ -1556,6 +1556,9 @@ int drm_mode_getencoder(struct drm_device *dev, void *data,
* @data: ioctl data
* @file_priv: DRM file info
*
* LOCKING:
* Takes mode config lock.
*
* Return an plane count and set of IDs.
*/
int drm_mode_getplane_res(struct drm_device *dev, void *data,
Expand Down Expand Up @@ -1602,6 +1605,9 @@ int drm_mode_getplane_res(struct drm_device *dev, void *data,
* @data: ioctl data
* @file_priv: DRM file info
*
* LOCKING:
* Takes mode config lock.
*
* Return plane info, including formats supported, gamma size, any
* current fb, etc.
*/
Expand Down Expand Up @@ -1667,6 +1673,9 @@ int drm_mode_getplane(struct drm_device *dev, void *data,
* @data: ioctl data*
* @file_prive: DRM file info
*
* LOCKING:
* Takes mode config lock.
*
* Set plane info, including placement, fb, scaling, and other factors.
* Or pass a NULL fb to disable.
*/
Expand Down Expand Up @@ -1797,7 +1806,7 @@ int drm_mode_setplane(struct drm_device *dev, void *data,
* @arg: arg from ioctl
*
* LOCKING:
* Caller? (FIXME)
* Takes mode config lock.
*
* Build a new CRTC configuration based on user request.
*
Expand Down Expand Up @@ -2278,7 +2287,7 @@ int drm_mode_rmfb(struct drm_device *dev,
* @arg: arg from ioctl
*
* LOCKING:
* Caller? (FIXME)
* Takes mode config lock.
*
* Lookup the FB given its ID and return info about it.
*
Expand Down

0 comments on commit 25cb86d

Please sign in to comment.