Re: (subset) [PATCH v2 0/4] Some cleanup of vop2 driver

2023-10-16 Thread Heiko Stuebner
On Fri, 13 Oct 2023 20:20:01 +0800, Andy Yan wrote: > From: Andy Yan > > This is a preparation for the upcoming support for rk3588 vop. > Patch 1 remove unused struct > Patch 2 remove NR_LAYERS macro to support more layers on rk3588 > Patch 3 are plane format fix > Patch 4 is a format rename > >

[PATCH v2 0/4] Some cleanup of vop2 driver

2023-10-13 Thread Andy Yan
From: Andy Yan This is a preparation for the upcoming support for rk3588 vop. Patch 1 remove unused struct Patch 2 remove NR_LAYERS macro to support more layers on rk3588 Patch 3 are plane format fix Patch 4 is a format rename Changes in v2: - split rename to another patch Andy Yan (4): drm/r