All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support
@ 2020-12-07 10:21 Hans Verkuil
  2020-12-07 10:41 ` [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support (#69837) Jenkins
  2020-12-07 12:36 ` Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2020-12-07 10:21 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Laurent Pinchart

This PR merges all except for the final patch of the ti-vpe cal MC series:

https://patchwork.linuxtv.org/project/linux-media/cover/20201206235353.26968-1-laurent.pinchart@ideasonboard.com/

It is very likely that by the time this PR can be merged there will be a v2
of this PR containing the last patch as well, but for now I want to post this
to ensure that at least these patches will be merged.

Regards,

	Hans

The following changes since commit 63288c829b1a5991d8f8c15cab596108ed206ba6:

  media: pixfmt-compressed.rst: fix 'bullet' formatting (2020-12-03 12:27:34 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.12a

for you to fetch changes up to e385a8f247331d5a1fd1cbe51ef8032106445f66:

  media: ti-vpe: cal: Simplify the context API (2020-12-07 10:50:08 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Laurent Pinchart (23):
      media: ti-vpe: cal: Create subdev for CAMERARX
      media: ti-vpe: cal: Drop cal_ctx m_fmt field
      media: ti-vpe: cal: Move format handling to cal.c and expose helpers
      media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefix
      media: ti-vpe: cal: Replace hardcoded BIT() value with macro
      media: ti-vpe: cal: Iterate over correct number of CAMERARX instances
      media: ti-vpe: cal: Implement subdev ops for CAMERARX
      media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device code
      media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()
      media: ti-vpe: cal: Rename struct cal_fmt to cal_format_info
      media: ti-vpe: cal: Refactor interrupt enable/disable
      media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()
      media: ti-vpe: cal: Stop write DMA without disabling PPI
      media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping stream
      media: ti-vpe: cal: Share buffer release code between start and stop
      media: ti-vpe: cal: Drop V4L2_CAP_READWRITE
      media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()
      media: ti-vpe: cal: Remove DMA queue empty check at start streaming time
      media: ti-vpe: cal: Use list_first_entry()
      media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueue
      media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending buffer
      media: ti-vpe: cal: Store buffer DMA address in dma_addr_t
      media: ti-vpe: cal: Simplify the context API

 drivers/media/platform/ti-vpe/cal-camerarx.c | 373 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
 drivers/media/platform/ti-vpe/cal-video.c    | 394 ++++++++++++++++++++++++-----------------------------------------------
 drivers/media/platform/ti-vpe/cal.c          | 385 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
 drivers/media/platform/ti-vpe/cal.h          | 103 +++++++++++++------
 4 files changed, 809 insertions(+), 446 deletions(-)

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

* Re: [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support (#69837)
  2020-12-07 10:21 [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support Hans Verkuil
@ 2020-12-07 10:41 ` Jenkins
  2020-12-07 12:36 ` Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-07 10:41 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/b5f50e63-0c79-d613-fc8b-c3a529dcd446@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/80275/
Build time: 00:10:17
Link: https://lore.kernel.org/linux-media/b5f50e63-0c79-d613-fc8b-c3a529dcd446@xs4all.nl

gpg: Signature made Mon 07 Dec 2020 10:13:34 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: got 0/23 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:


Error #512 when building PDF docs


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

* Re: [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support (#69837)
  2020-12-07 10:21 [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support Hans Verkuil
  2020-12-07 10:41 ` [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support (#69837) Jenkins
@ 2020-12-07 12:36 ` Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-07 12:36 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/b5f50e63-0c79-d613-fc8b-c3a529dcd446@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/80283/
Build time: 00:10:38
Link: https://lore.kernel.org/linux-media/b5f50e63-0c79-d613-fc8b-c3a529dcd446@xs4all.nl

gpg: Signature made Mon 07 Dec 2020 10:13:34 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: no issues. All 23 looked fine.

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

end of thread, other threads:[~2020-12-07 12:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 10:21 [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support Hans Verkuil
2020-12-07 10:41 ` [GIT PULL FOR v5.12] ti-vpe: cal: prepare for adding MC support (#69837) Jenkins
2020-12-07 12:36 ` Jenkins

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.