]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Move legacy buffer structures to <drm/drm_legacy.h>
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 11 Sep 2014 05:43:25 +0000 (07:43 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 13:28:12 +0000 (15:28 +0200)
commit9add75b7a9f30b7639c96e341e69515dbbae617a
tree700d1372b71ae2df393bd1b4b6482eeecc7b00ed
parentd1f0ca412e38cff7f5e469b534f565bd27458f37
drm: Move legacy buffer structures to <drm/drm_legacy.h>

A few odd cases:
- mgag200 someho had a totally unused drm_dma_handle_t. Remove it.
- i915 still uses the legacy pci dma alloc api, so grows an include.

Everything else fairly standard.

v2: Include "drm_legacy.h" in drm.ko source files for consistency.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_dma.c
drivers/gpu/drm/drm_info.c
drivers/gpu/drm/drm_pci.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/mgag200/mgag200_drv.h
drivers/gpu/drm/via/via_verifier.c
include/drm/ati_pcigart.h
include/drm/drmP.h
include/drm/drm_legacy.h