Re: [PATCH 2/2] drm/amdgpu: use GTT for uvd_get_create/destory_msg

2020-12-23 Thread Christian König
Am 21.12.20 um 10:05 schrieb Chen Li: On modern gpus, GTT (system memory) works as well here, and this may also be a workaround for platforms which cannot map vram correctly. Signed-off-by: chenli Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 4 ++-- 1 file

[PATCH 2/2] drm/amdgpu: use GTT for uvd_get_create/destory_msg

2020-12-21 Thread Chen Li
On modern gpus, GTT (system memory) works as well here, and this may also be a workaround for platforms which cannot map vram correctly. Signed-off-by: chenli --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git