File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -651,10 +651,6 @@ static int ivpu_hw_37xx_power_up(struct ivpu_device *vdev)
651
651
{
652
652
int ret ;
653
653
654
- ret = ivpu_hw_37xx_reset (vdev );
655
- if (ret )
656
- ivpu_warn (vdev , "Failed to reset HW: %d\n" , ret );
657
-
658
654
ret = ivpu_hw_37xx_d0i3_disable (vdev );
659
655
if (ret )
660
656
ivpu_warn (vdev , "Failed to disable D0I3: %d\n" , ret );
Original file line number Diff line number Diff line change @@ -811,12 +811,6 @@ static int ivpu_hw_40xx_power_up(struct ivpu_device *vdev)
811
811
{
812
812
int ret ;
813
813
814
- ret = ivpu_hw_40xx_reset (vdev );
815
- if (ret ) {
816
- ivpu_err (vdev , "Failed to reset HW: %d\n" , ret );
817
- return ret ;
818
- }
819
-
820
814
ret = ivpu_hw_40xx_d0i3_disable (vdev );
821
815
if (ret )
822
816
ivpu_warn (vdev , "Failed to disable D0I3: %d\n" , ret );
You can’t perform that action at this time.
0 commit comments