commit | 3840a656f61fdc504f1b0c6617f6af800d551efe | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Sep 17 04:00:05 2014 -0600 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 18 18:44:52 2014 -0400 |
tree | ac2c05bcab401670711ad824613294b5cf361162 | |
parent | 8337486a8fda53e5f46b3cb2b4eb3272608348cb [diff] |
drm/radeon: fix AGP userptr handling 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>