Re: [PATCH] drm/amdgpu: Allow buffers that don't fit GTT into VRAM

2025-03-15 Thread Christian König
Am 10.03.25 um 18:29 schrieb Natalie Vock: > On 07.03.25 09:39, Christian König wrote: >> Am 06.03.25 um 18:01 schrieb Natalie Vock: >>> When userspace requests buffers to be placed into GTT | VRAM, it is >>> requesting the buffer to be placed into either of these domains. If the >>> buffer fits in

Re: [PATCH] drm/amdgpu: Allow buffers that don't fit GTT into VRAM

2025-03-11 Thread Natalie Vock
On 07.03.25 09:39, Christian König wrote: Am 06.03.25 um 18:01 schrieb Natalie Vock: When userspace requests buffers to be placed into GTT | VRAM, it is requesting the buffer to be placed into either of these domains. If the buffer fits into VRAM but does not fit into GTT, then let the buffer re

[PATCH] drm/amdgpu: Allow buffers that don't fit GTT into VRAM

2025-03-07 Thread Natalie Vock
When userspace requests buffers to be placed into GTT | VRAM, it is requesting the buffer to be placed into either of these domains. If the buffer fits into VRAM but does not fit into GTT, then let the buffer reside in VRAM instead of failing allocation entirely. Reported-by: Ivan Avdeev <1...@pro

Re: [PATCH] drm/amdgpu: Allow buffers that don't fit GTT into VRAM

2025-03-07 Thread Christian König
Am 06.03.25 um 18:01 schrieb Natalie Vock: > When userspace requests buffers to be placed into GTT | VRAM, it is > requesting the buffer to be placed into either of these domains. If the > buffer fits into VRAM but does not fit into GTT, then let the buffer > reside in VRAM instead of failing alloc