[PATCH 02/28] drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpers

2015-12-07 Thread Thierry Reding
On Fri, Dec 04, 2015 at 09:45:43AM +0100, Daniel Vetter wrote: > This is only used for kgdb (and previously panic) handlers in > the fbdev emulation, so belongs there. > > Note that this means we'll leave behind a forward declaration, but > once all the helper vtables are consolidated (in the next

[PATCH 02/28] drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpers

2015-12-04 Thread Daniel Vetter
This is only used for kgdb (and previously panic) handlers in the fbdev emulation, so belongs there. Note that this means we'll leave behind a forward declaration, but once all the helper vtables are consolidated (in the next patch) that will make more sense. Signed-off-by: Daniel Vetter --- dr