Loading drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c +1 −3 Original line number Diff line number Diff line Loading @@ -2444,8 +2444,6 @@ int dpu_encoder_wait_for_event(struct drm_encoder *drm_enc, for (i = 0; i < dpu_enc->num_phys_encs; i++) { struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; if (!phys) continue; switch (event) { case MSM_ENC_COMMIT_DONE: Loading @@ -2463,7 +2461,7 @@ int dpu_encoder_wait_for_event(struct drm_encoder *drm_enc, return -EINVAL; }; if (fn_wait) { if (phys && fn_wait) { DPU_ATRACE_BEGIN("wait_for_completion_event"); ret = fn_wait(phys); DPU_ATRACE_END("wait_for_completion_event"); Loading Loading
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c +1 −3 Original line number Diff line number Diff line Loading @@ -2444,8 +2444,6 @@ int dpu_encoder_wait_for_event(struct drm_encoder *drm_enc, for (i = 0; i < dpu_enc->num_phys_encs; i++) { struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; if (!phys) continue; switch (event) { case MSM_ENC_COMMIT_DONE: Loading @@ -2463,7 +2461,7 @@ int dpu_encoder_wait_for_event(struct drm_encoder *drm_enc, return -EINVAL; }; if (fn_wait) { if (phys && fn_wait) { DPU_ATRACE_BEGIN("wait_for_completion_event"); ret = fn_wait(phys); DPU_ATRACE_END("wait_for_completion_event"); Loading