Re: [PATCH 1/6] drm: execution context for GEM buffers v7

2023-07-27 Thread Naresh Kamboju
On Sun, 23 Jul 2023 at 03:36, Nathan Chancellor wrote: > > Hi Christian, > > On Tue, Jul 11, 2023 at 03:31:17PM +0200, Christian König wrote: > > This adds the infrastructure for an execution context for GEM buffers > > which is similar to the existing TTMs execbuf util and intended to replace > >

Re: [PATCH 1/6] drm: execution context for GEM buffers v7

2023-07-22 Thread Nathan Chancellor
Hi Christian, On Tue, Jul 11, 2023 at 03:31:17PM +0200, Christian König wrote: > This adds the infrastructure for an execution context for GEM buffers > which is similar to the existing TTMs execbuf util and intended to replace > it in the long term. > > The basic functionality is that we abstrac

[PATCH 1/6] drm: execution context for GEM buffers v7

2023-07-11 Thread Christian König
This adds the infrastructure for an execution context for GEM buffers which is similar to the existing TTMs execbuf util and intended to replace it in the long term. The basic functionality is that we abstracts the necessary loop to lock many different GEM buffers with automated deadlock and dupli