浏览代码

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>
Eric Anholt 9 年之前
父节点
当前提交
67f13690f4
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      drivers/gpu/drm/vc4/vc4_gem.c

+ 0 - 4
drivers/gpu/drm/vc4/vc4_gem.c

@@ -419,10 +419,6 @@ again:
 
 	vc4_flush_caches(dev);
 
-	/* Disable the binner's pre-loaded overflow memory address */
-	V3D_WRITE(V3D_BPOA, 0);
-	V3D_WRITE(V3D_BPOS, 0);
-
 	/* Either put the job in the binner if it uses the binner, or
 	 * immediately move it to the to-be-rendered queue.
 	 */