Re: [PATCH v4 05/10] drm/vs: add vs mode config init

2024-06-23 Thread Dmitry Baryshkov
On Sun, Jun 23, 2024 at 07:17:01AM GMT, Keith Zhao wrote: > Hi Dmitry: > > > -Original Message- > > From: Dmitry Baryshkov Please drop such headers from your replies. A simple "On 1st of January John Doe wrote" is more than enough. -- With best wishes Dmitry

RE: [PATCH v4 05/10] drm/vs: add vs mode config init

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 05/10] drm/vs: add vs mode config init > > On Tue, May 21, 2024 at 06:58:12PM +0800, keith wrote: >

Re: [PATCH v4 05/10] drm/vs: add vs mode config init

2024-05-21 Thread Dmitry Baryshkov
On Tue, May 21, 2024 at 06:58:12PM +0800, keith wrote: > add vs mode config base api Commit message? Please describe e.g. why are you using drm_atomic_helper_commit_tail_rpm() instead of drm_atomic_helper_commit_tail(). > > Signed-off-by: keith Name > --- > drivers/gpu/drm/verisilicon/Makefi

[PATCH v4 05/10] drm/vs: add vs mode config init

2024-05-20 Thread keith
add vs mode config base api Signed-off-by: keith --- drivers/gpu/drm/verisilicon/Makefile | 3 +- drivers/gpu/drm/verisilicon/vs_modeset.c | 36 drivers/gpu/drm/verisilicon/vs_modeset.h | 10 +++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 1006