index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-06
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
1
-7
/
+8
2017-03-03
[media] media: ti-vpe: vpe: allow use of user specified stride
Benoit Parrot
1
-8
/
+20
2017-03-03
[media] media: ti-vpe: vpdma: add support for user specified stride
Benoit Parrot
3
-15
/
+11
2017-02-03
[media] media: ti-vpe: vpdma: fix a timeout loop
Dan Carpenter
1
-1
/
+1
2016-11-22
[media] ti-vpe: get rid of some smatch warnings
Mauro Carvalho Chehab
1
-3
/
+15
2016-11-22
[media] vpdma: remove vpdma_enable_list_notify_irq()
Mauro Carvalho Chehab
1
-16
/
+0
2016-11-22
[media] media: ti-vpe: vpe: Add proper support single and multi-plane buffer
Benoit Parrot
1
-10
/
+48
2016-11-22
[media] media: ti-vpe: csc: Add debug support for multi-instance
Benoit Parrot
1
-0
/
+2
2016-11-22
[media] media: ti-vpe: Make colorspace converter library into its own module
Benoit Parrot
4
-6
/
+18
2016-11-22
[media] media: ti-vpe: vpdma: Add RAW8 and RAW16 data types
Benoit Parrot
2
-0
/
+29
2016-11-22
[media] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacity
Benoit Parrot
2
-17
/
+60
2016-11-22
[media] media: ti-vpe: scaler: Add debug support for multi-instance
Benoit Parrot
1
-0
/
+2
2016-11-22
[media] media: ti-vpe: Make scaler library into its own module
Benoit Parrot
4
-6
/
+19
2016-11-22
[media] media: ti-vpe: vpe: Enable DMABUF export
Benoit Parrot
1
-0
/
+1
2016-11-22
[media] media: ti-vpe: vpe: Fix line stride for output motion vector
Nikhil Devshatwar
1
-0
/
+1
2016-11-22
[media] media: ti-vpe: vpdma: Use bidirectional cached buffers
Nikhil Devshatwar
1
-2
/
+3
2016-11-22
[media] media: ti-vpe: vpdma: Fix race condition for firmware loading
Nikhil Devshatwar
3
-17
/
+10
2016-11-22
[media] media: ti-vpe: vpe: Fix vb2 buffer cleanup
Benoit Parrot
1
-2
/
+60
2016-11-22
[media] media: ti-vpe: sc: Fix incorrect optimization
Nikhil Devshatwar
2
-12
/
+0
2016-11-22
[media] media: ti-vpe: vpdma: RGB data type yield inverted data
Benoit Parrot
1
-20
/
+29
2016-11-22
[media] media: ti-vpe: vpdma: Corrected YUV422 data type label
Benoit Parrot
4
-13
/
+38
2016-11-22
[media] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
Benoit Parrot
1
-0
/
+1
2016-11-22
[media] media: ti-vpe: vpdma: allocate and maintain hwlist
Nikhil Devshatwar
2
-0
/
+53
2016-11-22
[media] media: ti-vpe: vpe: Add RGB565 and RGB5551 support
Nikhil Devshatwar
1
-2
/
+20
2016-11-22
[media] media: ti-vpe: vpe: Post next descriptor only for list complete IRQ
Nikhil Devshatwar
1
-0
/
+9
2016-11-22
[media] media: ti-vpe: vpe: Setup srcdst parameters in start_streaming
Nikhil Devshatwar
1
-0
/
+4
2016-11-22
[media] media: ti-vpe: vpe: configure line mode separately
Nikhil Devshatwar
1
-8
/
+17
2016-11-22
[media] media: ti-vpe: vpdma: Clear IRQs for individual lists
Nikhil Devshatwar
3
-5
/
+6
2016-11-22
[media] media: ti-vpe: vpdma: Make list post atomic operation
Nikhil Devshatwar
2
-0
/
+5
2016-11-22
[media] media: ti-vpe: vpdma: Add abort channel desc and cleanup APIs
Nikhil Devshatwar
2
-0
/
+81
2016-11-22
[media] media: ti-vpe: vpdma: Add support for setting max width height
Nikhil Devshatwar
4
-44
/
+62
2016-11-22
[media] media: ti-vpe: Free vpdma buffers in vpe_release
Harinarayan Bhatta
1
-0
/
+3
2016-11-22
[media] media: ti-vpe: vpe: Return NULL for invalid buffer type
Nikhil Devshatwar
1
-1
/
+1
2016-11-22
[media] media: ti-vpe: Increasing max buffer height and width
Harinarayan Bhatta
1
-2
/
+2
2016-11-22
[media] media: ti-vpe: Add support for SEQ_TB buffers
Nikhil Devshatwar
1
-22
/
+103
2016-11-22
[media] media: ti-vpe: vpe: Do not perform job transaction atomically
Nikhil Devshatwar
1
-16
/
+16
2016-11-22
[media] media: ti-vpe: Use line average de-interlacing for first 2 frames
Archit Taneja
1
-2
/
+31
2016-11-22
[media] media: ti-vpe: vpdma: Fix bus error when vpdma is writing a descriptor
Benoit Parrot
1
-2
/
+3
2016-11-22
[media] media: ti-vpe: vpdma: Add helper to set a background color
Benoit Parrot
2
-1
/
+12
2016-11-22
[media] media: ti-vpe: vpdma: Add multi-instance and multi-client support
Benoit Parrot
4
-24
/
+128
2016-11-22
[media] media: ti-vpe: vpdma: Make vpdma library into its own module
Benoit Parrot
2
-2
/
+30
2016-11-18
[media] media: platform: ti-vpe: call of_node_put on non-null pointer
Peter Chen
1
-4
/
+4
2016-11-16
[media] squash lines for simple wrapper functions
Masahiro Yamada
1
-5
/
+1
2016-10-21
[media] ti-vpe: don't break long lines
Mauro Carvalho Chehab
2
-14
/
+11
2016-09-19
[media] platform: constify vb2_ops structures
Julia Lawall
2
-2
/
+2
2016-07-08
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2
-2
/
+2
2016-07-08
[media] media/platform: convert drivers to use the new vb2_queue dev field
Hans Verkuil
2
-30
/
+5
2016-02-23
[media] media: ti-vpe: cal: Fix warning: variable dereference before being ch...
Benoit Parrot
1
-18
/
+11
2016-02-23
[media] media: ti-vpe: cal: Fix unreachable code in enum_frame_interval
Benoit Parrot
1
-29
/
+12
2016-02-19
[media] media: ti-vpe: cal: Fix syntax check warnings
Benoit Parrot
1
-8
/
+9
[next]