summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)AuthorFilesLines
2014-07-17[media] v4l: vsp1: uds: Fix scaling of alpha layerLaurent Pinchart5-35/+122
2014-07-17[media] v4l: vsp1: bru: Make the background color configurableLaurent Pinchart2-5/+49
2014-07-17[media] v4l: vsp1: bru: Support non-premultiplied colors at the BRU outputLaurent Pinchart1-2/+9
2014-07-17[media] v4l: vsp1: bru: Support premultiplied alpha at the BRU inputsLaurent Pinchart3-28/+50
2014-07-17[media] v4l: vsp1: Add V4L2_CID_ALPHA_COMPONENT control supportLaurent Pinchart3-4/+104
2014-07-17[media] v4l: vsp1: Add alpha channel support to the memory portsLaurent Pinchart4-20/+41
2014-07-17[media] v4l: vsp1: Switch to XRGB formatsLaurent Pinchart1-4/+22
2014-07-17[media] v4l: vsp1: wpf: Clear RPF to WPF association at stream off timeLaurent Pinchart1-0/+1
2014-07-17[media] v4l: vsp1: wpf: Simplify cast to pipeline structureLaurent Pinchart1-2/+1
2014-07-17[media] v4l: vsp1: sru: Make the intensity controllable during streamingLaurent Pinchart3-43/+61
2014-07-17[media] v4l: vsp1: sru: Fix the intensity control default valueLaurent Pinchart1-1/+11
2014-07-17[media] v4l: vsp1: Setup control handler automatically at stream on timeLaurent Pinchart2-0/+46
2014-07-17[media] v4l: vsp1: Propagate vsp1_device_get errors to the callersLaurent Pinchart3-13/+9
2014-07-17[media] v4l: vsp1: Cleanup video nodes at removal timeLaurent Pinchart4-12/+18
2014-07-17[media] v4l: vsp1: Fix typosLaurent Pinchart3-10/+10
2014-07-17[media] v4l: vsp1: Fix pipeline stop timeoutLaurent Pinchart1-3/+7
2014-07-17[media] v4l: vsp1: Release buffers at stream stopLaurent Pinchart1-0/+3
2014-07-17[media] v4l: vsp1: Fix routing cleanup when stopping the streamLaurent Pinchart1-1/+1
2014-06-17[media] v4l: vsp1: Remove the unneeded vsp1_video_buffer video fieldLaurent Pinchart2-3/+0
2014-04-23[media] v4l: vsp1: Add DT supportLaurent Pinchart1-8/+44
2014-04-23[media] v4l: vsp1: Add BRU supportLaurent Pinchart13-5/+586
2014-04-23[media] v4l: vsp1: Support multi-input entitiesLaurent Pinchart10-43/+54
2014-04-23[media] v4l: vsp1: uds: Enable scaling of alpha layerLaurent Pinchart1-2/+1
2014-04-23[media] v4l: vsp1: Remove unexisting rt clocksLaurent Pinchart2-36/+5
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-3/+1
2014-03-12[media] v4l: vsp1: Update copyright noticeLaurent Pinchart14-14/+14
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-1/+1
2013-12-13Merge branch 'upstream-fixes' into patchworkMauro Carvalho Chehab1-1/+3
2013-12-11[media] v4l: vsp1: Add LUT supportLaurent Pinchart8-2/+308
2013-12-11[media] v4l: vsp1: Add SRU supportLaurent Pinchart8-1/+430
2013-12-11[media] v4l: vsp1: Add HST and HSI supportLaurent Pinchart8-1/+287
2013-12-11[media] v4l: vsp1: Add cropping supportLaurent Pinchart4-16/+141
2013-12-11[media] v4l: vsp1: Supply frames to the DU continuouslyLaurent Pinchart1-0/+13
2013-12-09[media] media_tree: Fix spelling errorsJonathan McCrohan1-1/+1
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan1-1/+1
2013-11-29[media] v4l: vsp1: Fix error return code in vsp1_video_init()Wei Yongjun1-1/+3
2013-08-28[media] v4l: vsp1: Fix mutex double lock at streamon timeLaurent Pinchart1-2/+0
2013-08-28[media] v4l: vsp1: Add support for RT clockLaurent Pinchart2-5/+36
2013-08-28[media] v4l: vsp1: Initialize media device bus_info fieldLaurent Pinchart1-0/+2
2013-08-24[media] vsp1: Fix a sparse warningMauro Carvalho Chehab1-2/+2
2013-08-18[media] vsp1: Use the maximum number of entities defined in platform dataKatsuya Matsubara1-4/+4
2013-08-18[media] vsp1: Fix lack of the sink entity registration for enabled linksKatsuya Matsubara1-0/+3
2013-08-18[media] v4l: Renesas R-Car VSP1 driverLaurent Pinchart16-0/+3895