summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)Author
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito
2016-02-19[media] v4l: vsp1: Add support for the R-Car Gen3 VSP2Laurent Pinchart
2016-02-19[media] v4l: vsp1: Implement atomic update for the DRM driverLaurent Pinchart
2016-02-19[media] v4l: vsp1: Disconnect unused RPFs from the DRM pipelineLaurent Pinchart
2016-02-19[media] v4l: vsp1: Add VSP+DU supportLaurent Pinchart
2016-02-19[media] v4l: vsp1: Don't validate links when the userspace API is disabledLaurent Pinchart
2016-02-19[media] v4l: vsp1: Set the alpha value manually in RPF and WPF s_stream handlersLaurent Pinchart
2016-02-19[media] v4l: vsp1: Make pipeline inputs array index by RPF indexLaurent Pinchart
2016-02-19[media] v4l: vsp1: Make the userspace API optionalLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move format info to vsp1_pipe.cLaurent Pinchart
2016-02-19[media] v4l: vsp1: Make the BRU optionalLaurent Pinchart
2016-02-19[media] v4l: vsp1: Make number of BRU inputs configurableLaurent Pinchart
2016-02-19[media] v4l: vsp1: Move entity route setup function to vsp1_entity.cLaurent Pinchart
2016-02-19[media] v4l: vsp1: Remove unused module read functionsLaurent Pinchart
2016-02-19[media] v4l: vsp1: Set the SRU CTRL0 register when starting the streamLaurent Pinchart
2016-02-19[media] v4l: vsp1: Fix typo in VI6_DISP_IRQ_STA_DST register bit nameLaurent Pinchart
2016-02-19[media] v4l: vsp1: Document the vsp1_pipeline structureLaurent Pinchart
2016-02-19[media] v4l: vsp1: Extract link creation to separate functionLaurent 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: Support VSP1 instances without any UDSLaurent 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: Group all link creation code in a single fileLaurent 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-25[media] v4l: vsp1: Fix wrong entities links creationJavier Martinez Canillas
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-device: split media initialization and registrationJavier Martinez Canillas
2016-01-11[media] v4l: vsp1: use else if instead of continue when creating linksJavier Martinez Canillas
2016-01-11[media] v4l: vsp1: remove pads prefix from *_create_pads_links()Javier Martinez Canillas
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] v4l: vsp1: separate links creation from entities initJavier Martinez Canillas
2016-01-11[media] v4l: vsp1: create pad links after subdev registrationJavier Martinez Canillas
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab
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