Re: [PATCH v2 18/19] drm/virtio: Use the drm_driver.dumb_destroy default

2017-08-16 Thread Daniel Vetter
On Sun, Aug 06, 2017 at 05:41:07PM +0200, Noralf Trønnes wrote: > virtio_gpu_mode_dumb_destroy() is the same as drm_gem_dumb_destroy() > which is the drm_driver.dumb_destroy default, so no need to set it. > > Cc: David Airlie > Cc: Gerd Hoffmann > Signed-off-by: Noralf Trønnes > --- > drivers/

[PATCH v2 18/19] drm/virtio: Use the drm_driver.dumb_destroy default

2017-08-06 Thread Noralf Trønnes
virtio_gpu_mode_dumb_destroy() is the same as drm_gem_dumb_destroy() which is the drm_driver.dumb_destroy default, so no need to set it. Cc: David Airlie Cc: Gerd Hoffmann Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/virtio/virtgpu_drv.c | 1 - drivers/gpu/drm/virtio/virtgpu_drv.h | 3 ---