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:
bcf8771
)
drm/cirrus: Use the drm_driver.dumb_destroy default
author
Noralf Trønnes
<noralf@tronnes.org>
Sun, 6 Aug 2017 15:40:56 +0000
(17:40 +0200)
committer
Noralf Trønnes
<noralf@tronnes.org>
Wed, 16 Aug 2017 18:14:22 +0000
(20:14 +0200)
drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default,
so no need to set it.
Cc: Dave Airlie <airlied@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/1502034068-51384-8-git-send-email-noralf@tronnes.org
drivers/gpu/drm/cirrus/cirrus_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/cirrus/cirrus_drv.c
b/drivers/gpu/drm/cirrus/cirrus_drv.c
index 910c300f5c37d0d42816d0a8d22a5fc1b1bffbe0..69c4e352dd784bbc33921746af2276c0f4e6899f 100644
(file)
--- a/
drivers/gpu/drm/cirrus/cirrus_drv.c
+++ b/
drivers/gpu/drm/cirrus/cirrus_drv.c
@@
-142,7
+142,6
@@
static struct drm_driver driver = {
.gem_free_object_unlocked = cirrus_gem_free_object,
.dumb_create = cirrus_dumb_create,
.dumb_map_offset = cirrus_dumb_mmap_offset,
- .dumb_destroy = drm_gem_dumb_destroy,
};
static const struct dev_pm_ops cirrus_pm_ops = {