You need to sign in or sign up before continuing.
提交 67f13690 编写于 作者: E Eric Anholt

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: NEric Anholt <eric@anholt.net>
上级 e941f05d
...@@ -419,10 +419,6 @@ vc4_submit_next_bin_job(struct drm_device *dev) ...@@ -419,10 +419,6 @@ vc4_submit_next_bin_job(struct drm_device *dev)
vc4_flush_caches(dev); 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 /* Either put the job in the binner if it uses the binner, or
* immediately move it to the to-be-rendered queue. * immediately move it to the to-be-rendered queue.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册