“877ce7c1b3afd69a9b1caeb1b9964c992641f52a”上不存在“arch/powerpc/include/asm/socket.h”
提交 59a39fcc 编写于 作者: K KuoHsiang Chou 提交者: Thomas Zimmermann

drm/ast: Enable the supporting of wide screen on AST2600

Enable the supporting of wide sscreen on AST2600, so that the resolution
of 16:9 and 16:10 are able to be selected on Display Settings.
Signed-off-by: NKuoHsiang Chou <kuohsiang_chou@aspeedtech.com>
Signed-off-by: NThomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20211229082749.5415-1-kuohsiang_chou@aspeedtech.com
上级 506d9d74
...@@ -209,6 +209,8 @@ static int ast_detect_chip(struct drm_device *dev, bool *need_post) ...@@ -209,6 +209,8 @@ static int ast_detect_chip(struct drm_device *dev, bool *need_post)
if (ast->chip == AST2500 && if (ast->chip == AST2500 &&
scu_rev == 0x100) /* ast2510 */ scu_rev == 0x100) /* ast2510 */
ast->support_wide_screen = true; ast->support_wide_screen = true;
if (ast->chip == AST2600) /* ast2600 */
ast->support_wide_screen = true;
} }
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册