commit | 270e869d846af143f60b7404e01e785d18420007 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Sep 02 20:25:48 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 03 14:30:49 2015 -0400 |
tree | 711237ca9c0f6c2f00c2098313c6fea496402a73 | |
parent | 362eda04ba0638af1c41dcc1e594dcbff80346c1 [diff] |
drm/amdgpu: fix buffer placement under memory pressure Some buffers (UVD/VM page tables) must be placed in VRAM, but the byte restriction for moving buffers didn't took this into account. Port of radeon commit 4b09556660bfe1b43d72ca858524c6baf2c6cb1d. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>