V4L2_CID_IPU_BASE occupied by other driver
Open
- Dominant language
- C
- Stars
- 251
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
The CID_IPU_BASE with offset 0x1080 from CID_USER_BASE is occupied by tc358743 driver
https://github.com/intel/ipu6-drivers/blob/master/include/uapi/linux/ipu-isys.h#L7
https://elixir.bootlin.com/linux/v5.19-rc6/source/include/uapi/linux/v4l2-controls.h#L189
```
/* The base for the tc358743 driver controls.
* We reserve 16 controls for this driver. */
#define V4L2_CID_USER_TC358743_BASE V(4L2_CID_USER_BASE + 0x1080)
```
Contributor guide
Assessment
This issue has not been assessed yet.