i965: Set tiling on BOs imported with modifiers
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 12 Jan 2018 01:33:36 +0000 (17:33 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 22 Jan 2018 07:07:18 +0000 (23:07 -0800)
commit50485723523d2948a44570ba110f02f726f86a54
treeede5f838aed537a5c5e79fad9db951c8af4e4382
parentb9e7b29705cb17ef7f88d346db823c9b99810249
i965: Set tiling on BOs imported with modifiers

We need this to ensure that GTT maps work on buffers we get from Vulkan
on the off chance that someone does a readpixels or something.  Soon, we
will be removing GTT maps from i965 entirely and this can be reverted.
None the less, it's needed for stable.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: mesa-stable@lists.freedesktop.org
src/mesa/drivers/dri/i965/intel_screen.c