Hi
On Wed, Sep 10, 2014 at 10:10 AM, Dave Airlie airlied@gmail.com wrote:
From: Dave Airlie airlied@redhat.com
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_legacy.h and a drm-core drm_legacy.h header). Then headers in drivers/gpu/drm are local to drm.ko, headers in include/drm/ are global with interfaces exported to drivers from drm.ko.
Thanks David