From: Rob Clark Date: Sun, 3 Jul 2016 15:16:28 +0000 (-0400) Subject: freedreno: fix crash on smaller gpus and higher resolutions X-Git-Tag: upstream/17.1.0~8351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7295428e4183cca1840e7ed02159519734fdab0a;p=platform%2Fupstream%2Fmesa.git freedreno: fix crash on smaller gpus and higher resolutions Devices with smaller GMEM size need more tiles. On db410c at 2048x1152, glmark2 shadow needed ~330 tiles for fullscreen. Lets bump it up to 512. (Maybe with MRT you could end up needing more, but at that point things are probably going to be painfully slow.) Signed-off-by: Rob Clark --- diff --git a/src/gallium/drivers/freedreno/freedreno_context.h b/src/gallium/drivers/freedreno/freedreno_context.h index fe2a94c..438c2e2 100644 --- a/src/gallium/drivers/freedreno/freedreno_context.h +++ b/src/gallium/drivers/freedreno/freedreno_context.h @@ -316,7 +316,7 @@ struct fd_context { */ struct fd_gmem_stateobj gmem; struct fd_vsc_pipe pipe[8]; - struct fd_tile tile[256]; + struct fd_tile tile[512]; /* which state objects need to be re-emit'd: */ enum {