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:
55f95c2
)
drm/i915: Replace drm_gem_object_unreference_unlocked with put function
author
Thomas Zimmermann
<
[email protected]
>
Mon, 18 Jun 2018 11:01:53 +0000
(13:01 +0200)
committer
Daniel Vetter
<
[email protected]
>
Thu, 28 Jun 2018 17:09:39 +0000
(19:09 +0200)
This patch unifies the naming of DRM functions for reference counting
of struct drm_gem_object. The resulting code is more aligned with the
rest of the Linux kernel interfaces.
Signed-off-by: Thomas Zimmermann <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/i915_gem_object.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_gem_object.h
b/drivers/gpu/drm/i915/i915_gem_object.h
index 0042496216fe13c669de930d3469b4e9d16fb37c..c3c6f2e588fbe12a06fd380492d874377b90007b 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_gem_object.h
+++ b/
drivers/gpu/drm/i915/i915_gem_object.h
@@
-348,9
+348,6
@@
i915_gem_object_put(struct drm_i915_gem_object *obj)
__drm_gem_object_put(&obj->base);
}
-__deprecated
-extern void drm_gem_object_unreference_unlocked(struct drm_gem_object *);
-
static inline void i915_gem_object_lock(struct drm_i915_gem_object *obj)
{
reservation_object_lock(obj->resv, NULL);