diff options
Diffstat (limited to 'include/linux/omap3isp.h')
-rw-r--r-- | include/linux/omap3isp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/omap3isp.h b/include/linux/omap3isp.h index 0cddaa9d08bb..c090cf9249bb 100644 --- a/include/linux/omap3isp.h +++ b/include/linux/omap3isp.h | |||
@@ -437,6 +437,7 @@ struct omap3isp_ccdc_update_config { | |||
437 | 437 | ||
438 | #define OMAP3ISP_PREV_NF_TBL_SIZE 64 | 438 | #define OMAP3ISP_PREV_NF_TBL_SIZE 64 |
439 | #define OMAP3ISP_PREV_CFA_TBL_SIZE 576 | 439 | #define OMAP3ISP_PREV_CFA_TBL_SIZE 576 |
440 | #define OMAP3ISP_PREV_CFA_BLK_SIZE (OMAP3ISP_PREV_CFA_TBL_SIZE / 4) | ||
440 | #define OMAP3ISP_PREV_GAMMA_TBL_SIZE 1024 | 441 | #define OMAP3ISP_PREV_GAMMA_TBL_SIZE 1024 |
441 | #define OMAP3ISP_PREV_YENH_TBL_SIZE 128 | 442 | #define OMAP3ISP_PREV_YENH_TBL_SIZE 128 |
442 | 443 | ||
@@ -478,7 +479,7 @@ struct omap3isp_prev_cfa { | |||
478 | enum omap3isp_cfa_fmt format; | 479 | enum omap3isp_cfa_fmt format; |
479 | __u8 gradthrs_vert; | 480 | __u8 gradthrs_vert; |
480 | __u8 gradthrs_horz; | 481 | __u8 gradthrs_horz; |
481 | __u32 table[OMAP3ISP_PREV_CFA_TBL_SIZE]; | 482 | __u32 table[4][OMAP3ISP_PREV_CFA_BLK_SIZE]; |
482 | }; | 483 | }; |
483 | 484 | ||
484 | /** | 485 | /** |