Re: [PATCH 4/6] drm/tinydrm: Embed drm_device in tinydrm_device

2017-09-01 Thread Noralf Trønnes
Den 01.09.2017 09.28, skrev Laurent Pinchart: Hi Noralf, On Thursday, 31 August 2017 20:16:42 EEST Noralf Trønnes wrote: Den 31.08.2017 12.18, skrev Laurent Pinchart: On Monday, 28 August 2017 20:17:46 EEST Noralf Trønnes wrote: Might as well embed drm_device since tinydrm_device (embeds pip

Re: [PATCH 4/6] drm/tinydrm: Embed drm_device in tinydrm_device

2017-09-01 Thread Laurent Pinchart
Hi Noralf, On Thursday, 31 August 2017 20:16:42 EEST Noralf Trønnes wrote: > Den 31.08.2017 12.18, skrev Laurent Pinchart: > > On Monday, 28 August 2017 20:17:46 EEST Noralf Trønnes wrote: > >> Might as well embed drm_device since tinydrm_device (embeds pipe struct > >> and fbdev pointer) needs to

Re: [PATCH 4/6] drm/tinydrm: Embed drm_device in tinydrm_device

2017-08-31 Thread Noralf Trønnes
Den 31.08.2017 12.18, skrev Laurent Pinchart: Hi Noralf, Thank you for the patch. On Monday, 28 August 2017 20:17:46 EEST Noralf Trønnes wrote: Might as well embed drm_device since tinydrm_device (embeds pipe struct and fbdev pointer) needs to stick around after driver-device unbind to handle

Re: [PATCH 4/6] drm/tinydrm: Embed drm_device in tinydrm_device

2017-08-31 Thread Laurent Pinchart
Hi Noralf, Thank you for the patch. On Monday, 28 August 2017 20:17:46 EEST Noralf Trønnes wrote: > Might as well embed drm_device since tinydrm_device (embeds pipe struct > and fbdev pointer) needs to stick around after driver-device unbind to > handle open fd's after device removal. > > Cc: Da

Re: [PATCH 4/6] drm/tinydrm: Embed drm_device in tinydrm_device

2017-08-29 Thread David Lechner
On 08/28/2017 12:17 PM, Noralf Trønnes wrote: Might as well embed drm_device since tinydrm_device (embeds pipe struct and fbdev pointer) needs to stick around after driver-device unbind to handle open fd's after device removal. Cc: David Lechner Signed-off-by: Noralf Trønnes Acked-By: David

Re: [PATCH 4/6] drm/tinydrm: Embed drm_device in tinydrm_device

2017-08-28 Thread Daniel Vetter
On Mon, Aug 28, 2017 at 07:17:46PM +0200, Noralf Trønnes wrote: > Might as well embed drm_device since tinydrm_device (embeds pipe struct > and fbdev pointer) needs to stick around after driver-device unbind to > handle open fd's after device removal. > > Cc: David Lechner > Signed-off-by: Noralf