Skip to content

anv+iris+i965: handle platforms without a HW detiler

Eric Engestrom requested to merge eric/mesa:intel-get_tiling into master

Platforms without a HW detiler don't support the get_tiling ioctl.

In these cases, let's just return I915_TILING_NONE/I915_BIT_6_SWIZZLE_NONE.

Inspired by @ideak's https://patchwork.kernel.org/patch/11342579/

Edited by Eric Engestrom

Merge request reports