Re: [PATCH v5 5/9] drm/vs: Add Base API for VS Mode Configuration

2024-11-21 Thread Dmitry Baryshkov
On Wed, Nov 20, 2024 at 02:18:44PM +0800, keith zhao wrote: > This commit adds a base API for configuring VS modes, > which will streamline the setup and management of display modes > in the VS DRM subsystem. > > In this implementation, we are using drm_atomic_helper_commit_tail_rpm() > instead of

[PATCH v5 5/9] drm/vs: Add Base API for VS Mode Configuration

2024-11-19 Thread keith zhao
This commit adds a base API for configuring VS modes, which will streamline the setup and management of display modes in the VS DRM subsystem. In this implementation, we are using drm_atomic_helper_commit_tail_rpm() instead of drm_atomic_helper_commit_tail() to ensure that we skip planes related t