]> git.baikalelectronics.ru Git - kernel.git/commit
drm: move AGP definitions harder
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 29 Aug 2014 10:12:32 +0000 (12:12 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 10 Sep 2014 07:40:11 +0000 (17:40 +1000)
commit7803a0f7e1f005a3df665f16290d688213b3dfbe
tree11a83a3663b99b96437e11d4bffd1ce240cfceb5
parent2bb3234f806e44846311dcabda1cafba588a556f
drm: move AGP definitions harder

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 <dh.herrmann@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_agpsupport.c
drivers/gpu/drm/drm_legacy.h
drivers/gpu/drm/drm_memory.c
drivers/gpu/drm/drm_vm.c
include/drm/drmP.h
include/drm/drm_agpsupport.h