projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204bcfe
)
drm/i915: Fix kerneldoc warnings for i915_gem_internal
author
Chris Wilson
<
[email protected]
>
Thu, 8 Feb 2018 11:42:24 +0000
(11:42 +0000)
committer
Chris Wilson
<
[email protected]
>
Thu, 8 Feb 2018 16:07:02 +0000
(16:07 +0000)
drivers/gpu/drm/i915/i915_gem_internal.c:183: warning: No description found for parameter 'i915'
drivers/gpu/drm/i915/i915_gem_internal.c:183: warning: No description found for parameter 'size'
Signed-off-by: Chris Wilson <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
Reviewed-by: Joonas Lahtinen <
[email protected]
>
drivers/gpu/drm/i915/i915_gem_internal.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_gem_internal.c
b/drivers/gpu/drm/i915/i915_gem_internal.c
index a1d6956734f75ede865dbd98fa03bd8555b207a2..8301c06c952fd890d5ae3f5e943ab080be51abe5 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_gem_internal.c
+++ b/
drivers/gpu/drm/i915/i915_gem_internal.c
@@
-167,6
+167,10
@@
static const struct drm_i915_gem_object_ops i915_gem_object_internal_ops = {
};
/**
+ * i915_gem_object_create_internal: create an object with volatile pages
+ * @i915: the i915 device
+ * @size: the size in bytes of backing storage to allocate for the object
+ *
* Creates a new object that wraps some internal memory for private use.
* This object is not backed by swappable storage, and as such its contents
* are volatile and only valid whilst pinned. If the object is reaped by the