Re: [PATCH 7/9] drm/verisilicon: Add drm plane funcs

2023-07-10 Thread Keith Zhao
On 2023/7/11 0:46, Shengyu Qu wrote: > Hello Keith, >> + >> +static void vs_plane_atomic_update(struct drm_plane *plane, >> +   struct drm_atomic_state *state) >> +{ >> +    struct drm_plane_state *new_state = >> drm_atomic_get_new_plane_state(state, >> +

Re: [PATCH 7/9] drm/verisilicon: Add drm plane funcs

2023-07-10 Thread Shengyu Qu
Hello Keith, + +static void vs_plane_atomic_update(struct drm_plane *plane, + struct drm_atomic_state *state) +{ + struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state, +

Re: [PATCH 7/9] drm/verisilicon: Add drm plane funcs

2023-06-30 Thread Thomas Zimmermann
Am 02.06.23 um 09:40 schrieb Keith Zhao: Implement plane functions for the DRM driver. Signed-off-by: Keith Zhao --- drivers/gpu/drm/verisilicon/Makefile | 3 +- drivers/gpu/drm/verisilicon/vs_plane.c | 440 + drivers/gpu/drm/verisilicon/vs_plane.h | 74 +

[PATCH 7/9] drm/verisilicon: Add drm plane funcs

2023-06-02 Thread Keith Zhao
Implement plane functions for the DRM driver. Signed-off-by: Keith Zhao --- drivers/gpu/drm/verisilicon/Makefile | 3 +- drivers/gpu/drm/verisilicon/vs_plane.c | 440 + drivers/gpu/drm/verisilicon/vs_plane.h | 74 + 3 files changed, 516 insertions(+), 1