Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl

2023-02-23 Thread Christian König
Am 20.02.23 um 17:09 schrieb Rob Clark: On Mon, Feb 20, 2023 at 12:27 AM Christian König wrote: Am 18.02.23 um 22:15 schrieb Rob Clark: From: Rob Clark The initial purpose is for igt tests, but this would also be useful for compositors that wait until close to vblank deadline to make decisio

Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl

2023-02-21 Thread Pekka Paalanen
On Mon, 20 Feb 2023 08:09:04 -0800 Rob Clark wrote: > On Mon, Feb 20, 2023 at 12:27 AM Christian König > wrote: > > > > Am 18.02.23 um 22:15 schrieb Rob Clark: > > > From: Rob Clark > > > > > > The initial purpose is for igt tests, but this would also be useful for > > > compositors that wait

Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl

2023-02-20 Thread Rob Clark
On Mon, Feb 20, 2023 at 12:27 AM Christian König wrote: > > Am 18.02.23 um 22:15 schrieb Rob Clark: > > From: Rob Clark > > > > The initial purpose is for igt tests, but this would also be useful for > > compositors that wait until close to vblank deadline to make decisions > > about which frame

Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl

2023-02-20 Thread Pekka Paalanen
On Sat, 18 Feb 2023 13:15:48 -0800 Rob Clark wrote: > From: Rob Clark > > The initial purpose is for igt tests, but this would also be useful for > compositors that wait until close to vblank deadline to make decisions > about which frame to show. > > The igt tests can be found at: > > https:

Re: [PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl

2023-02-20 Thread Christian König
Am 18.02.23 um 22:15 schrieb Rob Clark: From: Rob Clark The initial purpose is for igt tests, but this would also be useful for compositors that wait until close to vblank deadline to make decisions about which frame to show. The igt tests can be found at: https://gitlab.freedesktop.org/robcl

[PATCH v4 05/14] dma-buf/sync_file: Add SET_DEADLINE ioctl

2023-02-18 Thread Rob Clark
From: Rob Clark The initial purpose is for igt tests, but this would also be useful for compositors that wait until close to vblank deadline to make decisions about which frame to show. The igt tests can be found at: https://gitlab.freedesktop.org/robclark/igt-gpu-tools/-/commits/fence-deadline