Re: [PATCH v5 6/9] drm/vs: Add CRTC Functions

2024-11-21 Thread Dmitry Baryshkov
On Wed, Nov 20, 2024 at 02:18:45PM +0800, keith zhao wrote: > This commit adds CRTC functions and helper functions > to the VS DRM subsystem, > enhancing support for display management and configurations. > > Signed-off-by: keith zhao > --- > drivers/gpu/drm/verisilicon/Makefile | 3 +- > dri

[PATCH v5 6/9] drm/vs: Add CRTC Functions

2024-11-19 Thread keith zhao
This commit adds CRTC functions and helper functions to the VS DRM subsystem, enhancing support for display management and configurations. Signed-off-by: keith zhao --- drivers/gpu/drm/verisilicon/Makefile | 3 +- drivers/gpu/drm/verisilicon/vs_crtc.c | 241 ++ drivers