]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/radeon: Use the drm_driver.dumb_destroy default
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 6 Aug 2017 15:41:04 +0000 (17:41 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Tue, 8 Aug 2017 10:33:33 +0000 (12:33 +0200)
commit481e1625f04fa12cdaa80895e7d6a63eca5aa8c5
tree516174bba57b88a086a57a5ff93c9b413b616f88
parent5a7e6a3fa1bf02c426a45c52cf9c27050753768f
drm/radeon: Use the drm_driver.dumb_destroy default

drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default,
so no need to set it.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1502034068-51384-16-git-send-email-noralf@tronnes.org
drivers/gpu/drm/radeon/radeon_drv.c