Commit 1dd3a060 authored by Noralf Trønnes's avatar Noralf Trønnes
parent e26612aa
...@@ -348,7 +348,7 @@ EXPORT_SYMBOL_GPL(drm_gem_dumb_map_offset); ...@@ -348,7 +348,7 @@ EXPORT_SYMBOL_GPL(drm_gem_dumb_map_offset);
* @file: drm file-private structure to remove the dumb handle from * @file: drm file-private structure to remove the dumb handle from
* @dev: corresponding drm_device * @dev: corresponding drm_device
* @handle: the dumb handle to remove * @handle: the dumb handle to remove
* *
* This implements the &drm_driver.dumb_destroy kms driver callback for drivers * This implements the &drm_driver.dumb_destroy kms driver callback for drivers
* which use gem to manage their backing storage. * which use gem to manage their backing storage.
*/ */
...@@ -365,7 +365,7 @@ EXPORT_SYMBOL(drm_gem_dumb_destroy); ...@@ -365,7 +365,7 @@ EXPORT_SYMBOL(drm_gem_dumb_destroy);
* @file_priv: drm file-private structure to register the handle for * @file_priv: drm file-private structure to register the handle for
* @obj: object to register * @obj: object to register
* @handlep: pointer to return the created handle to the caller * @handlep: pointer to return the created handle to the caller
* *
* This expects the &drm_device.object_name_lock to be held already and will * This expects the &drm_device.object_name_lock to be held already and will
* drop it before returning. Used to avoid races in establishing new handles * drop it before returning. Used to avoid races in establishing new handles
* when importing an object from either an flink name or a dma-buf. * when importing an object from either an flink name or a dma-buf.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment