Re: [v1] drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 times

2019-05-09 Thread liviu.du...@arm.com
On Wed, May 08, 2019 at 10:58:18AM +, Wen He wrote: > This patch trying to fix monitor freeze issue caused by drm error > 'flip_done timed out' on LS1028A platform. this set try is make a loop > around the second setting CVAL and try like 5 times before giveing up. > > Signed-off-by: Liviu >

[v1] drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 times

2019-05-09 Thread Wen He
This patch trying to fix monitor freeze issue caused by drm error 'flip_done timed out' on LS1028A platform. this set try is make a loop around the second setting CVAL and try like 5 times before giveing up. Signed-off-by: Liviu Signed-off-by: Wen He --- drivers/gpu/drm/arm/malidp_drv.c | 13

[v1] drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 times

2019-05-09 Thread Wen He
This patch trying to fix monitor freeze issue caused by drm error 'flip_done timed out' on LS1028A platform. this set try is make a loop around the second setting CVAL and try like 5 times before giveing up. Signed-off-by: Liviu Signed-off-by: Wen He --- drivers/gpu/drm/arm/malidp_drv.c | 13

RE: [v1] drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 times

2019-05-09 Thread Wen He
> -Original Message- > From: Wen He > Sent: 2019年5月8日 17:39 > To: dri-devel@lists.freedesktop.org; liviu.du...@arm.com; > brian.star...@arm.com > Cc: Leo Li ; Wen He > Subject: [v1] drm/arm/mali-dp: Add a loop around the second set CVAL and try > 5 times > > This patch trying to fix