summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1/vsp1_video.c
AgeCommit message (Expand)Author
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil
2016-06-28[media] v4l: vsp1: Support runtime modification of controlsLaurent Pinchart
2016-06-28[media] v4l: vsp1: Stop the pipeline upon the first STREAMOFFLaurent Pinchart
2016-06-28[media] v4l: vsp1: Constify operation structuresLaurent Pinchart
2016-06-17[media] v4l: vsp1: Move frame sequence number from video node to pipelineLaurent Pinchart
2016-04-13[media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart
2016-04-13[media] v4l: vsp1: video: Reorder functionsLaurent Pinchart
2016-04-13[media] v4l: vsp1: Store pipeline pointer in rwpfLaurent Pinchart
2016-04-13[media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart
2016-04-13[media] v4l: vsp1: Rename pipeline validate functions to pipeline buildLaurent Pinchart
2016-04-13[media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart
2016-04-13[media] v4l: vsp1: Use __vsp1_video_try_format to initialize format at init timeLaurent Pinchart
2016-04-13[media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart
2016-04-13[media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart
2016-04-13[media] v4l: vsp1: Add race condition FIXME commentLaurent Pinchart
2016-04-13[media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart
2016-04-13[media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsetsLaurent Pinchart
2016-04-13[media] v4l: vsp1: video: Fix coding styleLaurent Pinchart
2016-03-05[media] v4l: vsp1: Check if an entity is a subdev with the right functionLaurent Pinchart
2016-02-19[media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart
2016-02-19[media] v4l: vsp1: Make pipeline inputs array index by RPF indexLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move format info to vsp1_pipe.cLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move entity route setup function to vsp1_entity.cLaurent Pinchart
2016-02-19[media] v4l: vsp1: Reuse local variable instead of recomputing itLaurent Pinchart
2016-02-19[media] v4l: vsp1: Extract pipeline initialization code into a functionLaurent Pinchart
2016-02-19[media] v4l: vsp1: Rename video pipeline functions to use vsp1_video prefixLaurent Pinchart
2016-02-19[media] v4l: vsp1: Split pipeline management code from vsp1_video.cLaurent Pinchart
2016-02-19[media] v4l: vsp1: Decouple pipeline end of frame processing from vsp1_videoLaurent Pinchart
2016-02-19[media] v4l: vsp1: Remove struct vsp1_pipeline num_video fieldLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move vsp1_video pointer from vsp1_entity to vsp1_rwpfLaurent Pinchart
2016-02-19[media] v4l: vsp1: Make rwpf operations independent of video deviceLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart
2016-02-19[media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_bufferLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move video operations to vsp1_rwpfLaurent Pinchart
2016-02-19[media] v4l: vsp1: Store the memory format in struct vsp1_rwpfLaurent Pinchart
2016-02-19[media] v4l: vsp1: Change the type of the rwpf field in struct vsp1_videoLaurent Pinchart
2016-02-19[media] v4l: vsp1: Add tri-planar memory formats supportLaurent Pinchart
2016-01-25[media] drivers/media: vsp1_video: fix compile errorAnders Roxell
2016-01-11[media] v4l: vsp1: Use media entity enumeration interfaceSakari Ailus
2016-01-11[media] v4l: vsp1: Use the new media graph walk interfaceSakari Ailus
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas
2016-01-11[media] media: create a macro to get entity IDMauro Carvalho Chehab
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung