Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: media: imx708: Adjust broken line correction parameter
In full-resolution mode, the LPF_INTENSITY_EN and LPF_INTENSITY registers control Quad Bayer Re-mosaic broken line correction. Expose this as a module parameter "qbc_adjust": the value zero sets LPF_INTENSTY_EN=1, disabling the correction. Other values are written to LPF_INTENSITY; the legal range is 2 to 5. There is a trade-off between coloured and monochrome patterns. The previous fixed value 4 could produce ladder/spots artefacts in coloured textures. The new default value 2 may suit a wider range of scenes. Signed-off-by: Nick Hollinghurst <[email protected]>
- Loading branch information