drm/fb: drop panic handling
authorDave Airlie <airlied@redhat.com>
Thu, 9 Jul 2015 03:15:34 +0000 (13:15 +1000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 16 Jul 2015 09:31:41 +0000 (11:31 +0200)
This really doesn't seem to have much chance of working anymore,

esp for irq context, qxl at least tries to talk to the hw,
and waits for irqs, and fails.

with runtime pm and other stuff I think we should just
bail on this for now.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_fb_helper.c

Simple merge