panfrost: Revert "Disable frame throttling"

This reverts commit 4fee7b30c0, which was
intended to be a temporary workaround for a leak introduced in
a65e29ccb2 ("gallium: simplify throttle implementation"). However, that
leak was then fixed in 023282a4f6 and we
forgot to revert this hack.

Closes: #2108

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5858>
This commit is contained in:
Alyssa Rosenzweig 2020-07-16 14:07:09 -04:00 committed by Marge Bot
parent 19da8121d6
commit 40b99bb79e

View file

@ -129,9 +129,6 @@ panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param)
/* WIP */
return is_gl3 ? 1 : 0;
/* Throttling frames breaks pipelining */
case PIPE_CAP_THROTTLE:
return 0;
/* ES3 features unsupported on Bifrost */
case PIPE_CAP_OCCLUSION_QUERY: