commit | 96105e5375892f63cc56fa707a1db0d74abc764d | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Aug 12 12:59:59 2016 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Aug 16 10:44:34 2016 -0400 |
tree | a217f3deefda61d3f50194afc41c9ccc1ab43e0a | |
parent | dc157c6daa317c75058def8f9753909e5224cbec [diff] |
drm/amdgpu: stop splitting PTE commands into smaller ones It doesn't make much sense to create bigger commands first which we then need to split into smaller one again. Just make sure the commands we create aren't to big in the first place. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>