linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* geode sc1200 2D graphics acceleration
@ 2006-05-11 13:26 Carlos Ojea Castro
  2006-05-11 16:26 ` Lennart Sorensen
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Ojea Castro @ 2006-05-11 13:26 UTC (permalink / raw)
  To: linux-kernel

Hello!

I am drawing some graphics (a group of lines) using DirectFb in a
geode sc1200 (kernel 2.4).
I discovered that when I disable 2D hardware acceleration (by changing
'/root/.directfbrc' and '/etc/directfbrc') it is FASTER than drawing
with 2D hardware acceleration enabled.

Can't figure why. Any ideas?

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

* Re: geode sc1200 2D graphics acceleration
  2006-05-11 13:26 geode sc1200 2D graphics acceleration Carlos Ojea Castro
@ 2006-05-11 16:26 ` Lennart Sorensen
  0 siblings, 0 replies; 2+ messages in thread
From: Lennart Sorensen @ 2006-05-11 16:26 UTC (permalink / raw)
  To: Carlos Ojea Castro; +Cc: linux-kernel

On Thu, May 11, 2006 at 03:26:14PM +0200, Carlos Ojea Castro wrote:
> I am drawing some graphics (a group of lines) using DirectFb in a
> geode sc1200 (kernel 2.4).
> I discovered that when I disable 2D hardware acceleration (by changing
> '/root/.directfbrc' and '/etc/directfbrc') it is FASTER than drawing
> with 2D hardware acceleration enabled.
> 
> Can't figure why. Any ideas?

Could it be related to the video on the sc1200 being emulated by SMI (at
least as far as I understand things)?  Perhaps the acceleration simply
makes the BIOS/SMI stuff go do all the work, while with no acceleration,
the kernel writes all the bits directly, which is more efficient than
the BIOS/SMI emulation?  I think that is how the VSA stuff works on
those systems at least.  I have VGA disabled on the boards I use here,
so all I know is that the video is very slow on these systems when I
tried it once, and since I don't have a use for it, I disabled it.

Len Sorensen

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

end of thread, other threads:[~2006-05-11 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-11 13:26 geode sc1200 2D graphics acceleration Carlos Ojea Castro
2006-05-11 16:26 ` Lennart Sorensen

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).