Hi, Sam Thanks for your teaching and the information got from v5.10-rc2 likes as DRM DRIVER FOR AST SERVER GRAPHICS CHIPS M: Dave Airlie <airlied@xxxxxxxxxx> R: Thomas Zimmermann <tzimmermann@xxxxxxx> L: dri-devel@xxxxxxxxxxxxxxxxxxxxx S: Supported T: git git://anongit.freedesktop.org/drm/drm-misc F: drivers/gpu/drm/ast/ Regards, Kuo-Hsiang Chou -----Original Message----- From: Sam Ravnborg [mailto:sam@xxxxxxxxxxxx] Sent: Sunday, November 01, 2020 5:19 PM To: Kuo-Hsiang Chou <kuohsiang_chou@xxxxxxxxxxxxxx>; Thomas Zimmermann <tzimmermann@xxxxxxx> Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx; eich@xxxxxxxx; Tommy Huang <tommy_huang@xxxxxxxxxxxxxx>; Jenmin Yuan <jenmin_yuan@xxxxxxxxxxxxxx>; airlied@xxxxxxxxxx; Arc Sung <arc_sung@xxxxxxxxxxxxxx> Subject: Re: [PATCH] drm/ast: Support 1600x900 with 108MHz PCLK Hi KuoHsiang On Fri, Oct 30, 2020 at 03:42:12PM +0800, KuoHsiang Chou wrote: > [New] Create the setting for 1600x900 @60Hz refresh rate > by 108MHz pixel-clock. > > Signed-off-by: KuoHsiang Chou <kuohsiang_chou@xxxxxxxxxxxxxx> Thomas Zimmermann <tzimmermann@xxxxxxx> is listed as reviewer in MAINTAINERS, so included him in the list of receiver. get_maintainer.pl should have told you that. Sam > --- > drivers/gpu/drm/ast/ast_tables.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/ast/ast_tables.h > b/drivers/gpu/drm/ast/ast_tables.h > index d665dd5af5dd..8414e543f260 100644 > --- a/drivers/gpu/drm/ast/ast_tables.h > +++ b/drivers/gpu/drm/ast/ast_tables.h > @@ -282,6 +282,8 @@ static const struct ast_vbios_enhtable > res_1360x768[] = { }; > > static const struct ast_vbios_enhtable res_1600x900[] = { > + {1800, 1600, 24, 80,1000, 900, 1, 3, VCLK108, /* 60Hz */ > + (SyncPP | Charx8Dot | LineCompareOff | WideScreenMode | > +NewModeInfo), 60, 3, 0x3A }, > {1760, 1600, 48, 32, 926, 900, 3, 5, VCLK97_75, /* 60Hz CVT RB */ > (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo | > AST2500PreCatchCRT), 60, 1, 0x3A }, > -- > 2.18.4 > > _______________________________________________ > dri-devel mailing list > dri-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel