Loading drivers/media/platform/msm/vidc/venus_hfi.c +1 −0 Original line number Diff line number Diff line Loading @@ -4397,6 +4397,7 @@ static void __unload_fw(struct venus_hfi_device *device) if (device->state != VENUS_STATE_DEINIT) flush_workqueue(device->venus_pm_workq); __vote_buses(device, NULL, 0); subsystem_put(device->resources.fw.cookie); __interface_queues_release(device); __venus_power_off(device, false); Loading Loading
drivers/media/platform/msm/vidc/venus_hfi.c +1 −0 Original line number Diff line number Diff line Loading @@ -4397,6 +4397,7 @@ static void __unload_fw(struct venus_hfi_device *device) if (device->state != VENUS_STATE_DEINIT) flush_workqueue(device->venus_pm_workq); __vote_buses(device, NULL, 0); subsystem_put(device->resources.fw.cookie); __interface_queues_release(device); __venus_power_off(device, false); Loading