summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/vpe.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-22[media] media: ti-vpe: vpe: Setup srcdst parameters in start_streamingNikhil Devshatwar1-0/+4
2016-11-22[media] media: ti-vpe: vpe: configure line mode separatelyNikhil Devshatwar1-8/+17
2016-11-22[media] media: ti-vpe: vpdma: Clear IRQs for individual listsNikhil Devshatwar1-1/+1
2016-11-22[media] media: ti-vpe: vpdma: Add support for setting max width heightNikhil Devshatwar1-1/+6
2016-11-22[media] media: ti-vpe: Free vpdma buffers in vpe_releaseHarinarayan Bhatta1-0/+3
2016-11-22[media] media: ti-vpe: vpe: Return NULL for invalid buffer typeNikhil Devshatwar1-1/+1
2016-11-22[media] media: ti-vpe: Increasing max buffer height and widthHarinarayan Bhatta1-2/+2
2016-11-22[media] media: ti-vpe: Add support for SEQ_TB buffersNikhil Devshatwar1-22/+103
2016-11-22[media] media: ti-vpe: vpe: Do not perform job transaction atomicallyNikhil Devshatwar1-16/+16
2016-11-22[media] media: ti-vpe: Use line average de-interlacing for first 2 framesArchit Taneja1-2/+31
2016-11-22[media] media: ti-vpe: vpdma: Add multi-instance and multi-client supportBenoit Parrot1-4/+4
2016-10-21[media] ti-vpe: don't break long linesMauro Carvalho Chehab1-2/+1
2016-09-19[media] platform: constify vb2_ops structuresJulia Lawall1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-16/+4
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-1/+0
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-20/+20
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-1/+1
2015-02-02[media] media: ti-vpe: Use mem-to-mem ioctl helpersPrabhakar Lad1-107/+50
2014-12-22[media] media: ti-vpe: use vb2_ops_wait_prepare/finish helperPrabhakar Lad1-14/+5
2014-10-20media: platform: ti-vpe: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-22[media] v4l: ti-vpe: Remove casting the return value which is a void pointerJingoo Han1-2/+1
2014-09-22[media] v4l: ti-vpe: use c99 initializers in structuresJulia Lawall1-6/+6
2014-09-03[media] ti-vpe: use true/false for boolean varsMauro Carvalho Chehab1-2/+2
2014-08-26[media] enable COMPILE_TEST for ti-vbeMauro Carvalho Chehab1-0/+1
2014-05-23[media] v4l: ti-vpe: Add selection API in VPE driverArchit Taneja1-0/+150
2014-05-23[media] v4l: ti-vpe: Fix some params in VPE data descriptorsArchit Taneja1-6/+12
2014-05-23[media] v4l: ti-vpe: Allow DMABUF buffer type supportArchit Taneja1-2/+2
2014-05-23[media] v4l: ti-vpe: register video device only when firmware is loadedArchit Taneja1-23/+32
2014-04-07[media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffersArchit Taneja1-5/+4
2014-04-07[media] v4l: ti-vpe: Set correct field parameter for output and capture buffersArchit Taneja1-1/+12
2014-04-07[media] v4l: ti-vpe: zero out reserved fields in try_fmtArchit Taneja1-0/+3
2014-04-07[media] v4l: ti-vpe: Fix initial configuration queue dataArchit Taneja1-2/+4
2014-04-07[media] v4l: ti-vpe: Use correct bus_info name for the device in querycapArchit Taneja1-1/+2
2014-04-07[media] v4l: ti-vpe: report correct capabilities in querycapArchit Taneja1-1/+1
2014-04-07[media] v4l: ti-vpe: Allow usage of smaller imagesArchit Taneja1-2/+2
2014-04-07[media] v4l: ti-vpe: Use video_device_release_emptyArchit Taneja1-1/+1
2014-04-07[media] v4l: ti-vpe: Make sure in job_ready that we have the needed number of...Archit Taneja1-0/+3
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus1-0/+2
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-2/+2
2014-01-07[media] v4l: ti-vpe: enable CSC support for VPEArchit Taneja1-23/+72
2014-01-07[media] v4l: ti-vpe: create a color space converter block libraryArchit Taneja1-18/+13
2014-01-07[media] v4l: ti-vpe: enable basic scaler supportArchit Taneja1-5/+19
2014-01-07[media] v4l: ti-vpe: make vpe driver load scaler coefficientsArchit Taneja1-1/+46
2014-01-07[media] v4l: ti-vpe: create a scaler block libraryArchit Taneja1-39/+21
2013-12-10[media] v4l: ti-vpe: make sure VPDMA line stride constraints are metArchit Taneja1-13/+40
2013-12-10[media] v4l: ti-vpe: fix return value check in vpe_probe()Wei Yongjun1-4/+4
2013-12-10[media] v4l: ti-vpe: fix error return code in vpe_probe()Wei Yongjun1-1/+3