Re: [PATCH v4 06/10] drm/vs: add vs plane api

2024-06-23 Thread Dmitry Baryshkov
On Sun, Jun 23, 2024 at 07:17:07AM GMT, Keith Zhao wrote: > > > > On Tue, May 21, 2024 at 06:58:13PM +0800, keith wrote: > > > add plane funs and helper funs > > > add vs drm common struct and funs > > > > > > Signed-off-by: keith > > > --- > > > drivers/gpu/drm/verisilicon/Makefile | 3 +- >

RE: [PATCH v4 06/10] drm/vs: add vs plane api

2024-06-23 Thread Keith Zhao
> ; Shengyang Chen > ; dri-devel@lists.freedesktop.org; > devicet...@vger.kernel.org; linux-ker...@vger.kernel.org; > linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH v4 06/10] drm/vs: add vs plane api > > On Tue, May 21, 2024 at 06:58:13PM +0800, keith wrote: > > add plan

Re: [PATCH v4 06/10] drm/vs: add vs plane api

2024-05-21 Thread Dmitry Baryshkov
On Tue, May 21, 2024 at 06:58:13PM +0800, keith wrote: > add plane funs and helper funs > add vs drm common struct and funs > > Signed-off-by: keith > --- > drivers/gpu/drm/verisilicon/Makefile | 3 +- > drivers/gpu/drm/verisilicon/vs_drv.h | 93 + > drivers/gpu/drm/verisilicon/vs_pla

Re: [PATCH v4 06/10] drm/vs: add vs plane api

2024-05-21 Thread kernel test robot
ase: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240521105817.3301-7-keith.zhao%40starfivetech.com patch subject: [PATCH v4 06/10] drm/vs: add vs plane api config: m68k-randconfig-r133-20240522 (https://download.01.org/0day-ci/archiv

[PATCH v4 06/10] drm/vs: add vs plane api

2024-05-20 Thread keith
add plane funs and helper funs add vs drm common struct and funs Signed-off-by: keith --- drivers/gpu/drm/verisilicon/Makefile | 3 +- drivers/gpu/drm/verisilicon/vs_drv.h | 93 + drivers/gpu/drm/verisilicon/vs_plane.c | 487 + drivers/gpu/drm/verisilicon/vs_pl