All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] drm/mgag200: Use 24bit format in VRAM
@ 2023-04-12 13:39 Jocelyn Falempe
  2023-04-12 13:39 ` [PATCH 1/2] drm/mgag200: simplify offset and scale computation Jocelyn Falempe
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jocelyn Falempe @ 2023-04-12 13:39 UTC (permalink / raw)
  To: dri-devel, tzimmermann, airlied, javierm, lyude

The bandwidth between system memory and VRAM is very limited
on G200.
So when using a 32bit framebuffer on system memory, convert it to 24bit
when copying the frame to the VRAM, this allows to go 33% faster.
Converting the format on the fly is negligible, even on low end CPU.

[PATCH 1/2] drm/mgag200: simplify offset and scale computation.
[PATCH 2/2] drm/mgag200: Use 24bit format in VRAM

drivers/gpu/drm/mgag200/mgag200_mode.c | 87 ++++++++++++++++++++++++++++++++++++---------------------------------------------------
 1 file changed, 36 insertions(+), 51 deletions(-)




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

end of thread, other threads:[~2023-04-17  7:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12 13:39 [RFC PATCH 0/2] drm/mgag200: Use 24bit format in VRAM Jocelyn Falempe
2023-04-12 13:39 ` [PATCH 1/2] drm/mgag200: simplify offset and scale computation Jocelyn Falempe
2023-04-12 15:06   ` Javier Martinez Canillas
2023-04-12 13:39 ` [PATCH 2/2] drm/mgag200: Use 24bit format in VRAM Jocelyn Falempe
2023-04-12 15:13   ` Javier Martinez Canillas
2023-04-12 16:10     ` Jocelyn Falempe
2023-04-13 19:29 ` [RFC PATCH 0/2] " Thomas Zimmermann
2023-04-14  7:59   ` Jocelyn Falempe
2023-04-17  7:49     ` Thomas Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.