Loading drivers/media/platform/msm/cvp/cvp_hfi.c +4 −4 Original line number Original line Diff line number Diff line Loading @@ -4148,10 +4148,10 @@ static void power_off_iris2(struct iris_hfi_device *device) /* HPG 6.1.2 Step 6 */ /* HPG 6.1.2 Step 6 */ __disable_unprepare_clks(device); __disable_unprepare_clks(device); /* HPG 6.1.2 Step 7 & 8 */ /* if (call_iris_op(device, reset_ahb2axi_bridge, device)) * HPG 6.1.2 Step 7 & 8 dprintk(CVP_ERR, "Failed to reset ahb2axi\n"); * per new HPG update, core clock reset will be unnecessary */ if (__unvote_buses(device)) if (__unvote_buses(device)) dprintk(CVP_WARN, "Failed to unvote for buses\n"); dprintk(CVP_WARN, "Failed to unvote for buses\n"); Loading Loading
drivers/media/platform/msm/cvp/cvp_hfi.c +4 −4 Original line number Original line Diff line number Diff line Loading @@ -4148,10 +4148,10 @@ static void power_off_iris2(struct iris_hfi_device *device) /* HPG 6.1.2 Step 6 */ /* HPG 6.1.2 Step 6 */ __disable_unprepare_clks(device); __disable_unprepare_clks(device); /* HPG 6.1.2 Step 7 & 8 */ /* if (call_iris_op(device, reset_ahb2axi_bridge, device)) * HPG 6.1.2 Step 7 & 8 dprintk(CVP_ERR, "Failed to reset ahb2axi\n"); * per new HPG update, core clock reset will be unnecessary */ if (__unvote_buses(device)) if (__unvote_buses(device)) dprintk(CVP_WARN, "Failed to unvote for buses\n"); dprintk(CVP_WARN, "Failed to unvote for buses\n"); Loading