mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
media: rockchip: isp/ispp to version v1.3.0
Change-Id: I27d24dcdea7eeefba4287ffa71c7ca509fd2e194 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -73,6 +73,24 @@
|
||||
* 1. isp/ispp add lock for multi dev runtime
|
||||
* 2. support output isp/ispp reg on each frame
|
||||
* 3. fix error detected by depmod
|
||||
*
|
||||
* v1.3.0:
|
||||
* 1. capture to different version
|
||||
* 2. add isp21
|
||||
* 3. add rk3568 config
|
||||
* 4. support iq part of isp21
|
||||
* 5. remove hdrtmo to fix crash when connect to yuv sensor
|
||||
* 6. fix enable function of ynr/cnr/bay3d/dhaz/adrc is not correct
|
||||
* 7. fix can not get correct awb rawdata
|
||||
* 8. add get awb data from ddr function
|
||||
* 9. fix frame id error for isp21
|
||||
* 10. config lsc by sram in rdbk mode
|
||||
* 11. add force update to enable dehaze
|
||||
* 12. fix bug of scheduling while atomic
|
||||
* 13. fix setting drc register is not correct
|
||||
* 14. extend line to fix merge bypass bug for isp20
|
||||
* 15. vb2 dma sg for iommu enable
|
||||
* 16. config dmatx to valid buf addr
|
||||
*/
|
||||
|
||||
#define RKISP_DRIVER_VERSION RKISP_API_VERSION
|
||||
|
||||
@@ -70,6 +70,12 @@
|
||||
* 3. fix mmu err due to buf free for multi dev
|
||||
* 4. support output isp/ispp reg on each frame
|
||||
* 5. fix error detected by depmod
|
||||
*
|
||||
* v1.3.0:
|
||||
* 1. fec extend to independent video
|
||||
* 2. reduce buf count
|
||||
* 3. dummy buf map to one page if iommu enable
|
||||
* 4. vb2 dma sg for iommu enable
|
||||
*/
|
||||
|
||||
#define RKISPP_DRIVER_VERSION ISPP_API_VERSION
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/v4l2-controls.h>
|
||||
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(1, 2, 2)
|
||||
#define RKISP_API_VERSION KERNEL_VERSION(1, 3, 0)
|
||||
|
||||
#define RKISP_CMD_TRIGGER_READ_BACK \
|
||||
_IOW('V', BASE_VIDIOC_PRIVATE + 0, struct isp2x_csi_trigger)
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/v4l2-controls.h>
|
||||
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(1, 2, 2)
|
||||
|
||||
#define ISPP_API_VERSION KERNEL_VERSION(1, 3, 0)
|
||||
|
||||
#define ISPP_ID_TNR (0)
|
||||
#define ISPP_ID_NR (1)
|
||||
|
||||
Reference in New Issue
Block a user