linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] VSP1 Updates
@ 2018-08-31 14:40 Kieran Bingham
  2018-08-31 14:40 ` [PATCH 1/6] media: vsp1: Remove artificial pixel limitation Kieran Bingham
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Kieran Bingham @ 2018-08-31 14:40 UTC (permalink / raw)
  To: Laurent Pinchart, mchehab
  Cc: linux-media, linux-renesas-soc, linux-kernel, Kieran Bingham

An assorted selection of fixes and updates for the VSP1 to improve code
quality and remove incorrect limitations.

The SRU and UDS are capable of larger partitions, as part of the
partition algorithm - but we only document this support for now, as
updating it should be done in consideration with the overlap and phase
corrections necessary.

Kieran Bingham (6):
  media: vsp1: Remove artificial pixel limitation
  media: vsp1: Correct the pitch on multiplanar formats
  media: vsp1: Implement partition algorithm restrictions
  media: vsp1: Document max_width restriction on SRU
  media: vsp1: Document max_width restriction on UDS
  media: vsp1: use periods at the end of comment sentences

 drivers/media/platform/vsp1/vsp1_brx.c    |  4 +--
 drivers/media/platform/vsp1/vsp1_drm.c    | 10 ++++++
 drivers/media/platform/vsp1/vsp1_drv.c    |  6 ++--
 drivers/media/platform/vsp1/vsp1_entity.c |  2 +-
 drivers/media/platform/vsp1/vsp1_rpf.c    |  4 +--
 drivers/media/platform/vsp1/vsp1_sru.c    | 13 ++++++--
 drivers/media/platform/vsp1/vsp1_sru.h    |  1 +
 drivers/media/platform/vsp1/vsp1_uds.c    | 14 +++++++--
 drivers/media/platform/vsp1/vsp1_video.c  | 38 ++++++++++++++++++-----
 drivers/media/platform/vsp1/vsp1_wpf.c    |  2 +-
 include/media/vsp1.h                      |  2 +-
 11 files changed, 73 insertions(+), 23 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2018-09-14 10:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 14:40 [PATCH 0/6] VSP1 Updates Kieran Bingham
2018-08-31 14:40 ` [PATCH 1/6] media: vsp1: Remove artificial pixel limitation Kieran Bingham
2018-09-14 10:23   ` Laurent Pinchart
2018-09-14 10:47     ` Laurent Pinchart
2018-09-14 10:51       ` Kieran Bingham
2018-08-31 14:40 ` [PATCH 2/6] media: vsp1: Correct the pitch on multiplanar formats Kieran Bingham
2018-09-14 10:25   ` Laurent Pinchart
2018-09-14 10:59     ` Kieran Bingham
2018-08-31 14:40 ` [PATCH 3/6] media: vsp1: Implement partition algorithm restrictions Kieran Bingham
2018-09-14 10:38   ` Laurent Pinchart
2018-08-31 14:40 ` [PATCH 4/6] media: vsp1: Document max_width restriction on SRU Kieran Bingham
2018-09-14 10:42   ` Laurent Pinchart
2018-08-31 14:40 ` [PATCH 5/6] media: vsp1: Document max_width restriction on UDS Kieran Bingham
2018-08-31 14:40 ` [PATCH 6/6] media: vsp1: use periods at the end of comment sentences Kieran Bingham
2018-09-14 10:46   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).