Re: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue

2020-11-09 Thread Thomas Zimmermann
Hi Am 05.11.20 um 10:47 schrieb KuoHsiang Chou: > [Bug] Change the vertical synchroous polary of 1920x1080 @60Hz > from Negtive to Positive > > Signed-off-by: KuoHsiang Chou I've merged this patch. Thanks! Best regards Thomas > --- > drivers/gpu/drm/ast/ast_tables.h | 4 ++-- > 1

Re: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue

2020-11-05 Thread Thomas Zimmermann
.de] > Sent: Thursday, November 05, 2020 8:09 PM > To: Kuo-Hsiang Chou ; > dri-devel@lists.freedesktop.org > Cc: e...@suse.com; Tommy Huang ; Jenmin Yuan > ; airl...@redhat.com; Arc Sung > > Subject: Re: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue > > Hi, > > p

RE: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue

2020-11-05 Thread Kuo-Hsiang Chou
Re: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue Hi Am 05.11.20 um 13:08 schrieb Thomas Zimmermann: > Hi, > > please follow the advise we're giving you. Had you run > scripts/checkpatch.pl on the patch file it would have told you > > <<< > ERROR: patc

RE: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue

2020-11-05 Thread Kuo-Hsiang Chou
Huang ; Jenmin Yuan ; airl...@redhat.com; Arc Sung Subject: Re: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue Hi, please follow the advise we're giving you. Had you run scripts/checkpatch.pl on the patch file it would have told you <<< ERROR: patch seems to be corrupt (line wrap

Re: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue

2020-11-05 Thread Thomas Zimmermann
Hi Am 05.11.20 um 13:08 schrieb Thomas Zimmermann: > Hi, > > please follow the advise we're giving you. Had you run > scripts/checkpatch.pl on the patch file it would have told you > > <<< > ERROR: patch seems to be corrupt (line wrapped?) > #102: FILE: drivers/gpu/drm/ast/ast_tables.h:294: >

Re: [PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue

2020-11-05 Thread Thomas Zimmermann
Hi, please follow the advise we're giving you. Had you run scripts/checkpatch.pl on the patch file it would have told you <<< ERROR: patch seems to be corrupt (line wrapped?) #102: FILE: drivers/gpu/drm/ast/ast_tables.h:294: ERROR: DOS line endings #106: FILE:

[PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue

2020-11-05 Thread KuoHsiang Chou
[Bug] Change the vertical synchroous polary of 1920x1080 @60Hz from Negtive to Positive Signed-off-by: KuoHsiang Chou --- drivers/gpu/drm/ast/ast_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_tables.h