RE: [PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver

2022-07-11 Thread yuji2.ishikawa
> ; robh...@kernel.org; iwamatsu > > nobuhiro(岩松 > > 信洋 □SWC◯ACT) ; > > sumit.sem...@linaro.org; christian.koe...@amd.com > > Cc: linux-arm-ker...@lists.infradead.org; > > linux-ker...@vger.kernel.org; linux-me...@vger.kernel.org; > > dri-devel@lists.freedeskt

RE: [PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver

2022-07-05 Thread yuji2.ishikawa
", O_RDWR); > > fd_heap = open("/dev/dma_heap/linux,cma", O_RDWR); > > fd_conf = allocate_buffer(fd_heap, DNN_CONF_BIN_ALLOC_SIZE); > > fd_src = allocate_buffer(fd_heap, INPUT_IMG_ALLOC_SIZE); > > fd_dst = allocate_buff

Re: [PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver

2022-06-29 Thread Hans Verkuil
Can I put it as a comment in a source? Can >> I add a file under Documentation/misc-devices directory? >> >> Start with explaining it by replying to this mail. Without knowing anything >> about >> the hardware, it is difficult to say what the best place is. Usually it is &

RE: [PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver

2022-05-31 Thread yuji2.ishikawa
From: Hans Verkuil > >> Sent: Thursday, May 12, 2022 8:15 PM > >> To: ishikawa yuji(石川 悠司 ○RDC□AITC○EA開) > >> ; Rob Herring ; > >> iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) > >> ; Sumit Semwal > >> ; Christian König > > >> Cc: linux-arm-ker...@lists.infrad

Re: [PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver

2022-05-20 Thread Hans Verkuil
rnel.org; >> linux-me...@vger.kernel.org; dri-devel@lists.freedesktop.org; >> linaro-mm-...@lists.linaro.org >> Subject: Re: [PATCH 0/4] Add Toshiba Visconti DNN image processing >> accelerator driver >> >> Hi Yuji, >> >> On 4/28/22 15:11, Yuji Ishikawa wr

RE: [PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver

2022-05-20 Thread yuji2.ishikawa
@lists.infradead.org; linux-ker...@vger.kernel.org; > linux-me...@vger.kernel.org; dri-devel@lists.freedesktop.org; > linaro-mm-...@lists.linaro.org > Subject: Re: [PATCH 0/4] Add Toshiba Visconti DNN image processing > accelerator driver > > Hi Yuji, > > On 4/28/22 15:

Re: [PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver

2022-05-12 Thread Hans Verkuil
Hi Yuji, On 4/28/22 15:11, Yuji Ishikawa wrote: > This series is the DNN image processing accelerator driver for Toshiba's ARM > SoC, Visconti[0]. > This provides DT binding documentation, device driver, MAINTAINER files. > > The second patch "soc: visconti: Add Toshiba Visconti image processing