[Bug 90725] Display chunks with xorg intel driver with Accel & when using swap space

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 31 00:55:36 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90725

--- Comment #21 from Chris Wilson <chris at chris-wilson.co.uk> ---
Oh, the kernel doesn't like setting swizzle unknown:

 /* If we can't handle the swizzling, make it untiled. */
 if (args->swizzle_mode == I915_BIT_6_SWIZZLE_UNKNOWN) {
      args->tiling_mode = I915_TILING_NONE;
      args->swizzle_mode = I915_BIT_6_SWIZZLE_NONE;
       args->stride = 0;
 }

and of course doesn't flag an error to the user. So it is just a broken API.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150531/be2c0124/attachment-0001.html>


More information about the intel-gfx-bugs mailing list