Re: [PATCH] drm/ast: fixed reading monitor EDID not stable issue

2018-10-30 Thread Ilia Mirkin
On Tue, Oct 30, 2018 at 4:24 AM Y.C. Chen wrote: > > From: "Y.C. Chen" > > over-sample data to increase the stability with some specific monitors > > Signed-off-by: Y.C. Chen > --- > drivers/gpu/drm/ast/ast_mode.c | 32 ++-- > 1 file changed, 26 insertions(+), 6 dele

[PATCH] drm/ast: fixed reading monitor EDID not stable issue

2018-10-30 Thread Y.C. Chen
From: "Y.C. Chen" over-sample data to increase the stability with some specific monitors Signed-off-by: Y.C. Chen --- drivers/gpu/drm/ast/ast_mode.c | 32 ++-- 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gp