[PATCH xserver 1/2] modesetting: Fix reverse prime partial update issues on secondary GPU outputs
Keith Packard
keithp at keithp.com
Fri Sep 16 15:43:31 UTC 2016
Hans de Goede <hdegoede at redhat.com> writes:
> So it looks like we really need glFinish to ensure proper ordering here
> (and I've just deleted the v2 of this patchset with flush with I had
> prepared).
If you need glFinish, then your drivers are broken. glFlush and suitable
fences provides sufficient information to allow for synchronization
between operations without also requiring waiting for the hardware to
finish. It's a difference between getting things into the hardware
queues in the right order and waiting for those hardware queues to
drain.
--
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 800 bytes
Desc: not available
URL: <https://lists.x.org/archives/xorg-devel/attachments/20160916/46706dcb/attachment.sig>
More information about the xorg-devel
mailing list