[PATCH] drm/udl: make usage as a console safer

2013-02-07 Thread Dave Airlie
From: Dave Airlie Okay you don't really want to use udl devices as your console, but if you are unlucky enough to do so, you run into a lot of schedule while atomic due to printk being called from all sorts of funky places. So check if we are in an atomic context, and queue the damage for later,

[PATCH] drm/udl: make usage as a console safer

2013-02-06 Thread Dave Airlie
From: Dave Airlie Okay you don't really want to use udl devices as your console, but if you are unlucky enough to do so, you run into a lot of schedule while atomic due to printk being called from all sorts of funky places. So check if we are in an atomic context, and queue the damage for later,