All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] drm/rockchip: vop2: add support for the rgb output block
@ 2023-01-24  5:47 ` Michael Riesch
  0 siblings, 0 replies; 52+ messages in thread
From: Michael Riesch @ 2023-01-24  5:47 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel, dri-devel
  Cc: Krzysztof Kozlowski, Sandy Huang, Rob Herring, Michael Riesch,
	Sascha Hauer

Hi all,

This series adds support for the RGB output block that can be found in the
Rockchip Video Output Processor (VOP) 2. Version 2 of this series
incorporates the feedback by Dan Carpenter and Sascha Hauer. Version 3
fixes a dumb mistake pointed out by Sascha :-) Thanks for your comments!

Patches 1-4 clean up the code and make it more general.

Patch 5 activates the support for the RGB output block in the VOP2 driver.

Patch 6 adds pinctrls for the 16-bit and 18-bit RGB data lines.

Tested on a custom board featuring the RK3568 SoC with a 18-bit RGB
display.

Looking forward to your comments!

Best regards,
Michael

Michael Riesch (6):
  drm/rockchip: vop2: initialize possible_crtcs properly
  drm/rockchip: rgb: embed drm_encoder into rockchip_encoder
  drm/rockchip: rgb: add video_port parameter to init function
  drm/rockchip: vop2: use symmetric function pair
    vop2_{create,destroy}_crtcs
  drm/rockchip: vop2: add support for the rgb output block
  arm64: dts: rockchip: add pinctrls for 16-bit/18-bit rgb interface to
    rk356x

 .../boot/dts/rockchip/rk3568-pinctrl.dtsi     | 94 +++++++++++++++++++
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c   |  2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c  | 80 ++++++++++++----
 drivers/gpu/drm/rockchip/rockchip_rgb.c       | 19 ++--
 drivers/gpu/drm/rockchip/rockchip_rgb.h       |  6 +-
 5 files changed, 172 insertions(+), 29 deletions(-)


base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2
-- 
2.30.2


^ permalink raw reply	[flat|nested] 52+ messages in thread

end of thread, other threads:[~2023-03-15  8:36 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24  5:47 [PATCH v3 0/6] drm/rockchip: vop2: add support for the rgb output block Michael Riesch
2023-01-24  5:47 ` Michael Riesch
2023-01-24  5:47 ` Michael Riesch
2023-01-24  5:47 ` Michael Riesch
2023-01-24  5:47 ` [PATCH v3 1/6] drm/rockchip: vop2: initialize possible_crtcs properly Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-03-14 16:08   ` Nathan Chancellor
2023-03-14 16:08     ` Nathan Chancellor
2023-03-14 16:08     ` Nathan Chancellor
2023-03-14 16:08     ` Nathan Chancellor
2023-03-15  8:35     ` Michael Riesch
2023-03-15  8:35       ` Michael Riesch
2023-03-15  8:35       ` Michael Riesch
2023-03-15  8:35       ` Michael Riesch
2023-01-24  5:47 ` [PATCH v3 2/6] drm/rockchip: rgb: embed drm_encoder into rockchip_encoder Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47 ` [PATCH v3 3/6] drm/rockchip: rgb: add video_port parameter to init function Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47 ` [PATCH v3 4/6] drm/rockchip: vop2: use symmetric function pair vop2_{create, destroy}_crtcs Michael Riesch
2023-01-24  5:47   ` [PATCH v3 4/6] drm/rockchip: vop2: use symmetric function pair vop2_{create,destroy}_crtcs Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47 ` [PATCH v3 5/6] drm/rockchip: vop2: add support for the rgb output block Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-27  9:53   ` Michael Riesch
2023-01-27  9:53     ` Michael Riesch
2023-01-27  9:53     ` Michael Riesch
2023-01-27  9:53     ` Michael Riesch
2023-01-24  5:47 ` [PATCH v3 6/6] arm64: dts: rockchip: add pinctrls for 16-bit/18-bit rgb interface to rk356x Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-24  5:47   ` Michael Riesch
2023-01-25  8:29 ` [PATCH v3 0/6] drm/rockchip: vop2: add support for the rgb output block Sascha Hauer
2023-01-25  8:29   ` Sascha Hauer
2023-01-25  8:29   ` Sascha Hauer
2023-01-25  8:29   ` Sascha Hauer
2023-01-29 13:39 ` (subset) " Heiko Stuebner
2023-01-29 13:39   ` Heiko Stuebner
2023-01-29 13:39   ` Heiko Stuebner
2023-01-29 13:39   ` Heiko Stuebner
2023-02-05 14:56 ` Heiko Stuebner
2023-02-05 14:56   ` Heiko Stuebner
2023-02-05 14:56   ` Heiko Stuebner
2023-02-05 14:56   ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.