commit | 6066677cfd9d73734ab678b9d14013c860f0f732 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Thu Jul 09 13:15:34 2015 +1000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 16 11:31:41 2015 +0200 |
tree | e46ca253ddae48bb7d48249ed579c9c40d3a3e38 | |
parent | ec081cb337a1edc793d7aa53baa9b8afa096678d [diff] |
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>