Re: [Mesa-dev] Linux Graphics Next: Userspace submission update

2021-06-14 Thread Christian König
As long as we can figure out who touched to a certain sync object last that would indeed work, yes. Christian. Am 14.06.21 um 19:10 schrieb Marek Olšák: The call to the hw scheduler has a limitation on the size of all parameters combined. I think we can only pass a 32-bit sequence number and

Re: [Mesa-dev] Linux Graphics Next: Userspace submission update

2021-06-14 Thread Marek Olšák
The call to the hw scheduler has a limitation on the size of all parameters combined. I think we can only pass a 32-bit sequence number and a ~16-bit global (per-GPU) syncobj handle in one call and not much else. The syncobj handle can be an element index in a global (per-GPU) syncobj table and it

Re: [Mesa-dev] Intel: ABI for DRM format modifiers with multi-planar images

2021-06-14 Thread Yiwei Zhang
+Chia-I Wu My latest MR there(https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11281) has addressed these though I still only enable the single format to be safe (since that's the only one I can thoroughly test and already verified) On Wed, Jun 9, 2021 at 5:48 PM Chad Versace wrote: >