summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe
Commit message (Expand)AuthorAgeFilesLines
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-1/+0
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-20/+20
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] media: ti-vpe: Use mem-to-mem ioctl helpersPrabhakar Lad2015-02-021-107/+50
* [media] media: ti-vpe: use vb2_ops_wait_prepare/finish helperPrabhakar Lad2014-12-221-14/+5
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * media: platform: ti-vpe: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | [media] ti-vpe: fix sparse warningsHans Verkuil2014-11-052-2/+2
* | [media] ti-fpe: LLVMLinux: Remove nested function from ti-vpeBehan Webster2014-10-302-12/+4
|/
* [media] ti-vpe: Fix typecastMauro Carvalho Chehab2014-09-261-1/+1
* [media] v4l: ti-vpe: Remove casting the return value which is a void pointerJingoo Han2014-09-221-2/+1
* [media] v4l: ti-vpe: use c99 initializers in structuresJulia Lawall2014-09-221-6/+6
* [media] ti-vpe: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-2/+2
* [media] enable COMPILE_TEST for ti-vbeMauro Carvalho Chehab2014-08-261-0/+1
* [media] ti-vpe: shut up a casting warning messageMauro Carvalho Chehab2014-08-261-1/+1
* [media] ti-vpe: use %pad for dma addressMauro Carvalho Chehab2014-08-261-1/+1
* [media] v4l: ti-vpe: Rename csc memory resource nameArchit Taneja2014-05-231-1/+1
* [media] v4l: ti-vpe: Add selection API in VPE driverArchit Taneja2014-05-231-0/+150
* [media] v4l: ti-vpe: Fix some params in VPE data descriptorsArchit Taneja2014-05-233-24/+64
* [media] v4l: ti-vpe: Allow DMABUF buffer type supportArchit Taneja2014-05-231-2/+2
* [media] v4l: ti-vpe: register video device only when firmware is loadedArchit Taneja2014-05-233-29/+41
* [media] v4l: ti-vpe: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz2014-05-232-4/+4
* [media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffersArchit Taneja2014-04-071-5/+4
* [media] v4l: ti-vpe: Set correct field parameter for output and capture buffersArchit Taneja2014-04-071-1/+12
* [media] v4l: ti-vpe: zero out reserved fields in try_fmtArchit Taneja2014-04-071-0/+3
* [media] v4l: ti-vpe: Fix initial configuration queue dataArchit Taneja2014-04-071-2/+4
* [media] v4l: ti-vpe: Use correct bus_info name for the device in querycapArchit Taneja2014-04-071-1/+2
* [media] v4l: ti-vpe: report correct capabilities in querycapArchit Taneja2014-04-071-1/+1
* [media] v4l: ti-vpe: Allow usage of smaller imagesArchit Taneja2014-04-071-2/+2
* [media] v4l: ti-vpe: Use video_device_release_emptyArchit Taneja2014-04-071-1/+1
* [media] v4l: ti-vpe: Make sure in job_ready that we have the needed number of...Archit Taneja2014-04-071-0/+3
* [media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus2014-03-051-0/+2
* [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-2/+2
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-3111-306/+2389
|\
| * [media] v4l: ti-vpe: Add a type specifier to describe vpdma data format typeArchit Taneja2014-01-072-2/+41
| * [media] v4l: ti-vpe: enable CSC support for VPEArchit Taneja2014-01-071-23/+72
| * [media] v4l: ti-vpe: Add helper to perform color conversionArchit Taneja2014-01-072-0/+123
| * [media] v4l: ti-vpe: create a color space converter block libraryArchit Taneja2014-01-075-57/+155
| * [media] v4l: ti-vpe: enable basic scaler supportArchit Taneja2014-01-073-11/+149
| * [media] v4l: ti-vpe: make vpe driver load scaler coefficientsArchit Taneja2014-01-071-1/+46
| * [media] v4l: ti-vpe: support loading of scaler coefficientsArchit Taneja2014-01-073-0/+1471
| * [media] v4l: ti-vpe: create a scaler block libraryArchit Taneja2014-01-075-189/+288
| * [media] v4l: ti-vpe: make sure VPDMA line stride constraints are metArchit Taneja2013-12-103-16/+46
| * [media] v4l: ti-vpe: Fix the data_type value for UYVY VPDMA formatArchit Taneja2013-12-101-1/+1
| * [media] v4l: ti-vpe: fix return value check in vpe_probe()Wei Yongjun2013-12-101-4/+4
| * [media] v4l: ti-vpe: fix error return code in vpe_probe()Wei Yongjun2013-12-101-1/+3
| * [media] v4l: ti-vpe: use module_platform_driver to simplify the codeWei Yongjun2013-12-101-12/+1
* | treewide: Fix typos in printkMasanari Iida2013-12-191-2/+2
|/
OpenPOWER on IntegriCloud