index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[media] media/platform: convert drivers to use the new vb2_queue dev field
Hans Verkuil
2016-07-08
2
-30
/
+5
*
[media] media: ti-vpe: cal: Fix warning: variable dereference before being ch...
Benoit Parrot
2016-02-23
1
-18
/
+11
*
[media] media: ti-vpe: cal: Fix unreachable code in enum_frame_interval
Benoit Parrot
2016-02-23
1
-29
/
+12
*
[media] media: ti-vpe: cal: Fix syntax check warnings
Benoit Parrot
2016-02-19
1
-8
/
+9
*
[media] media: ti-vpe: Add CAL v4l2 camera capture driver
Benoit Parrot
2016-02-01
3
-0
/
+2453
*
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
2015-12-18
1
-1
/
+1
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
1
-1
/
+0
*
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
2015-10-20
1
-1
/
+1
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
1
-20
/
+20
*
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
2015-10-01
1
-1
/
+1
*
[media] media: ti-vpe: Use mem-to-mem ioctl helpers
Prabhakar Lad
2015-02-02
1
-107
/
+50
*
[media] media: ti-vpe: use vb2_ops_wait_prepare/finish helper
Prabhakar Lad
2014-12-22
1
-14
/
+5
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
media: platform: ti-vpe: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
[media] ti-vpe: fix sparse warnings
Hans Verkuil
2014-11-05
2
-2
/
+2
*
|
[media] ti-fpe: LLVMLinux: Remove nested function from ti-vpe
Behan Webster
2014-10-30
2
-12
/
+4
|
/
*
[media] ti-vpe: Fix typecast
Mauro Carvalho Chehab
2014-09-26
1
-1
/
+1
*
[media] v4l: ti-vpe: Remove casting the return value which is a void pointer
Jingoo Han
2014-09-22
1
-2
/
+1
*
[media] v4l: ti-vpe: use c99 initializers in structures
Julia Lawall
2014-09-22
1
-6
/
+6
*
[media] ti-vpe: use true/false for boolean vars
Mauro Carvalho Chehab
2014-09-03
1
-2
/
+2
*
[media] enable COMPILE_TEST for ti-vbe
Mauro Carvalho Chehab
2014-08-26
1
-0
/
+1
*
[media] ti-vpe: shut up a casting warning message
Mauro Carvalho Chehab
2014-08-26
1
-1
/
+1
*
[media] ti-vpe: use %pad for dma address
Mauro Carvalho Chehab
2014-08-26
1
-1
/
+1
*
[media] v4l: ti-vpe: Rename csc memory resource name
Archit Taneja
2014-05-23
1
-1
/
+1
*
[media] v4l: ti-vpe: Add selection API in VPE driver
Archit Taneja
2014-05-23
1
-0
/
+150
*
[media] v4l: ti-vpe: Fix some params in VPE data descriptors
Archit Taneja
2014-05-23
3
-24
/
+64
*
[media] v4l: ti-vpe: Allow DMABUF buffer type support
Archit Taneja
2014-05-23
1
-2
/
+2
*
[media] v4l: ti-vpe: register video device only when firmware is loaded
Archit Taneja
2014-05-23
3
-29
/
+41
*
[media] v4l: ti-vpe: fix devm_ioremap_resource() return value checking
Bartlomiej Zolnierkiewicz
2014-05-23
2
-4
/
+4
*
[media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffers
Archit Taneja
2014-04-07
1
-5
/
+4
*
[media] v4l: ti-vpe: Set correct field parameter for output and capture buffers
Archit Taneja
2014-04-07
1
-1
/
+12
*
[media] v4l: ti-vpe: zero out reserved fields in try_fmt
Archit Taneja
2014-04-07
1
-0
/
+3
*
[media] v4l: ti-vpe: Fix initial configuration queue data
Archit Taneja
2014-04-07
1
-2
/
+4
*
[media] v4l: ti-vpe: Use correct bus_info name for the device in querycap
Archit Taneja
2014-04-07
1
-1
/
+2
*
[media] v4l: ti-vpe: report correct capabilities in querycap
Archit Taneja
2014-04-07
1
-1
/
+1
*
[media] v4l: ti-vpe: Allow usage of smaller images
Archit Taneja
2014-04-07
1
-2
/
+2
*
[media] v4l: ti-vpe: Use video_device_release_empty
Archit Taneja
2014-04-07
1
-1
/
+1
*
[media] v4l: ti-vpe: Make sure in job_ready that we have the needed number of...
Archit Taneja
2014-04-07
1
-0
/
+3
*
[media] v4l: Copy timestamp source flags to destination on m2m devices
Sakari Ailus
2014-03-05
1
-0
/
+2
*
[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
Sakari Ailus
2014-03-05
1
-2
/
+2
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-01-31
11
-306
/
+2389
|
\
|
*
[media] v4l: ti-vpe: Add a type specifier to describe vpdma data format type
Archit Taneja
2014-01-07
2
-2
/
+41
|
*
[media] v4l: ti-vpe: enable CSC support for VPE
Archit Taneja
2014-01-07
1
-23
/
+72
|
*
[media] v4l: ti-vpe: Add helper to perform color conversion
Archit Taneja
2014-01-07
2
-0
/
+123
|
*
[media] v4l: ti-vpe: create a color space converter block library
Archit Taneja
2014-01-07
5
-57
/
+155
|
*
[media] v4l: ti-vpe: enable basic scaler support
Archit Taneja
2014-01-07
3
-11
/
+149
|
*
[media] v4l: ti-vpe: make vpe driver load scaler coefficients
Archit Taneja
2014-01-07
1
-1
/
+46
|
*
[media] v4l: ti-vpe: support loading of scaler coefficients
Archit Taneja
2014-01-07
3
-0
/
+1471
|
*
[media] v4l: ti-vpe: create a scaler block library
Archit Taneja
2014-01-07
5
-189
/
+288
|
*
[media] v4l: ti-vpe: make sure VPDMA line stride constraints are met
Archit Taneja
2013-12-10
3
-16
/
+46
[prev]
[next]