diff mbox series

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

Message ID 20211229082749.5415-1-kuohsiang_chou@aspeedtech.com (mailing list archive)
State New, archived
Headers show
Series drm/ast: Enable the supporting of wide screen on AST2600 | expand

Commit Message

KuoHsiang Chou Dec. 29, 2021, 8:27 a.m. UTC
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: KuoHsiang Chou <kuohsiang_chou@aspeedtech.com>
---
 drivers/gpu/drm/ast/ast_main.c | 2 ++
 1 file changed, 2 insertions(+)

--
2.27.0

Comments

Thomas Zimmermann Jan. 6, 2022, 9:28 a.m. UTC | #1
Hi

Am 29.12.21 um 09:27 schrieb KuoHsiang Chou:
> 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: KuoHsiang Chou <kuohsiang_chou@aspeedtech.com>

Added to drm-misc-next. Thanks for the patch.

Best regards
Thomas

> ---
>   drivers/gpu/drm/ast/ast_main.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c
> index 9f25fa2c8..1113ee1cb 100644
> --- a/drivers/gpu/drm/ast/ast_main.c
> +++ b/drivers/gpu/drm/ast/ast_main.c
> @@ -209,6 +209,8 @@ static int ast_detect_chip(struct drm_device *dev, bool *need_post)
>   			if (ast->chip == AST2500 &&
>   			    scu_rev == 0x100)           /* ast2510 */
>   				ast->support_wide_screen = true;
> +			if (ast->chip == AST2600)		/* ast2600 */
> +				ast->support_wide_screen = true;
>   		}
>   		break;
>   	}
> --
> 2.27.0
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c
index 9f25fa2c8..1113ee1cb 100644
--- a/drivers/gpu/drm/ast/ast_main.c
+++ b/drivers/gpu/drm/ast/ast_main.c
@@ -209,6 +209,8 @@  static int ast_detect_chip(struct drm_device *dev, bool *need_post)
 			if (ast->chip == AST2500 &&
 			    scu_rev == 0x100)           /* ast2510 */
 				ast->support_wide_screen = true;
+			if (ast->chip == AST2600)		/* ast2600 */
+				ast->support_wide_screen = true;
 		}
 		break;
 	}