RE: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600

2022-06-06 Thread Tommy Huang
t; Linux ARM ; Linux Kernel Mailing List > ; BMC-SW > Subject: RE: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600 > > > > > -Original Message- > > From: Joel Stanley > > Sent: Tuesday, April 26, 2022 3:48 PM > > To: Tommy Huang >

RE: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600

2022-04-26 Thread Tommy Huang
nel Mailing List > ; BMC-SW > Subject: Re: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600 > > On Fri, 4 Mar 2022 at 06:32, Tommy Haung > wrote: > > > > Update the aspeed_gfx_set_clk with display width. > > At AST2600, the display clock could be coming

Re: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600

2022-04-26 Thread Joel Stanley
On Fri, 4 Mar 2022 at 06:32, Tommy Haung wrote: > > Update the aspeed_gfx_set_clk with display width. > At AST2600, the display clock could be coming from > HPLL clock / 16 = 75MHz. It would fit 1024x768@70Hz. > Another chip will still keep 800x600. > > Signed-off-by: Tommy Haung > --- >

RE: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600

2022-04-25 Thread Tommy Huang
nel Mailing List > ; BMC-SW > Subject: Re: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600 > > On Fri, 4 Mar 2022 at 06:32, Tommy Haung > wrote: > > > > Update the aspeed_gfx_set_clk with display width. > > At AST2600, the display clock could be coming

Re: [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600

2022-04-25 Thread Joel Stanley
On Fri, 4 Mar 2022 at 06:32, Tommy Haung wrote: > > Update the aspeed_gfx_set_clk with display width. > At AST2600, the display clock could be coming from > HPLL clock / 16 = 75MHz. It would fit 1024x768@70Hz. > Another chip will still keep 800x600. > > Signed-off-by: Tommy Haung > --- >

[PATCH v1 2/2] drm/aspeed: Add 1024x768 mode for AST2600

2022-03-03 Thread Tommy Haung
Update the aspeed_gfx_set_clk with display width. At AST2600, the display clock could be coming from HPLL clock / 16 = 75MHz. It would fit 1024x768@70Hz. Another chip will still keep 800x600. Signed-off-by: Tommy Haung --- drivers/gpu/drm/aspeed/aspeed_gfx.h | 12 ++