commit | ba8286fab52652e431784d066b075c1bb4933ea1 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 11 07:43:25 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 12 15:28:12 2014 +0200 |
tree | 700d1372b71ae2df393bd1b4b6482eeecc7b00ed | |
parent | 86c1fbd55c6abc72496a45b7cbf1940324983977 [diff] |
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>