linux/drivers/media/platform/vsp1
Hans Verkuil 5b6326b7ae media: vsp1: Fix smatch warning
drivers/media/platform/vsp1/vsp1_drm.c: drivers/media/platform/vsp1/vsp1_drm.c:336 vsp1_du_pipeline_setup_brx() error: we previously assumed 'pipe->brx' could be null (see line 244)

smatch missed that if pipe->brx was NULL, then later on it will be
set with a non-NULL value. But it is easier to just use the brx pointer
so smatch doesn't get confused.

Tested-on: Salvator-XS-ES2.0, Salvator-XS-M3N

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-02-18 15:21:17 -05:00
..
Makefile media: v4l: vsp1: Add support for the DISCOM entity 2018-05-17 06:22:08 -04:00
vsp1_brx.c media: vsp1: use periods at the end of comment sentences 2018-09-17 14:53:28 -04:00
vsp1_brx.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_clu.c media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_clu.h media: vsp1: Convert display lists to use new body pool 2018-05-25 18:42:46 -04:00
vsp1_dl.c media: vsp1_dl: add a description for cmdpool field 2018-08-08 10:57:11 -04:00
vsp1_dl.h media: vsp1: Provide support for extended command pools 2018-08-03 16:01:28 -04:00
vsp1_drm.c media: vsp1: Fix smatch warning 2019-02-18 15:21:17 -05:00
vsp1_drm.h media: v4l: vsp1: Integrate DISCOM in display pipeline 2018-05-17 06:22:08 -04:00
vsp1_drv.c media: vsp1: use periods at the end of comment sentences 2018-09-17 14:53:28 -04:00
vsp1_entity.c media: vsp1: use periods at the end of comment sentences 2018-09-17 14:53:28 -04:00
vsp1_entity.h media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_hgo.c media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_hgo.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_hgt.c media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_hgt.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_histo.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
vsp1_histo.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_hsit.c media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_hsit.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_lif.c media: vsp1: Fix LIF buffer thresholds 2018-12-03 14:57:30 -05:00
vsp1_lif.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_lut.c media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_lut.h media: vsp1: Convert display lists to use new body pool 2018-05-25 18:42:46 -04:00
vsp1_pipe.c media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_pipe.h media: vsp1: Support Interlaced display pipelines 2018-08-03 16:02:27 -04:00
vsp1_regs.h media: vsp1: Fix vsp1_regs.h license header 2018-09-17 14:49:57 -04:00
vsp1_rpf.c media: vsp1: use periods at the end of comment sentences 2018-09-17 14:53:28 -04:00
vsp1_rwpf.c media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_rwpf.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_sru.c media: vsp1: Document max_width restriction on SRU 2018-09-17 14:54:03 -04:00
vsp1_sru.h media: v4l: vsp1: Use SPDX license headers 2018-05-17 06:22:08 -04:00
vsp1_uds.c media: vsp1: Document max_width restriction on UDS 2018-09-17 14:54:20 -04:00
vsp1_uds.h media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_uif.c media: vsp1: Adapt entities to configure into a body 2018-05-25 19:04:35 -04:00
vsp1_uif.h media: v4l: vsp1: Add support for the DISCOM entity 2018-05-17 06:22:08 -04:00
vsp1_video.c media: vsp1: Fix trivial documentation 2019-01-16 11:18:49 -05:00
vsp1_video.h media: vsp1: Move video suspend resume handling to video object 2018-05-25 18:37:32 -04:00
vsp1_wpf.c media: vsp1: use periods at the end of comment sentences 2018-09-17 14:53:28 -04:00
vsp1.h media: vsp1: Add support for extended display list headers 2018-08-03 16:00:02 -04:00