freedreno/a5xx: fix page faults on last level
authorRob Clark <robdclark@gmail.com>
Sun, 1 Apr 2018 14:32:36 +0000 (10:32 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 1 Apr 2018 14:50:11 +0000 (10:50 -0400)
commit1866f76f7bc3ec54b4e91eb7d329b2e6f7b6277c
tree4573058e1c3e546d4df551b36c476b506b1c9f76
parentafde9294b54c60212d12292d21dd5a4f067c4e8b
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>
src/gallium/drivers/freedreno/a5xx/fd5_resource.c