Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-12 | drm: Move legacy buffer structures to <drm/drm_legacy.h> | Daniel Vetter | |
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> | |||
2014-09-12 | drm: split ati_pcigart.h out of drmP.h | Dave Airlie | |
Just move this into a separate header file, and make the two users use it. Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> |