mbox series

[0/7] media/drm: renesas: Add new pixel formats

Message ID 20221206133954.397098-1-tomi.valkeinen+renesas@ideasonboard.com (mailing list archive)
Headers show
Series media/drm: renesas: Add new pixel formats | expand

Message

Tomi Valkeinen Dec. 6, 2022, 1:39 p.m. UTC
From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

Hi,

These add new pixel formats for Renesas V3U and V4H SoCs.

As the display pipeline is split between DRM and V4L2 components, this
series touches both subsystems. I'm sending all these together to
simplify review. If needed, I can later split this to V4L2 and DRM
parts, of which the V4L2 part needs to be merged first.

 Tomi

Tomi Valkeinen (7):
  media: Add 2-10-10-10 RGB formats
  media: Add Y210, Y212 and Y216 formats
  media: renesas: vsp1: Change V3U to be gen4
  media: renesas: vsp1: Add V4H SoC version
  media: renesas: vsp1: Add new formats (2-10-10-10 ARGB, Y210)
  drm: rcar-du: Bump V3U to gen 4
  drm: rcar-du: Add new formats (2-10-10-10 ARGB, Y210)

 drivers/gpu/drm/rcar-du/rcar_du_drv.c         |  2 +-
 drivers/gpu/drm/rcar-du/rcar_du_kms.c         | 24 +++++++
 drivers/gpu/drm/rcar-du/rcar_du_vsp.c         | 49 ++++++++++++++-
 .../media/platform/renesas/vsp1/vsp1_drv.c    |  4 +-
 .../media/platform/renesas/vsp1/vsp1_hgo.c    |  4 +-
 .../media/platform/renesas/vsp1/vsp1_lif.c    |  1 +
 .../media/platform/renesas/vsp1/vsp1_pipe.c   | 15 +++++
 .../media/platform/renesas/vsp1/vsp1_regs.h   | 25 +++++++-
 .../media/platform/renesas/vsp1/vsp1_rpf.c    | 62 +++++++++++++++++--
 .../media/platform/renesas/vsp1/vsp1_video.c  |  4 +-
 .../media/platform/renesas/vsp1/vsp1_wpf.c    |  4 +-
 drivers/media/v4l2-core/v4l2-ioctl.c          |  6 ++
 include/uapi/linux/videodev2.h                | 11 ++++
 13 files changed, 193 insertions(+), 18 deletions(-)

Comments

Tomi Valkeinen Dec. 6, 2022, 1:47 p.m. UTC | #1
On 06/12/2022 15:39, Tomi Valkeinen wrote:
> From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
> 
> Hi,
> 
> These add new pixel formats for Renesas V3U and V4H SoCs.
> 
> As the display pipeline is split between DRM and V4L2 components, this
> series touches both subsystems. I'm sending all these together to
> simplify review. If needed, I can later split this to V4L2 and DRM
> parts, of which the V4L2 part needs to be merged first.

I forgot to mention: this is based on the "[PATCH v5 0/7] Renesas V4H 
DSI & DP output support" series.

>   Tomi
> 
> Tomi Valkeinen (7):
>    media: Add 2-10-10-10 RGB formats
>    media: Add Y210, Y212 and Y216 formats
>    media: renesas: vsp1: Change V3U to be gen4
>    media: renesas: vsp1: Add V4H SoC version
>    media: renesas: vsp1: Add new formats (2-10-10-10 ARGB, Y210)
>    drm: rcar-du: Bump V3U to gen 4
>    drm: rcar-du: Add new formats (2-10-10-10 ARGB, Y210)
> 
>   drivers/gpu/drm/rcar-du/rcar_du_drv.c         |  2 +-
>   drivers/gpu/drm/rcar-du/rcar_du_kms.c         | 24 +++++++
>   drivers/gpu/drm/rcar-du/rcar_du_vsp.c         | 49 ++++++++++++++-
>   .../media/platform/renesas/vsp1/vsp1_drv.c    |  4 +-
>   .../media/platform/renesas/vsp1/vsp1_hgo.c    |  4 +-
>   .../media/platform/renesas/vsp1/vsp1_lif.c    |  1 +
>   .../media/platform/renesas/vsp1/vsp1_pipe.c   | 15 +++++
>   .../media/platform/renesas/vsp1/vsp1_regs.h   | 25 +++++++-
>   .../media/platform/renesas/vsp1/vsp1_rpf.c    | 62 +++++++++++++++++--
>   .../media/platform/renesas/vsp1/vsp1_video.c  |  4 +-
>   .../media/platform/renesas/vsp1/vsp1_wpf.c    |  4 +-
>   drivers/media/v4l2-core/v4l2-ioctl.c          |  6 ++
>   include/uapi/linux/videodev2.h                | 11 ++++
>   13 files changed, 193 insertions(+), 18 deletions(-)
>