Re:Re: [PATCH v14 04/13] drm/rockchip: vop2: Merge vop2_cluster/esmart_init function

2025-02-14 Thread Andy Yan
Hi Heiko, At 2025-02-15 06:24:17, "Heiko Stübner" wrote: >Am Mittwoch, 12. Februar 2025, 10:34:59 MEZ schrieb Andy Yan: >> From: Andy Yan >> >> Now these two function share the same logic, the can >> be merged as one. >> >> Signed-off-by: Andy Yan >> --- >> >> (no changes since v1) >> >>

Re: [PATCH v14 04/13] drm/rockchip: vop2: Merge vop2_cluster/esmart_init function

2025-02-14 Thread Heiko Stübner
Am Mittwoch, 12. Februar 2025, 10:34:59 MEZ schrieb Andy Yan: > From: Andy Yan > > Now these two function share the same logic, the can > be merged as one. > > Signed-off-by: Andy Yan > --- > > (no changes since v1) > > drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 42 +--- >

[PATCH v14 04/13] drm/rockchip: vop2: Merge vop2_cluster/esmart_init function

2025-02-12 Thread Andy Yan
From: Andy Yan Now these two function share the same logic, the can be merged as one. Signed-off-by: Andy Yan --- (no changes since v1) drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 42 +--- 1 file changed, 11 insertions(+), 31 deletions(-) diff --git a/drivers/gpu/drm/rock