[PATCH v22 4/4] media: platform: mtk-mdp3: add Mediatek MDP3 driver

moudy.ho moudy.ho at mediatek.com
Sun Jul 17 23:54:51 PDT 2022


On Thu, 2022-07-14 at 07:51 -0700, Randy Dunlap wrote:
> 	
> 
> On 7/14/22 02:21, Moudy Ho wrote:
> > diff --git a/drivers/media/platform/mediatek/mdp3/Kconfig
> > b/drivers/media/platform/mediatek/mdp3/Kconfig
> > new file mode 100644
> > index 000000000000..6640763c7c5e
> > --- /dev/null
> > +++ b/drivers/media/platform/mediatek/mdp3/Kconfig
> > @@ -0,0 +1,20 @@
> > +# SPDX-License-Identifier: GPL-2.0-only
> > +config VIDEO_MEDIATEK_MDP3
> > +	tristate "Mediatek MDP v3 driver"
> > +	depends on MTK_IOMMU || COMPLIE_TEST
> 
> 	                        COMPILE_TEST
> 
> > +	depends on VIDEO_DEV
> > +	depends on ARCH_MEDIATEK || COMPILE_TEST
> > +	depends on MTK_MMSYS
> > +	depends on HAS_DMA
> > +	select VIDEOBUF2_DMA_CONTIG
> > +	select V4L2_MEM2MEM_DEV
> > +	select VIDEO_MEDIATEK_VPU
> > +	select MTK_CMDQ
> > +	select MTK_SCP
> > +	default n
> > +	help
> > +	    It is a v4l2 driver and present in Mediatek MT8183 SoC.
> > +	    The driver supports for scaling and color space conversion.
> 
> 	  The driver supports scaling and color space conversion.
> 

Hi Randy,

Thanks for pointing out these two. It's being worked on and a new
version will be pushed asap.

Regards,
Moudy
> > +
> > +	    To compile this driver as a module, choose M here: the
> > +	    module will be called mtk-mdp3.
> 
> 




More information about the linux-arm-kernel mailing list