Merge "msm: mdss: print fence name during sync fence timeouts"
This commit is contained in:
commit
7da94c32a4
1 changed files with 1 additions and 1 deletions
|
@ -2829,7 +2829,7 @@ static int __mdss_fb_wait_for_fence_sub(struct msm_sync_pt_data *sync_pt_data,
|
|||
wait_ms);
|
||||
|
||||
pr_warn("%s: sync_fence_wait timed out! ",
|
||||
sync_pt_data->fence_name);
|
||||
fences[i]->name);
|
||||
pr_cont("Waiting %ld.%ld more seconds\n",
|
||||
(wait_ms/MSEC_PER_SEC), (wait_ms%MSEC_PER_SEC));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue