summaryrefslogtreecommitdiff
path: root/drivers/media/platform/vsp1/vsp1_rpf.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-14[media] v4l: vsp1: Allocate pipelines on demandLaurent Pinchart1-0/+1
2016-04-14[media] v4l: vsp1: Pass pipe pointer to entity configure functionsLaurent Pinchart1-2/+3
2016-04-14[media] v4l: vsp1: Pass display list explicitly to configure functionsLaurent Pinchart1-19/+20
2016-04-14[media] v4l: vsp1: Merge RPF and WPF pad ops structuresLaurent Pinchart1-11/+1
2016-04-14[media] v4l: vsp1: Create a new configure operation to setup modulesLaurent Pinchart1-48/+35
2016-04-14[media] v4l: vsp1: Store active selection rectangles in a pad config structureLaurent Pinchart1-3/+17
2016-04-14[media] v4l: vsp1: Store active formats in a pad config structureLaurent Pinchart1-2/+10
2016-04-13[media] v4l: vsp1: Implement and use the subdev pad::init_cfg configurationLaurent Pinchart1-0/+1
2016-04-13[media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operationsLaurent Pinchart1-5/+6
2016-04-13[media] v4l: vsp1: Move subdev initialization code to vsp1_entity_init()Laurent Pinchart1-15/+3
2016-04-13[media] v4l: vsp1: Use display lists with the userspace APILaurent Pinchart1-6/+3
2016-04-13[media] v4l: vsp1: Remove unneeded entity streaming flagLaurent Pinchart1-2/+0
2016-04-13[media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsetsLaurent Pinchart1-26/+11
2016-04-13[media] v4l: vsp1: Don't setup control handler when starting streamingLaurent Pinchart1-4/+1
2016-04-13[media] v4l: vsp1: rwpf: Don't program alpha value in control set handlerLaurent Pinchart1-46/+5
2016-02-19[media] v4l: vsp1: Configure device based on IP versionLaurent Pinchart1-2/+2
2016-02-19[media] v4l: vsp1: Add display list supportTakashi Saito1-2/+2
2016-02-19[media] v4l: vsp1: Don't validate links when the userspace API is disabledLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Set the alpha value manually in RPF and WPF s_stream handlersLaurent Pinchart1-2/+14
2016-02-19[media] v4l: vsp1: Remove unused module read functionsLaurent Pinchart1-6/+0
2016-02-19[media] v4l: vsp1: Make rwpf operations independent of video deviceLaurent Pinchart1-8/+8
2016-02-19[media] v4l: vsp1: Move video device out of struct vsp1_rwpfLaurent Pinchart1-13/+0
2016-02-19[media] v4l: vsp1: Rename vsp1_video_buffer to vsp1_vb2_bufferLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Move video operations to vsp1_rwpfLaurent Pinchart1-6/+5
2016-02-19[media] v4l: vsp1: Store the memory format in struct vsp1_rwpfLaurent Pinchart1-2/+2
2016-02-19[media] v4l: vsp1: Change the type of the rwpf field in struct vsp1_videoLaurent Pinchart1-1/+1
2016-02-19[media] v4l: vsp1: Group all link creation code in a single fileLaurent Pinchart1-20/+0
2016-01-11[media] v4l: vsp1: remove pads prefix from *_create_pads_links()Javier Martinez Canillas1-2/+2
2016-01-11[media] v4l: vsp1: separate links creation from entities initJavier Martinez Canillas1-9/+20
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab1-1/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-2/+2
2014-12-23[media] v4l: vsp1: Reset VSP1 RPF source addressTakanari Hayama1-0/+18
2014-07-17[media] v4l: vsp1: uds: Fix scaling of alpha layerLaurent Pinchart1-0/+4
2014-07-17[media] v4l: vsp1: Add V4L2_CID_ALPHA_COMPONENT control supportLaurent Pinchart1-4/+48
2014-07-17[media] v4l: vsp1: Add alpha channel support to the memory portsLaurent Pinchart1-3/+5
2014-07-17[media] v4l: vsp1: Cleanup video nodes at removal timeLaurent Pinchart1-6/+6
2014-04-23[media] v4l: vsp1: Add BRU supportLaurent Pinchart1-2/+4
2014-04-23[media] v4l: vsp1: Support multi-input entitiesLaurent Pinchart1-1/+0
2014-03-12[media] v4l: vsp1: Update copyright noticeLaurent Pinchart1-1/+1
2013-12-11[media] v4l: vsp1: Add cropping supportLaurent Pinchart1-9/+25
2013-08-18[media] v4l: Renesas R-Car VSP1 driverLaurent Pinchart1-0/+209