From: Andy Yan <andy.yan@xxxxxxxxxxxxxx> 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 and rename to support more format on rk3588 Andy Yan (3): drm/rockchip: remove unused struct in vop2 drm/rockchip: remove NR_LAYERS macro on vop2 drm/rockchip: fix the plane format defination of rk3568/6 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 6 +-- drivers/gpu/drm/rockchip/rockchip_drm_vop2.h | 3 -- drivers/gpu/drm/rockchip/rockchip_vop2_reg.c | 53 +++++++++++--------- 3 files changed, 31 insertions(+), 31 deletions(-) -- 2.34.1