Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 17 Jul 2015 21:14:29 +0000 (14:14 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Tue, 21 Jul 2015 16:56:07 +0000 (09:56 -0700)
commit545dec5b3efeab7691ab3eb1436747048f241cf9
tree0baa9f2c9914f4d5f577b52643140c9b1572f0d3
parentfadf34773527779eef4622b2586d87ec00476c0f
Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"

Commit c9dbdc0 introduced some dead code which is supposed to be used
once we have Yf/Ys tiling working and performing better. Ken reported
the issue that static analysis tool now shows warnings due to the dead
code. To fix these warnings, this patch reverts the changes made in
commit c9dbdc0.

It'll be better to add the Yf/Ys tiling selection code later, when we
are ready to use it.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_tex_layout.c