[Bug 96625] GPU lockup when using r600g VDPAU on powerpc

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 23 08:45:53 UTC 2016


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

--- Comment #7 from Christian König <deathsimple at vodafone.de> ---
Well to answer your question from a technical point of view:

The ring buffers and IBs can be byte swapped by the MC, but in difference to
older generations the hardware does no actively support big endian
architectures any more.

So you need to do all the byte swapping on the driver side before giving the
data to the hardware.

Linux support for big endian architectures are only done best effort. So we can
help develop features and fix bugs, but don't actively spend time on coding
things.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160623/4571f601/attachment-0001.html>


More information about the dri-devel mailing list