original_kernel/drivers/media/platform/vsp1
Kieran Bingham 8c71fff434 [media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structure
The interface to configure the LIF in the VSP1 requires adapting the
function prototype for any changes. This makes extending the interface
difficult.

Change the function prototype to pass a structure which can be easily
extended.

This changes the means of disabling the pipeline, by now passing a NULL
configuration rather than passing either a 0 width or height.

[Fixed kerneldoc, made vsp1_du_setup_lif() cfg argument const]

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-03-07 13:34:11 -03:00
..
Makefile
vsp1.h
vsp1_bru.c
vsp1_bru.h
vsp1_clu.c
vsp1_clu.h
vsp1_dl.c
vsp1_dl.h
vsp1_drm.c
vsp1_drm.h
vsp1_drv.c
vsp1_entity.c
vsp1_entity.h
vsp1_hsit.c
vsp1_hsit.h
vsp1_lif.c
vsp1_lif.h
vsp1_lut.c
vsp1_lut.h
vsp1_pipe.c
vsp1_pipe.h
vsp1_regs.h
vsp1_rpf.c
vsp1_rwpf.c
vsp1_rwpf.h
vsp1_sru.c
vsp1_sru.h
vsp1_uds.c
vsp1_uds.h
vsp1_video.c
vsp1_video.h
vsp1_wpf.c