[media] v4l: vsp1: Pass pipe pointer to entity configure functions
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 14 Jan 2016 16:17:32 +0000 (14:17 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 13 Apr 2016 21:59:55 +0000 (18:59 -0300)
commit83dd019d308d3c1529df1c7da96c3bdb895947e4
tree48f81463490e5829d6093943f8cbb6ade2df611d
parentd2219824cb4a41013292590c1b00a047f356afa4
[media] v4l: vsp1: Pass pipe pointer to entity configure functions

Pass the pipe explicitly instead of retrieving it through media
entities. This decouples device state stored in the pipeline from the
active state stored in entities, preparing for dynamic pipeline
creation.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/vsp1/vsp1_bru.c
drivers/media/platform/vsp1/vsp1_drm.c
drivers/media/platform/vsp1/vsp1_entity.h
drivers/media/platform/vsp1/vsp1_hsit.c
drivers/media/platform/vsp1/vsp1_lif.c
drivers/media/platform/vsp1/vsp1_lut.c
drivers/media/platform/vsp1/vsp1_rpf.c
drivers/media/platform/vsp1/vsp1_sru.c
drivers/media/platform/vsp1/vsp1_uds.c
drivers/media/platform/vsp1/vsp1_video.c
drivers/media/platform/vsp1/vsp1_wpf.c
This page took 0.030352 seconds and 5 git commands to generate.