drm/radeon: add PRIME support (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 10 May 2012 22:33:13 +0000 (18:33 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 23 May 2012 09:47:11 +0000 (10:47 +0100)
This adds prime->fd and fd->prime support to radeon.
It passes the sg object to ttm and then populates
the gart entries using it.

Compile tested only.

v2: stub kmap + use new helpers + add reimporting

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found