Re: [PATCH 3/4] venus: add check to make scm calls

2018-05-22 Thread Jordan Crouse
On Tue, May 22, 2018 at 04:04:51PM +0300, Stanimir Varbanov wrote: > Hi Vikash, > > On 05/17/2018 02:32 PM, Vikash Garodia wrote: > > In order to invoke scm calls, ensure that the platform > > has the required support to invoke the scm calls in > > secure world. This code is in preparation to add

Re: [PATCH 2/4] media: venus: add a routine to reset ARM9

2018-05-17 Thread Jordan Crouse
On Thu, May 17, 2018 at 05:02:18PM +0530, Vikash Garodia wrote: > Add a new routine to reset the ARM9 and brings it > out of reset. This is in preparation to add PIL > functionality in venus driver. > > Signed-off-by: Vikash Garodia > --- >

Re: [PATCH 1/4] soc: qcom: mdt_loader: Add check to make scm calls

2018-05-17 Thread Jordan Crouse
On Thu, May 17, 2018 at 05:02:17PM +0530, Vikash Garodia wrote: > In order to invoke scm calls, ensure that the platform > has the required support to invoke the scm calls in > secure world. > > Signed-off-by: Vikash Garodia > --- > drivers/soc/qcom/mdt_loader.c | 21

Re: [PATCH v8 05/10] media: venus: adding core part and helper functions

2017-05-03 Thread Jordan Crouse
On Tue, May 02, 2017 at 12:17:20PM +0300, Stanimir Varbanov wrote: > Hi, > > On 04/29/2017 11:22 PM, Bjorn Andersson wrote: > > On Fri 28 Apr 15:02 PDT 2017, Jordan Crouse wrote: > > > >> On Fri, Apr 28, 2017 at 12:13:52PM +0300, Stanimir Varbanov wrote: >

Re: [PATCH v8 05/10] media: venus: adding core part and helper functions

2017-04-28 Thread Jordan Crouse
On Fri, Apr 28, 2017 at 12:13:52PM +0300, Stanimir Varbanov wrote: > +int venus_boot(struct device *parent, struct device *fw_dev) > +{ > + const struct firmware *mdt; > + phys_addr_t mem_phys; > + ssize_t fw_size; > + size_t mem_size; > + void *mem_va; > + int ret; > + > +

Re: [Linaro-mm-sig] Buffer sharing proof-of-concept

2011-08-03 Thread Jordan Crouse
On 08/03/2011 03:33 AM, Tom Cooksey wrote: -Original Message- From: linaro-mm-sig-boun...@lists.linaro.org [mailto:linaro-mm-sig- boun...@lists.linaro.org] On Behalf Of Jordan Crouse Sent: 02 August 2011 16:45 To: Marek Szyprowski Cc: linaro-mm-...@lists.linaro.org; Tomasz

Re: [Linaro-mm-sig] Buffer sharing proof-of-concept

2011-08-02 Thread Jordan Crouse
On 08/02/2011 03:48 AM, Marek Szyprowski wrote: Hello Everyone, This patchset introduces the proof-of-concept infrastructure for buffer sharing between multiple devices using file descriptors. The infrastructure has been integrated with V4L2 framework, more specifically videobuf2 and two S5P

Re: [Linaro-mm-sig] [PATCH 02/10] lib: genalloc: Generic allocator improvements

2011-06-14 Thread Jordan Crouse
On 06/10/2011 06:52 AM, Alan Cox wrote: I plan to replace it with lib/bitmap.c bitmap_* based allocator (similar like it it is used by dma_declare_coherent_memory() and friends in drivers/base/dma-coherent.c). We need something really simple for CMA area management. IMHO allocate_resource and

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-14 Thread Jordan Crouse
On 06/14/2011 02:42 PM, Arnd Bergmann wrote: On Tuesday 14 June 2011 20:58:25 Zach Pfeffer wrote: I've seen this split bank allocation in Qualcomm and TI SoCs, with Samsung, that makes 3 major SoC vendors (I would be surprised if Nvidia didn't also need to do this) - so I think some