summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp/ispresizer.h
diff options
context:
space:
mode:
authorLaurent Pinchart2011-12-07 12:34:50 +0100
committerMauro Carvalho Chehab2011-12-20 12:53:43 +0100
commit875e2e3edf48a206c64195666cf408dd3d119137 (patch)
treed86bf2075ed22fe669af4896afbe41f357f52fcd /drivers/media/video/omap3isp/ispresizer.h
parent[media] omap3isp: video: Don't WARN() on unknown pixel formats (diff)
downloadkernel-qcow2-linux-875e2e3edf48a206c64195666cf408dd3d119137.tar.gz
kernel-qcow2-linux-875e2e3edf48a206c64195666cf408dd3d119137.tar.xz
kernel-qcow2-linux-875e2e3edf48a206c64195666cf408dd3d119137.zip
[media] omap3isp: Mark next captured frame as faulty when an SBL overflow occurs
Instead of trying to propagate errors down the pipeline manually (and failing to do so properly in all cases), flag SBL errors in the pipeline to which the entity that triggered the error belongs, and use pipeline error flags to mark buffers as faulty when completing them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap3isp/ispresizer.h')
-rw-r--r--drivers/media/video/omap3isp/ispresizer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/omap3isp/ispresizer.h b/drivers/media/video/omap3isp/ispresizer.h
index 76abc2e42126..70c1c0e1bbdf 100644
--- a/drivers/media/video/omap3isp/ispresizer.h
+++ b/drivers/media/video/omap3isp/ispresizer.h
@@ -107,7 +107,6 @@ struct isp_res_device {
enum resizer_input_entity input;
struct isp_video video_in;
struct isp_video video_out;
- unsigned int error;
u32 addr_base; /* stored source buffer address in memory mode */
u32 crop_offset; /* additional offset for crop in memory mode */