include: linux: Update Linux headers to v5.12-rc1
Update Linux headers to v5.12-rc1, to provide the MEDIA_ENT_F_PROC_VIDEO_ISP entity function. The DRM FourCC and modifiers that were manually added in commits9db0ed5e20
,38f2efb05c
and90c793c698
are kept. New Intel DRM format modifiers are conflicting with IPU3_FORMAT_MOD_PACKED, which is updated as a result. The V4L2 controls and formats that were manually added in commit43d81d43fe
are kept. This causes a conflict in the V4L2 control base for V4L2_CID_USER_BCM2835_ISP_BASE that needs to be resolved in the downstream Raspberry Pi kernel first. The intel-ipu3.h header is manually exported with the scripts/headers_install.sh script. The script complained about a missing "WITH Linux-syscall-note" license extension, which has been worked around manually. The issue has been reported upstream in [1]. [1] https://lore.kernel.org/linux-media/20210207235610.15687-1-laurent.pinchart@ideasonboard.com/T/#u Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
09b0801fdb
commit
330a2d688d
11 changed files with 1445 additions and 278 deletions
|
@ -120,13 +120,13 @@ struct ipu3_uapi_awb_config {
|
|||
#define IPU3_UAPI_AE_WEIGHTS 96
|
||||
|
||||
/**
|
||||
+ * struct ipu3_uapi_ae_raw_buffer - AE global weighted histogram
|
||||
+ *
|
||||
+ * @vals: Sum of IPU3_UAPI_AE_COLORS in cell
|
||||
+ *
|
||||
+ * Each histogram contains IPU3_UAPI_AE_BINS bins. Each bin has 24 bit unsigned
|
||||
+ * for counting the number of the pixel.
|
||||
+ */
|
||||
* struct ipu3_uapi_ae_raw_buffer - AE global weighted histogram
|
||||
*
|
||||
* @vals: Sum of IPU3_UAPI_AE_COLORS in cell
|
||||
*
|
||||
* Each histogram contains IPU3_UAPI_AE_BINS bins. Each bin has 24 bit unsigned
|
||||
* for counting the number of the pixel.
|
||||
*/
|
||||
struct ipu3_uapi_ae_raw_buffer {
|
||||
__u32 vals[IPU3_UAPI_AE_BINS * IPU3_UAPI_AE_COLORS];
|
||||
} __attribute__((packed));
|
||||
|
@ -418,7 +418,7 @@ struct ipu3_uapi_af_config_s {
|
|||
IPU3_UAPI_AWB_FR_SPARE_FOR_BUBBLES) * IPU3_UAPI_MAX_STRIPES)
|
||||
|
||||
/**
|
||||
* struct ipu3_uapi_awb_fr_meta_data - AWB filter response meta data
|
||||
* struct ipu3_uapi_awb_fr_raw_buffer - AWB filter response meta data
|
||||
*
|
||||
* @meta_data: Statistics output on the grid after convolving with 1D filter.
|
||||
*/
|
||||
|
@ -1506,7 +1506,7 @@ struct ipu3_uapi_sharp_cfg {
|
|||
} __attribute__((packed));
|
||||
|
||||
/**
|
||||
* struct struct ipu3_uapi_far_w - Sharpening config for far sub-group
|
||||
* struct ipu3_uapi_far_w - Sharpening config for far sub-group
|
||||
*
|
||||
* @dir_shrp: Weight of wide direct sharpening, u1.6, range [0, 64], default 64.
|
||||
* @reserved0: reserved
|
||||
|
@ -1526,7 +1526,7 @@ struct ipu3_uapi_far_w {
|
|||
} __attribute__((packed));
|
||||
|
||||
/**
|
||||
* struct struct ipu3_uapi_unsharp_cfg - Unsharp config
|
||||
* struct ipu3_uapi_unsharp_cfg - Unsharp config
|
||||
*
|
||||
* @unsharp_weight: Unsharp mask blending weight.
|
||||
* u1.6, range [0, 64], default 16.
|
||||
|
@ -1772,7 +1772,7 @@ struct ipu3_uapi_vss_lut_y {
|
|||
} __attribute__((packed));
|
||||
|
||||
/**
|
||||
* struct ipu3_uapi_yuvp1_iefd_vssnlm_cf - IEFd Vssnlm Lookup table
|
||||
* struct ipu3_uapi_yuvp1_iefd_vssnlm_cfg - IEFd Vssnlm Lookup table
|
||||
*
|
||||
* @vss_lut_x: vss lookup table. See &ipu3_uapi_vss_lut_x description
|
||||
* @vss_lut_y: vss lookup table. See &ipu3_uapi_vss_lut_y description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue