File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
drivers/media/platform/apple/isp Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -404,18 +404,6 @@ static int isp_ch_configure_capture(struct apple_isp *isp, u32 ch)
404
404
if (err )
405
405
return err ;
406
406
407
- err = isp_cmd_apple_ch_temporal_filter_start (isp , ch , isp -> temporal_filter );
408
- if (err )
409
- return err ;
410
-
411
- err = isp_cmd_apple_ch_motion_history_start (isp , ch );
412
- if (err )
413
- return err ;
414
-
415
- err = isp_cmd_apple_ch_temporal_filter_enable (isp , ch );
416
- if (err )
417
- return err ;
418
-
419
407
err = isp_cmd_apple_ch_ae_fd_scene_metering_config_set (isp , ch );
420
408
if (err )
421
409
return err ;
@@ -444,7 +432,7 @@ static int isp_ch_configure_capture(struct apple_isp *isp, u32 ch)
444
432
if (err )
445
433
return err ;
446
434
447
- err = isp_cmd_apple_ch_temporal_filter_start (isp , ch , isp -> hw -> temporal_filter );
435
+ err = isp_cmd_apple_ch_temporal_filter_start (isp , ch , isp -> temporal_filter );
448
436
if (err )
449
437
return err ;
450
438
You can’t perform that action at this time.
0 commit comments