Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-12 Thread Sandeep Patil
On Tue, Nov 05, 2019 at 11:47:53AM -0800, John Stultz wrote: > On Tue, Nov 5, 2019 at 11:19 AM Daniel Vetter wrote: > > On Tue, Nov 5, 2019 at 6:41 PM John Stultz wrote: > > > On Tue, Nov 5, 2019 at 1:43 AM Daniel Vetter wrote: > > > > > > > > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stult

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-12 Thread Sandeep Patil
On Tue, Nov 05, 2019 at 09:41:44AM -0800, John Stultz wrote: > On Tue, Nov 5, 2019 at 1:43 AM Daniel Vetter wrote: > > > > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote: > > > On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: > > > > On Fri, Oct 25, 2019 at 11:48:32PM +, John

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-05 Thread Daniel Vetter
On Tue, Nov 5, 2019 at 8:48 PM John Stultz wrote: > > On Tue, Nov 5, 2019 at 11:19 AM Daniel Vetter wrote: > > On Tue, Nov 5, 2019 at 6:41 PM John Stultz wrote: > > > On Tue, Nov 5, 2019 at 1:43 AM Daniel Vetter wrote: > > > > > > > > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote:

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-05 Thread John Stultz
On Tue, Nov 5, 2019 at 11:19 AM Daniel Vetter wrote: > On Tue, Nov 5, 2019 at 6:41 PM John Stultz wrote: > > On Tue, Nov 5, 2019 at 1:43 AM Daniel Vetter wrote: > > > > > > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote: > > > > On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: >

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-05 Thread Daniel Vetter
On Tue, Nov 5, 2019 at 6:41 PM John Stultz wrote: > > On Tue, Nov 5, 2019 at 1:43 AM Daniel Vetter wrote: > > > > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote: > > > On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: > > > > On Fri, Oct 25, 2019 at 11:48:32PM +, John Stultz w

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-05 Thread John Stultz
On Tue, Nov 5, 2019 at 1:43 AM Daniel Vetter wrote: > > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote: > > On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: > > > On Fri, Oct 25, 2019 at 11:48:32PM +, John Stultz wrote: > > So even if the heaps are configured via DT (which at

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-05 Thread Daniel Vetter
On Tue, Nov 5, 2019 at 2:30 PM Andrew F. Davis wrote: > > On 11/5/19 4:42 AM, Daniel Vetter wrote: > > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote: > >> On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: > >>> On Fri, Oct 25, 2019 at 11:48:32PM +, John Stultz wrote: > No

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-05 Thread Andrew F. Davis
On 11/5/19 4:42 AM, Daniel Vetter wrote: > On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote: >> On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: >>> On Fri, Oct 25, 2019 at 11:48:32PM +, John Stultz wrote: Now that the DMA BUF heaps core code has been queued, I wanted t

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-05 Thread Daniel Vetter
On Mon, Nov 04, 2019 at 10:57:44AM -0800, John Stultz wrote: > On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: > > On Fri, Oct 25, 2019 at 11:48:32PM +, John Stultz wrote: > > > Now that the DMA BUF heaps core code has been queued, I wanted > > > to send out some of the pending changes tha

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-04 Thread John Stultz
On Mon, Nov 4, 2019 at 1:58 AM Daniel Vetter wrote: > On Fri, Oct 25, 2019 at 11:48:32PM +, John Stultz wrote: > > Now that the DMA BUF heaps core code has been queued, I wanted > > to send out some of the pending changes that I've been working > > on. > > > > For use with Android and their GK

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-04 Thread Daniel Vetter
On Fri, Oct 25, 2019 at 11:48:32PM +, John Stultz wrote: > Now that the DMA BUF heaps core code has been queued, I wanted > to send out some of the pending changes that I've been working > on. > > For use with Android and their GKI effort, it is desired that > DMA BUF heaps are able to be load

[RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-10-25 Thread John Stultz
Now that the DMA BUF heaps core code has been queued, I wanted to send out some of the pending changes that I've been working on. For use with Android and their GKI effort, it is desired that DMA BUF heaps are able to be loaded as modules. This is required for migrating vendors off of ION which wa