RE: [PATCH] drm/amdgpu: increase reserved VRAM size to 8MB

2020-11-25 Thread Chen, Guchun
[AMD Public Use] /* Reserve 4MB VRAM for page tables */ This comment needs to correct to 8MB as well. With this addressed, the patch: Reviewed-by: Guchun Chen Regards, Guchun -Original Message- From: amd-gfx On Behalf Of Likun Gao Sent: Wednesday, November 25, 2020 9:12 PM To: amd-gf

Re: [PATCH] drm/amdgpu: increase reserved VRAM size to 8MB

2020-11-25 Thread Christian König
Am 25.11.20 um 14:12 schrieb Likun Gao: From: Likun Gao 4MB reserved VRAM size which used for page tables was not enough for some condition, increase it to 8MB to reduce page table contention. What's the use case here? 8MB is already pretty extensive, I don't want to run into problems with A

RE: [PATCH] drm/amdgpu: increase reserved VRAM size to 8MB

2020-11-25 Thread Zhang, Hawking
[AMD Public Use] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: Gao, Likun Sent: Wednesday, November 25, 2020 21:12 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Gao, Likun Subject: [PATCH] drm/amdgpu: increase reserved VRAM size to 8MB From: Likun Gao