On Fri, Aug 29, 2014 at 01:43:10PM +0200, Thierry Reding wrote:
> On Fri, Aug 29, 2014 at 12:12:32PM +0200, David Herrmann wrote:
> > Move drm_agp_head to drm_agpsupport.h and drm_agp_mem into drm_legacy.h.
> > Unfortunately, drivers still heavily access drm_agp_head so we cannot
> > move it to drm
On Fri, Aug 29, 2014 at 12:12:32PM +0200, David Herrmann wrote:
> Move drm_agp_head to drm_agpsupport.h and drm_agp_mem into drm_legacy.h.
> Unfortunately, drivers still heavily access drm_agp_head so we cannot
> move it to drm_legacy.h. However, at least it's no longer visible in
> drmP.h now (it'
Move drm_agp_head to drm_agpsupport.h and drm_agp_mem into drm_legacy.h.
Unfortunately, drivers still heavily access drm_agp_head so we cannot
move it to drm_legacy.h. However, at least it's no longer visible in
drmP.h now (it's directly included from it, though).
Signed-off-by: David Herrmann
--