Re: [PATCH 24/41] drm/rockchip: Use .dumb_map_offset and .dumb_destroy defaults

2017-07-26 Thread Sean Paul
On Sun, Jul 23, 2017 at 09:16:40PM +0200, Noralf Trønnes wrote: > This driver can use the drm_driver.dumb_destroy and > drm_driver.dumb_map_offset defaults, so no need to set them. > > Cc: Mark Yao > Signed-off-by: Noralf Trønnes > --- > drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 2 -- > dr

[PATCH 24/41] drm/rockchip: Use .dumb_map_offset and .dumb_destroy defaults

2017-07-23 Thread Noralf Trønnes
This driver can use the drm_driver.dumb_destroy and drm_driver.dumb_map_offset defaults, so no need to set them. Cc: Mark Yao Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 2 -- drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 26 -- drive