Re: [PATCH] drm/ast: Zero is missing in detect function

2021-07-20 Thread Thomas Zimmermann
Hi Am 16.07.21 um 03:56 schrieb ainux.w...@gmail.com: From: "Ainux.Wang" The function ast_get_modes() will also return 0, when it try to get the edid, but it also do not get the edid. Signed-off-by: Ainux.Wang Acked-by: Thomas Zimmermann after the issue has been discussed a bit. I'll mer

Re: [PATCH] drm/ast: Zero is missing in detect function

2021-07-17 Thread Ainux Wang
Thomas Zimmermann 于2021年7月16日周五 下午2:29写道: > > Hi > > Am 16.07.21 um 03:56 schrieb ainux.w...@gmail.com: > > From: "Ainux.Wang" > > > > The function ast_get_modes() will also return 0, when it try to get the > > edid, but it also do not get the edid. > > > > Signed-off-by: Ainux.Wang > > --- > >

[PATCH] drm/ast: Zero is missing in detect function

2021-07-16 Thread ainux . wang
From: "Ainux.Wang" The function ast_get_modes() will also return 0, when it try to get the edid, but it also do not get the edid. Signed-off-by: Ainux.Wang --- drivers/gpu/drm/ast/ast_mode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/ast/ast_mode.c b/dr

Re: [PATCH] drm/ast: Zero is missing in detect function

2021-07-15 Thread Thomas Zimmermann
Hi Am 16.07.21 um 03:56 schrieb ainux.w...@gmail.com: From: "Ainux.Wang" The function ast_get_modes() will also return 0, when it try to get the edid, but it also do not get the edid. Signed-off-by: Ainux.Wang --- drivers/gpu/drm/ast/ast_mode.c | 2 +- 1 file changed, 1 insertion(+), 1 de