Commit 9b8b75de authored by Chris Wilson's avatar Chris Wilson Committed by Daniel Vetter

drm: Add kerneldoc markup for new @scan parameters in drm_mm

A couple of parameters slipped through the kerneldoc net.
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161228105120.14500-1-chris@chris-wilson.co.uk
parent 1c9bd1ed
...@@ -619,6 +619,7 @@ EXPORT_SYMBOL(drm_mm_scan_init_with_range); ...@@ -619,6 +619,7 @@ EXPORT_SYMBOL(drm_mm_scan_init_with_range);
/** /**
* drm_mm_scan_add_block - add a node to the scan list * drm_mm_scan_add_block - add a node to the scan list
* @scan: the active drm_mm scanner
* @node: drm_mm_node to add * @node: drm_mm_node to add
* *
* Add a node to the scan list that might be freed to make space for the desired * Add a node to the scan list that might be freed to make space for the desired
...@@ -701,6 +702,7 @@ EXPORT_SYMBOL(drm_mm_scan_add_block); ...@@ -701,6 +702,7 @@ EXPORT_SYMBOL(drm_mm_scan_add_block);
/** /**
* drm_mm_scan_remove_block - remove a node from the scan list * drm_mm_scan_remove_block - remove a node from the scan list
* @scan: the active drm_mm scanner
* @node: drm_mm_node to remove * @node: drm_mm_node to remove
* *
* Nodes _must_ be removed in exactly the reverse order from the scan list as * Nodes _must_ be removed in exactly the reverse order from the scan list as
......
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