drm/radeon: fix AGP userptr handling
authorChristian König <christian.koenig@amd.com>
Wed, 17 Sep 2014 10:00:05 +0000 (04:00 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Sep 2014 22:44:52 +0000 (18:44 -0400)
AGP mappings are not cache coherent, so userptr support
won't work. Additional to that the AGP implementation uses
a different ttm_tt container structure so we run into
problems if we cast the pointer without checking if it's
the right type.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found