Re: [PATCH v2 04/19] drm/sti: Use .dumb_map_offset and .dumb_destroy defaults

2017-08-08 Thread Noralf Trønnes
Den 07.08.2017 15.29, skrev Vincent ABRIOU: Hi Noralf, Thanks for the patch. Acked-by: Vincent Abriou Thanks, applied to drm-misc. Noralf. On 08/06/2017 05:40 PM, Noralf Trønnes wrote: This driver can use the drm_driver.dumb_destroy and drm_driver.dumb_map_offset defaults, so no need to

Re: [PATCH v2 04/19] drm/sti: Use .dumb_map_offset and .dumb_destroy defaults

2017-08-07 Thread Vincent ABRIOU
Hi Noralf, Thanks for the patch. Acked-by: Vincent Abriou On 08/06/2017 05:40 PM, 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: Benjamin Gaignard > Cc: Vincent Abriou > Signed-off-by: Noralf T