commit | 235943189db8ce05b888f48a04ded4448eebc408 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Nov 17 11:09:43 2017 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 06 12:47:58 2017 -0500 |
tree | 72ed48bf642a3da0b029c91f8f79a8a60c667245 | |
parent | b98f1b9e5e71b636036cc6c0e1a3b428acd216cb [diff] |
drm/amdgpu: fix VCE buffer placement restrictions v2 Turned out that VCE still has a placement restriction that BOs can't cross a 4GB boundary. Fix this by adding a command submission parser prepass to correctly place the buffers. v2: add function description Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>