mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
panfrost,panvk: Remove broken v4 spilling code
Tells you how much use Mali T720 gets that nobody noticed but Icecream95... Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Reported-by: Icecream95 <ixn@disroot.org> Acked-by: Icecream95 <ixn@disroot.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12027>
This commit is contained in:
parent
b1dbbc3dc1
commit
11cb374a30
1 changed files with 0 additions and 4 deletions
|
|
@ -553,10 +553,6 @@ pan_emit_tls(const struct panfrost_device *dev,
|
|||
unsigned shift =
|
||||
panfrost_get_stack_shift(info->tls.size);
|
||||
|
||||
/* TODO: Why do we need to make the stack bigger than other platforms? */
|
||||
if (dev->quirks & MIDGARD_SFBD)
|
||||
shift = MAX2(shift, 512);
|
||||
|
||||
cfg.tls_size = shift;
|
||||
cfg.tls_base_pointer = info->tls.ptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue