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.freedesktop.or

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

2022-07-05 Thread yuji2.ishikawa
ap = 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_buffer(fd_heap, OUTPUT_IMG_ALLOC_SIZE); > > fd_temp

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

2022-06-29 Thread Hans Verkuil
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 >> either the >> public API header

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

2022-05-31 Thread yuji2.ishikawa
TC○EA開) > ; 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.freedesktop.org; > linaro-mm-...@lists.

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

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

2022-04-28 Thread Yuji Ishikawa
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 accelerator common source" and the fourth patch