Skip to content

panfrost: Disable frame throttling

Alyssa Rosenzweig requested to merge alyssa/mesa:throttle into master

The new frame throttling implemention interacts unfortunately with pipelining, leading to fence fds leaking like crazy and ultimately apps crashing quickly.

Fixes: a65e29cc ("gallium: simplify throttle implementation") Signed-off-by: Alyssa Rosenzweig alyssa.rosenzweig@collabora.com

Merge request reports