[PATCH 07/19] drm/host1x: Call drm_put_dev directly instead of drm_platform_exit

2013-11-04 Thread Thierry Reding
On Mon, Nov 04, 2013 at 11:14:39AM +0100, Daniel Vetter wrote: > On Mon, Nov 4, 2013 at 10:10 AM, Thierry Reding > wrote: > > On Sun, Nov 03, 2013 at 02:31:13PM +0100, Daniel Vetter wrote: > >> I'm a bit confused about how this all works wrt host1x clients, but > >> this patch looks like the right

[PATCH 07/19] drm/host1x: Call drm_put_dev directly instead of drm_platform_exit

2013-11-04 Thread Daniel Vetter
On Mon, Nov 4, 2013 at 10:10 AM, Thierry Reding wrote: > On Sun, Nov 03, 2013 at 02:31:13PM +0100, Daniel Vetter wrote: >> I'm a bit confused about how this all works wrt host1x clients, but >> this patch looks like the right thing to me. >> >> Cc: Thierry Reding >> Signed-off-by: Daniel Vetter

[PATCH 07/19] drm/host1x: Call drm_put_dev directly instead of drm_platform_exit

2013-11-04 Thread Thierry Reding
On Mon, Nov 04, 2013 at 10:10:38AM +0100, Thierry Reding wrote: > On Sun, Nov 03, 2013 at 02:31:13PM +0100, Daniel Vetter wrote: > > I'm a bit confused about how this all works wrt host1x clients, but > > this patch looks like the right thing to me. > > > > Cc: Thierry Reding > > Signed-off-by: D

[PATCH 07/19] drm/host1x: Call drm_put_dev directly instead of drm_platform_exit

2013-11-04 Thread Thierry Reding
On Sun, Nov 03, 2013 at 02:31:13PM +0100, Daniel Vetter wrote: > I'm a bit confused about how this all works wrt host1x clients, but > this patch looks like the right thing to me. > > Cc: Thierry Reding > Signed-off-by: Daniel Vetter > --- > drivers/gpu/host1x/drm/drm.c | 3 +-- > 1 file change

[PATCH 07/19] drm/host1x: Call drm_put_dev directly instead of drm_platform_exit

2013-11-03 Thread Daniel Vetter
I'm a bit confused about how this all works wrt host1x clients, but this patch looks like the right thing to me. Cc: Thierry Reding Signed-off-by: Daniel Vetter --- drivers/gpu/host1x/drm/drm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/host1x/drm/drm.c b/