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
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
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
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