Re: [PATCH v2 07/19] drm/cirrus: Use the drm_driver.dumb_destroy default

2017-08-16 Thread Daniel Vetter
On Wed, Aug 16, 2017 at 3:41 PM, Noralf Trønnes wrote: > > Den 16.08.2017 09.38, skrev Daniel Vetter: >> >> On Sun, Aug 06, 2017 at 05:40:56PM +0200, Noralf Trønnes wrote: >>> >>> drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default, >>> so no need to set it. >>> >>> Cc: Dave Airlie >>>

Re: [PATCH v2 07/19] drm/cirrus: Use the drm_driver.dumb_destroy default

2017-08-16 Thread Daniel Vetter
On Sun, Aug 06, 2017 at 05:40:56PM +0200, Noralf Trønnes wrote: > drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default, > so no need to set it. > > Cc: Dave Airlie > Cc: Gerd Hoffmann > Signed-off-by: Noralf Trønnes > --- > drivers/gpu/drm/cirrus/cirrus_drv.c | 1 - > 1 file changed,

[PATCH v2 07/19] drm/cirrus: Use the drm_driver.dumb_destroy default

2017-08-06 Thread Noralf Trønnes
drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default, so no need to set it. Cc: Dave Airlie Cc: Gerd Hoffmann Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/cirrus/cirrus_drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm