commit | b582a4e910cec834944e71809d08e100e113aaf1 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Sun Apr 01 10:32:36 2018 -0400 |
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | Thu Apr 12 21:49:28 2018 +0200 |
tree | 84c3ecc5a160c0eb9cc3dc2677b15aec04f4cb9e | |
parent | ab520c95bd4fca8e4e79f301ceb4884058b636d6 [diff] |
freedreno/a5xx: fix page faults on last level We could alternatively fall back to using "old style" draw's for mem<->gmem (ie. what <= a4xx do) when height is not aligned to 32, but that is somewhat more work (and not really something that could be applied to stable) Cc: "18.0" <mesa-stable@lists.freedesktop.org> Signed-off-by: Rob Clark <robdclark@gmail.com> (cherry picked from commit 1866f76f7bc3ec54b4e91eb7d329b2e6f7b6277c)