linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/ast: Enable the supporting of wide screen on AST2600
@ 2021-12-29  8:27 KuoHsiang Chou
  2022-01-06  9:28 ` Thomas Zimmermann
  0 siblings, 1 reply; 2+ messages in thread
From: KuoHsiang Chou @ 2021-12-29  8:27 UTC (permalink / raw)
  To: tzimmermann, dri-devel, linux-kernel
  Cc: airlied, airlied, daniel, kuohsiang_chou, arc_sung

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(+)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/ast: Enable the supporting of wide screen on AST2600
  2021-12-29  8:27 [PATCH] drm/ast: Enable the supporting of wide screen on AST2600 KuoHsiang Chou
@ 2022-01-06  9:28 ` Thomas Zimmermann
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Zimmermann @ 2022-01-06  9:28 UTC (permalink / raw)
  To: KuoHsiang Chou, dri-devel, linux-kernel; +Cc: airlied, airlied, arc_sung


[-- Attachment #1.1: Type: text/plain, Size: 1178 bytes --]

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
> 

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-06  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-29  8:27 [PATCH] drm/ast: Enable the supporting of wide screen on AST2600 KuoHsiang Chou
2022-01-06  9:28 ` Thomas Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).