mbox series

[v3,0/4] Add more format for vop2 driver

Message ID 20231018094122.2475668-1-andyshrk@163.com (mailing list archive)
Headers show
Series Add more format for vop2 driver | expand

Message

Andy Yan Oct. 18, 2023, 9:41 a.m. UTC
From: Andy Yan <andy.yan@rock-chips.com>


This is a preparation for the upcoming support for rk3588 vop.

Patch 1 make the bpp calculation covery more format
Patch 2 remove formats that are unsupported by cluster windows
Patch 3 add more formats
Patch 4 is a format table rename

And I drop two patches that have applied by Heiko[0]
[0]https://patchwork.kernel.org/project/linux-rockchip/cover/20231013122001.1594009-1-andyshrk@163.com/

Changes in v3:
- add a bpp calculation function
- split patch 
- add format check and convert

Andy Yan (4):
  drm/rockchip: fix vop format bpp calculation
  drm/rockchip: remove the unsupported format of vop2 cluster window
  drm/rockchip: Add more format supported by vop2
  drm/rockchip: rename windows format for vop2

 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 71 +++++++++++++++-----
 drivers/gpu/drm/rockchip/rockchip_vop2_reg.c | 55 ++++++++-------
 2 files changed, 85 insertions(+), 41 deletions(-)

Comments

Sascha Hauer Oct. 24, 2023, 9:48 a.m. UTC | #1
On Wed, Oct 18, 2023 at 05:41:22PM +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 make the bpp calculation covery more format
> Patch 2 remove formats that are unsupported by cluster windows
> Patch 3 add more formats
> Patch 4 is a format table rename
> 
> And I drop two patches that have applied by Heiko[0]
> [0]https://patchwork.kernel.org/project/linux-rockchip/cover/20231013122001.1594009-1-andyshrk@163.com/
> 
> Changes in v3:
> - add a bpp calculation function
> - split patch 
> - add format check and convert
> 
> Andy Yan (4):
>   drm/rockchip: fix vop format bpp calculation
>   drm/rockchip: remove the unsupported format of vop2 cluster window
>   drm/rockchip: Add more format supported by vop2
>   drm/rockchip: rename windows format for vop2

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Sascha
Heiko Stuebner Oct. 24, 2023, 7:48 p.m. UTC | #2
On Wed, 18 Oct 2023 17:41:22 +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 make the bpp calculation covery more format
> Patch 2 remove formats that are unsupported by cluster windows
> Patch 3 add more formats
> Patch 4 is a format table rename
> 
> [...]

Applied, thanks!

[1/4] drm/rockchip: fix vop format bpp calculation
      commit: 45ad07c7053df0b67e13d8deb574920d11651fb2
[2/4] drm/rockchip: remove the unsupported format of vop2 cluster window
      commit: 01d5a75370a60c3a8d691347ae6ebb2a9f8dc44a
[3/4] drm/rockchip: Add more format supported by vop2
      commit: bfd8a5c228fa3bb97884f77529c09e8745da08b9
[4/4] drm/rockchip: rename windows format for vop2
      commit: 215737e37d07ade8952048339e37aec6c6f82223

I've adapted the patch subjects slightly to match the current
  drm/rockchip: vop: ...
  drm/rockchip: vop2: ...
formats.


Best regards,