All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] VPE improvements
@ 2014-11-29 10:27 Nikhil Devshatwar
  2014-11-29 10:27 ` [PATCH v3 1/4] media: ti-vpe: Use data offset for getting dma_addr for a plane Nikhil Devshatwar
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Nikhil Devshatwar @ 2014-11-29 10:27 UTC (permalink / raw)
  To: linux-media; +Cc: nikhil.nd

This patchset adds following improvements for the ti-vpe driver.
* Support SEQ_TB format for interlaced buffers
	Some of the video decoders generate interlaced content in SEQ_TB format
	Y top, T bottom in one plane and UV top, UV bottom in another
* Improve multi instance latency
	Improve m2m job scheduling in multi instance use cases
	Start processing even if all buffers aren't present
* N frame de-interlace support
	For N input fields, generate N progressive frames

Archit Taneja (1):
  media: ti-vpe: Use line average de-interlacing for first 2 frames

Nikhil Devshatwar (3):
  media: ti-vpe: Use data offset for getting dma_addr for a plane
  media: ti-vpe: Do not perform job transaction atomically
  media: ti-vpe: Add support for SEQ_TB buffers

 drivers/media/platform/ti-vpe/vpe.c |  191 ++++++++++++++++++++++++++++-------
 1 file changed, 154 insertions(+), 37 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-12-02  8:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-29 10:27 [PATCH v3 0/4] VPE improvements Nikhil Devshatwar
2014-11-29 10:27 ` [PATCH v3 1/4] media: ti-vpe: Use data offset for getting dma_addr for a plane Nikhil Devshatwar
2014-12-01 10:48   ` Hans Verkuil
2014-12-01 11:00     ` Devshatwar, Nikhil
2014-12-01 11:04       ` Hans Verkuil
2014-12-01 12:05         ` Devshatwar, Nikhil
2014-11-29 10:27 ` [PATCH v3 2/4] media: ti-vpe: Use line average de-interlacing for first 2 frames Nikhil Devshatwar
2014-11-29 10:27 ` [PATCH v3 3/4] media: ti-vpe: Do not perform job transaction atomically Nikhil Devshatwar
2014-11-29 10:27 ` [PATCH v3 4/4] media: ti-vpe: Add support for SEQ_TB buffers Nikhil Devshatwar
2014-12-01 10:52   ` Hans Verkuil
2014-12-02  8:12     ` Devshatwar, Nikhil

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.