Re: [PATCH v5 7/9] drm/vs: Add VS Plane API

2024-11-21 Thread Dmitry Baryshkov
On Wed, Nov 20, 2024 at 02:18:46PM +0800, keith zhao wrote: > This commit introduces plane functions and helper functions > for the VS DRM subsystem, enhancing support for managing > display planes and their configurations. > > Signed-off-by: keith zhao > --- > drivers/gpu/drm/verisilicon/Makefi

[PATCH v5 7/9] drm/vs: Add VS Plane API

2024-11-19 Thread keith zhao
This commit introduces plane functions and helper functions for the VS DRM subsystem, enhancing support for managing display planes and their configurations. Signed-off-by: keith zhao --- drivers/gpu/drm/verisilicon/Makefile | 3 +- drivers/gpu/drm/verisilicon/vs_plane.c | 358 ++