[PATCH] drm: move a bunch of legacy dma/buf tracking to legacy header

2014-09-10 Thread Dave Airlie
From: Dave Airlie This moves the drm_dma and drm_bufs stuff out of drmP.h as much as possible and hides it in drm_legacy.h. It built. Signed-off-by-: Dave Airlie --- drivers/gpu/drm/drm_bufs.c| 2 +- drivers/gpu/drm/drm_dma.c | 10 ++--- drivers/gpu/drm/drm_fops.c

[PATCH] drm: move a bunch of legacy dma/buf tracking to legacy header

2014-09-10 Thread David Herrmann
Hi On Wed, Sep 10, 2014 at 10:10 AM, Dave Airlie wrote: > From: Dave Airlie > > This moves the drm_dma and drm_bufs stuff out of drmP.h as > much as possible and hides it in drm_legacy.h. > > It built. I guess this is now obsolete with Daniel's series? I prefer his way (using a global drm_legac