diff options
author | Rhys Perry <[email protected]> | 2018-10-04 13:40:43 +0100 |
---|---|---|
committer | Rhys Perry <[email protected]> | 2018-10-25 15:25:10 +0100 |
commit | 26ed0f02347e5b6f119ac51b87231dcebd42d546 (patch) | |
tree | 7a514b610cb50f441845ff0cfacbce11295fc62e /src/gallium/drivers/nouveau/nouveau_screen.h | |
parent | d41c3cc01314fd2586ad2392a05647197d04c28d (diff) |
nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+
Gives a +3.89% to +5.27% FPS improvement with Hitman and +2.73% to +2.82%
FPS improvement with Dirt Rally on my GTX 1060.
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_screen.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.h b/src/gallium/drivers/nouveau/nouveau_screen.h index e4fbae99ca4..9273d52c1de 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.h +++ b/src/gallium/drivers/nouveau/nouveau_screen.h @@ -26,6 +26,8 @@ struct nouveau_screen { int refcount; + unsigned transfer_pushbuf_threshold; + unsigned vidmem_bindings; /* PIPE_BIND_* where VRAM placement is desired */ unsigned sysmem_bindings; /* PIPE_BIND_* where GART placement is desired */ unsigned lowmem_bindings; /* PIPE_BIND_* that require an address < 4 GiB */ |