Skip to content
Commit f92d7969 authored by Marcin Slusarz's avatar Marcin Slusarz
Browse files

nouveau: add a way to override single pushbuffer memory limits



Currently single pushbuffer can take up to 80% of VRAM and 80% of GART.
As this value seems to be arbitrary (and user may need to set it differently)
this patch adds support for 2 environment variables:
NOUVEAU_LIBDRM_VRAM_LIMIT_PERCENT (default 80)
NOUVEAU_LIBDRM_GART_LIMIT_PERCENT (default 80)
which will let users override pushbuffer VRAM/GART limits.

Signed-off-by: default avatarMarcin Slusarz <marcin.slusarz@gmail.com>
parent 284421a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment