diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2015-11-14 16:33:40 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-04-13 17:33:22 -0300 |
commit | f9df34f8cd0da731f65728480fe2e669391adbd0 (patch) | |
tree | 66082a43382f40185392e789e574fb95c589aeba /drivers/media/mmc | |
parent | 7939fef4d3911695c78cb067f1e4c16056a9f113 (diff) | |
download | lwn-f9df34f8cd0da731f65728480fe2e669391adbd0.tar.gz lwn-f9df34f8cd0da731f65728480fe2e669391adbd0.zip |
[media] v4l: vsp1: Simplify frame end processing
The DRM pipeline, as it runs in automatic restart mode, never sees the
pipeline state set to VSP1_PIPELINE_STOPPING or VSP1_PIPELINE_STOPPED
when running the frame end interrupt handler. We can thus skip the
checks various checks in the handler and return immediately.
Similarly the DRM frame end handler calls vsp1_pipeline_run()
unnecessarily, as the state there is never VSP1_PIPELINE_STOPPED. Remove
the function call and the frame end handler is it's now empty.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/mmc')
0 files changed, 0 insertions, 0 deletions