[PATCH 1/2] drm/msm: remove the drm_device_is_unplugged check

2016-02-09 Thread Daniel Vetter
On Tue, Feb 09, 2016 at 11:25:27AM +0100, David Herrmann wrote: > Hi > > On Fri, Feb 5, 2016 at 10:57 PM, Haixia Shi wrote: > > This flag is only used for drm/udl. > > Furthermore, it is horribly racy. Lets not make use of it outside of udl. > > Reviewed-by: David Herrmann Applied to drm-misc

[PATCH 1/2] drm/msm: remove the drm_device_is_unplugged check

2016-02-09 Thread David Herrmann
Hi On Fri, Feb 5, 2016 at 10:57 PM, Haixia Shi wrote: > This flag is only used for drm/udl. Furthermore, it is horribly racy. Lets not make use of it outside of udl. Reviewed-by: David Herrmann Thanks David > Signed-off-by: Haixia Shi > Reviewed-by: Stéphane Marchesin > --- > drivers/gpu

[PATCH 1/2] drm/msm: remove the drm_device_is_unplugged check

2016-02-05 Thread Haixia Shi
This flag is only used for drm/udl. Signed-off-by: Haixia Shi Reviewed-by: Stéphane Marchesin --- drivers/gpu/drm/msm/msm_fbdev.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/msm/msm_fbdev.c b/drivers/gpu/drm/msm/msm_fbdev.c index d95af6e..e119c29 100644 --- a/drivers/