Skip to content

Commit 481e162

Browse files
committed
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 <[email protected]> Cc: Christian König <[email protected]> Signed-off-by: Noralf Trønnes <[email protected]> Acked-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 5a7e6a3 commit 481e162

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/radeon/radeon_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ static struct drm_driver kms_driver = {
583583
.gem_close_object = radeon_gem_object_close,
584584
.dumb_create = radeon_mode_dumb_create,
585585
.dumb_map_offset = radeon_mode_dumb_mmap,
586-
.dumb_destroy = drm_gem_dumb_destroy,
587586
.fops = &radeon_driver_kms_fops,
588587

589588
.prime_handle_to_fd = drm_gem_prime_handle_to_fd,

0 commit comments

Comments
 (0)