commit | 49ecb10e01c68b05dcb73005a54430c15caa05d0 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Mar 31 17:37:00 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Apr 13 11:17:59 2015 -0400 |
tree | c9dc7e1118cfebfd49de26ee60b8849b84d75211 | |
parent | c6a1fc725a847b75be9bd0d1e91d0e1c529ad93f [diff] |
drm/radeon: allow creating overlapping userptrs Similar to the Intel implementation, but instead of just falling back to a global linear list when we have an overlapping userptr request we accumulate all overlapping userptrs in a local list. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>