summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: vsp1: Set the alpha value manually in RPF and WPF s_stream handlersLaurent Pinchart2016-02-193-5/+20
* [media] v4l: vsp1: Make pipeline inputs array index by RPF indexLaurent Pinchart2016-02-194-7/+22
* [media] v4l: vsp1: Make the userspace API optionalLaurent Pinchart2016-02-195-23/+38
* [media] v4l: vsp1: Move format info to vsp1_pipe.cLaurent Pinchart2016-02-194-154/+159
* [media] v4l: vsp1: Make the BRU optionalLaurent Pinchart2016-02-192-6/+10
* [media] v4l: vsp1: Make number of BRU inputs configurableLaurent Pinchart2016-02-195-12/+18
* [media] v4l: vsp1: Move entity route setup function to vsp1_entity.cLaurent Pinchart2016-02-193-12/+14
* [media] v4l: vsp1: Remove unused module read functionsLaurent Pinchart2016-02-195-27/+0
* [media] v4l: vsp1: Set the SRU CTRL0 register when starting the streamLaurent Pinchart2016-02-191-0/+1
* [media] v4l: vsp1: Fix typo in VI6_DISP_IRQ_STA_DST register bit nameLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Document the vsp1_pipeline structureLaurent Pinchart2016-02-191-1/+15
* [media] v4l: vsp1: Extract link creation to separate functionLaurent Pinchart2016-02-191-39/+56
* [media] v4l: vsp1: Reuse local variable instead of recomputing itLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Extract pipeline initialization code into a functionLaurent Pinchart2016-02-193-5/+12
* [media] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefixLaurent Pinchart2016-02-191-14/+14
* [media] v4l: vsp1: Split pipeline management code from vsp1_video.cLaurent Pinchart2016-02-195-280/+340
* [media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_videoLaurent Pinchart2016-02-192-8/+19
* [media] v4l: vsp1: Remove struct vsp1_pipeline num_video fieldLaurent Pinchart2016-02-192-6/+2
* [media] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpfLaurent Pinchart2016-02-194-11/+11
* [media] v4l: vsp1: Support VSP1 instances without any UDSLaurent Pinchart2016-02-191-1/+1
* [media] v4l: vsp1: Make rwpf operations independent of video deviceLaurent Pinchart2016-02-195-27/+35
* [media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart2016-02-199-60/+63
* [media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_bufferLaurent Pinchart2016-02-195-18/+18
* [media] v4l: vsp1: Move video operations to vsp1_rwpfLaurent Pinchart2016-02-195-21/+21
* [media] v4l: vsp1: Store the memory format in struct vsp1_rwpfLaurent Pinchart2016-02-196-28/+28
* [media] v4l: vsp1: Change the type of the rwpf field in struct vsp1_videoLaurent Pinchart2016-02-194-6/+7
* [media] v4l: vsp1: Group all link creation code in a single fileLaurent Pinchart2016-02-194-65/+35
* [media] v4l: vsp1: Add tri-planar memory formats supportLaurent Pinchart2016-02-191-0/+20
* [media] drivers/media: vsp1_video: fix compile errorAnders Roxell2016-01-251-1/+1
* [media] v4l: vsp1: Fix wrong entities links creationJavier Martinez Canillas2016-01-251-2/+5
* [media] v4l: vsp1: Use media entity enumeration interfaceSakari Ailus2016-01-111-14/+31
* [media] v4l: vsp1: Use the new media graph walk interfaceSakari Ailus2016-01-111-0/+8
* [media] media-device: split media initialization and registrationJavier Martinez Canillas2016-01-111-6/+6
* [media] v4l: vsp1: use else if instead of continue when creating linksJavier Martinez Canillas2016-01-111-9/+5
* [media] v4l: vsp1: remove pads prefix from *_create_pads_links()Javier Martinez Canillas2016-01-114-8/+8
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-112-2/+2
* [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-111-5/+4
* [media] v4l: vsp1: separate links creation from entities initJavier Martinez Canillas2016-01-114-26/+62
* [media] v4l: vsp1: create pad links after subdev registrationJavier Martinez Canillas2016-01-111-8/+8
* [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-111-1/+1
* [media] media: rename the function that create pad linksMauro Carvalho Chehab2016-01-113-4/+4
* [media] media: create a macro to get entity IDMauro Carvalho Chehab2016-01-111-2/+2
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-112-2/+2
* [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-41/+10
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-014-15/+17
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-012-2/+2
* [media] v4l: vsp1: Don't sleep in atomic contextLaurent Pinchart2015-07-172-11/+11
* [media] v4l: vsp1: Fix plane stride and size checksLaurent Pinchart2015-07-171-1/+1