Re: pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2017-07-28 Thread andrew-ct chen
Hi linux-firmware maintainers, Sorry, problems with this release firmware. We will release v1.0.6 in a few days. Thanks a lot. Andrew On Thu, 2017-07-20 at 15:59 +0800, Andrew-CT Chen wrote: > Hi linux-firmware maintainers, > > The following changes sin

pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2017-07-20 Thread Andrew-CT Chen
changes up to 0d4ab52ba9be6f619024d7a57b1af05a03daa099: mediatek: update MT8173 VPU firmware to 1.0.5 (2017-07-20 15:27:05 +0800) Andrew-CT Chen (1): mediatek: update MT8173 VPU firmware to 1.0.5 vpu_d.bin | Bin 4082928

pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2017-03-28 Thread Andrew-CT Chen
/linux_fw_vpu_v1.0.4.git vp9_profile for you to fetch changes up to 936f3e98847e89f119b24e0fa50f7028d667c744: mediatek: update MT8173 VPU firmware for unsupported VP9 profiles (2017-03-28 15:21:24 +0800) Andrew-CT Chen (1): mediatek

Re: [PATCH] [media] VPU: mediatek: fix dereference of pdev before checking it is null

2016-11-21 Thread andrew-ct chen
check if pdev is null and only then > deference pdev when initializing vpu. > > Found with static analysis by CoverityScan, CID 1357797 > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> > --- Reviewed-by: Andrew-CT Chen <andrew-ct.c...@mediatek.com&g

pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2016-11-11 Thread Andrew-CT Chen
to fetch changes up to f52fd5b4f156bd1eef672d29abbdc57cf310ac1b: mediatek: update MT8173 VPU firmware for idle state (2016-11-11 19:34:56 +0800) Andrew-CT Chen (1): mediatek: update MT8173 VPU firmware for idle state

Re: [PATCH] [media] VPU: mediatek: fix null pointer dereference on pdev

2016-09-08 Thread andrew-ct chen
On Wed, 2016-09-07 at 18:10 +0100, Colin King wrote: > From: Colin Ian King > > pdev is being null checked, however, prior to that it is being > dereferenced by platform_get_drvdata. Move the assignments of > vpu and run to after the pdev null check to avoid a

pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2016-09-08 Thread Andrew-CT Chen
decoder_mdp for you to fetch changes up to 5b0873b6e750f906fe4244fd173df919c66e1b73: mediatek: Update firmware for decoder and MDP (2016-09-08 18:58:37 +0800) Andrew-CT Chen (1): mediatek: Update firmware for decoder and MDP

Re: [PATCH v3 0/9] Add MT8173 Video Decoder Driver

2016-07-04 Thread andrew-ct chen
On Fri, 2016-07-01 at 14:00 +0200, Hans Verkuil wrote: > On 07/01/2016 01:53 PM, andrew-ct chen wrote: > > On Fri, 2016-07-01 at 12:11 +0200, Hans Verkuil wrote: > >> On 06/16/2016 12:54 PM, Mauro Carvalho Chehab wrote: > >>> Em Tue, 14 Jun 2016 19:08:08 +0

pull request: lunux-firmware: Add Mediatek MT8173 VPU firmware

2016-07-04 Thread Andrew-CT Chen
changes up to 40876d7b3c911161ab71bc84a6e90f257a13cdc4: mediatek: Add mt8173 VPU firmware (2016-07-04 16:26:54 +0800) Andrew-CT Chen (1): mediatek: Add mt8173 VPU firmware WHENCE| 19 +++ vpu_d.bin

Re: [PATCH v3 0/9] Add MT8173 Video Decoder Driver

2016-07-01 Thread andrew-ct chen
On Fri, 2016-07-01 at 12:11 +0200, Hans Verkuil wrote: > On 06/16/2016 12:54 PM, Mauro Carvalho Chehab wrote: > > Em Tue, 14 Jun 2016 19:08:08 +0800 > > tiffany lin escreveu: > > > >> Hi Mauro, > >> > >> > >> On Wed, 2016-06-08 at 07:13 +0900, Hans Verkuil wrote: > >>>

Re: [PATCH] VPU: mediatek: fix platform_no_drv_owner.cocci warnings

2016-04-25 Thread andrew-ct chen
On Fri, 2016-04-22 at 15:08 +0200, Julia Lawall wrote: > Remove .owner field if calls are used which set it automatically > > Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci > > CC: Andrew-CT Chen <andrew-ct.c...@mediatek.com> > Signed-off-by:

Re: [PATCH] VPU: mediatek: fix simple_open.cocci warnings

2016-04-25 Thread andrew-ct chen
On Fri, 2016-04-22 at 15:12 +0200, Julia Lawall wrote: > Remove an open coded simple_open() function > and replace file operations references to the function > with simple_open() instead. > > Generated by: scripts/coccinelle/api/simple_open.cocci > > CC: Andrew

Re: [PATCH v7 2/8] [media] VPU: mediatek: support Mediatek VPU

2016-04-25 Thread andrew-ct chen
On Mon, 2016-04-25 at 09:40 +0200, Hans Verkuil wrote: > On 04/22/2016 06:25 AM, Tiffany Lin wrote: > > From: Andrew-CT Chen <andrew-ct.c...@mediatek.com> > > > > The VPU driver for hw video codec embedded in Mediatek's MT8173 SOCs. > > It is able to handle vide

Re: [RESEND RFC/PATCH 3/8] media: platform: mtk-vpu: Support Mediatek VPU

2015-12-01 Thread andrew-ct chen
On Mon, 2015-11-30 at 15:36 +, Daniel Thompson wrote: > On 30 November 2015 at 11:43, andrew-ct chen > <andrew-ct.c...@mediatek.com> wrote: > > On Fri, 2015-11-27 at 12:21 +, Daniel Thompson wrote: > >> On 27/11/15 12:10, andrew-ct chen wrote: > >> &

Re: [RESEND RFC/PATCH 3/8] media: platform: mtk-vpu: Support Mediatek VPU

2015-11-30 Thread andrew-ct chen
On Fri, 2015-11-27 at 12:21 +, Daniel Thompson wrote: > On 27/11/15 12:10, andrew-ct chen wrote: > >>> + > >>> > >+ memcpy((void *)send_obj->share_buf, buf, len); > >>> > >+ send_obj->len = len; > >>> > >+

Re: [RESEND RFC/PATCH 3/8] media: platform: mtk-vpu: Support Mediatek VPU

2015-11-27 Thread andrew-ct chen
Thanks a lot for your review comments. On Wed, 2015-11-25 at 16:11 +, Daniel Thompson wrote: > On 17/11/15 12:54, Tiffany Lin wrote: > > From: Andrew-CT Chen <andrew-ct.c...@mediatek.com> > > > > The VPU driver for hw video codec embedded in Mediatek's MT8173 SOC

Re: [RESEND RFC/PATCH 1/8] dt-bindings: Add a binding for Mediatek Video Processor Unit

2015-11-18 Thread andrew-ct chen
On Tue, 2015-11-17 at 14:13 +, Mark Rutland wrote: > On Tue, Nov 17, 2015 at 08:54:38PM +0800, Tiffany Lin wrote: > > From: Andrew-CT Chen <andrew-ct.c...@mediatek.com> > > > > Add a DT binding documentation of Video Processor Unit for the > > MT8173 SoC f