commit | 4b09556660bfe1b43d72ca858524c6baf2c6cb1d | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Sat May 10 18:17:09 2014 +0200 |
committer | Christian König <christian.koenig@amd.com> | Tue May 20 14:42:02 2014 +0200 |
tree | b3a1f63178192d7098eafd06042d49b46898eae1 | |
parent | 4906f6891ef987637b766dfaef1c6fc95804253a [diff] |
drm/radeon: fix buffer placement under memory pressure v2 Some buffers (UVD/VM page tables) must be placed in VRAM, but the byte restriction for moving buffers didn't took this into account. v2: keep closer to the original code Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>