mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 04:00:12 +01:00
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: Marcin Slusarz <marcin.slusarz@gmail.com> |
||
|---|---|---|
| .. | ||
| abi16.c | ||
| bufctx.c | ||
| libdrm_nouveau.pc.in | ||
| Makefile.am | ||
| nouveau.c | ||
| nouveau.h | ||
| private.h | ||
| pushbuf.c | ||