]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/vc4: Don't force new binner overflow allocation per draw.
authorEric Anholt <eric@anholt.net>
Wed, 3 Aug 2016 00:17:52 +0000 (17:17 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 20 Aug 2016 02:36:22 +0000 (19:36 -0700)
commit67f13690f447841fb3d2f952a6e49b2b28ae379b
treec44fc71e698061361761ca6bf5cd47fc78aacffc
parente941f05d3c1155b5cee65e146324219c6a72be27
drm/vc4: Don't force new binner overflow allocation per draw.

This came from the initial bringup code, which always idled the GPU
and always reset the overflow.  That massively increases the size of
the working set when you're doing lots of small draws, though, as is
common on X desktops or piglit.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_gem.c