[PATCH 06/20] drm: move AGP definitions harder

2014-08-29 Thread Daniel Vetter
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

[PATCH 06/20] drm: move AGP definitions harder

2014-08-29 Thread Thierry Reding
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'

[PATCH 06/20] drm: move AGP definitions harder

2014-08-29 Thread David Herrmann
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 --