OSDN Git Service

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)
commit6066677cfd9d73734ab678b9d14013c860f0f732
treee46ca253ddae48bb7d48249ed579c9c40d3a3e38
parentec081cb337a1edc793d7aa53baa9b8afa096678d
drm/fb: drop panic handling

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