mbox series

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

Message ID 20231013122001.1594009-1-andyshrk@163.com (mailing list archive)
Headers show
Series Some cleanup of vop2 driver | expand

Message

Andy Yan Oct. 13, 2023, 12:20 p.m. UTC
From: Andy Yan <andy.yan@rock-chips.com>

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/rockchip: remove unused struct in vop2
  drm/rockchip: remove NR_LAYERS macro on vop2
  drm/rockchip: fix the plane format defination of rk3568/6
  drm/rockchip: rename windows format for vop2

 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 | 52 +++++++++++---------
 3 files changed, 30 insertions(+), 31 deletions(-)

Comments

Heiko Stuebner Oct. 16, 2023, 2:11 p.m. UTC | #1
On Fri, 13 Oct 2023 20:20:01 +0800, Andy Yan wrote:
> From: Andy Yan <andy.yan@rock-chips.com>
> 
> 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
> 
> [...]

Applied, thanks!

[1/4] drm/rockchip: remove unused struct in vop2
      commit: ac1c11c23fc51c1ba51a3ed586df40ffe6b1de35
[2/4] drm/rockchip: remove NR_LAYERS macro on vop2
      commit: dc00748adcf03d754bf43035c668bc5b20fb6597

So I've picked up the pretty straight-forward patches for now.


Best regards,