Re: vm binding interfaces and parallel with mmap

2022-08-26 Thread Christian König
n Ekstrand *Cc:* Bas Nieuwenhuizen ; Dave Airlie ; dri-devel ; Daniel Vetter ; Brost, Matthew ; Ben Skeggs *Subject:* Re: vm binding interfaces and parallel with mmap Am 24.08.22 um 18:14 schrieb Jason Ekstrand: On Mon, Aug 22, 2022 at 8:27 AM Christian König wrote: [SNIP]

RE: vm binding interfaces and parallel with mmap

2022-08-25 Thread Brost, Matthew
From: Christian König Sent: Thursday, August 25, 2022 6:37 AM To: Jason Ekstrand Cc: Bas Nieuwenhuizen ; Dave Airlie ; dri-devel ; Daniel Vetter ; Brost, Matthew ; Ben Skeggs Subject: Re: vm binding interfaces and parallel with mmap Am 24.08.22 um 18:14 schrieb Jason Ekstrand: On Mon, Aug

Re: vm binding interfaces and parallel with mmap

2022-08-25 Thread Christian König
Am 24.08.22 um 18:14 schrieb Jason Ekstrand: On Mon, Aug 22, 2022 at 8:27 AM Christian König wrote: [SNIP] >> I suppose it also asks the question around paralleling >> >> fd = open() >> ptr = mmap(fd,) >> close(fd) >> the mapping is still valid. >> >> I suppose

Re: vm binding interfaces and parallel with mmap

2022-08-24 Thread Christian König
Am 22.08.22 um 10:34 schrieb Bas Nieuwenhuizen: On Mon, Aug 22, 2022 at 9:28 AM Dave Airlie wrote: On Mon, 22 Aug 2022 at 17:05, Dave Airlie wrote: Hey, I've just been looking at the vm bind type interfaces and wanted to at least document how we think the unmapping API should work. I know

Re: vm binding interfaces and parallel with mmap

2022-08-24 Thread Jason Ekstrand
On Mon, Aug 22, 2022 at 8:27 AM Christian König wrote: > Am 22.08.22 um 10:34 schrieb Bas Nieuwenhuizen: > > On Mon, Aug 22, 2022 at 9:28 AM Dave Airlie wrote: > >> On Mon, 22 Aug 2022 at 17:05, Dave Airlie wrote: > >>> Hey, > >>> > >>> I've just been looking at the vm bind type interfaces and

Re: vm binding interfaces and parallel with mmap

2022-08-22 Thread Bas Nieuwenhuizen
On Mon, Aug 22, 2022 at 9:28 AM Dave Airlie wrote: > > On Mon, 22 Aug 2022 at 17:05, Dave Airlie wrote: > > > > Hey, > > > > I've just been looking at the vm bind type interfaces and wanted to at > > least document how we think the unmapping API should work. I know I've > > talked on irc before

Re: vm binding interfaces and parallel with mmap

2022-08-22 Thread Dave Airlie
On Mon, 22 Aug 2022 at 17:05, Dave Airlie wrote: > > Hey, > > I've just been looking at the vm bind type interfaces and wanted to at > least document how we think the unmapping API should work. I know I've > talked on irc before about this, but wanted to solidify things a bit > more around what

vm binding interfaces and parallel with mmap

2022-08-22 Thread Dave Airlie
Hey, I've just been looking at the vm bind type interfaces and wanted to at least document how we think the unmapping API should work. I know I've talked on irc before about this, but wanted to solidify things a bit more around what is required vs what is a nice to have. My main