All of lore.kernel.org
 help / color / mirror / Atom feed
* Framebuffer/vbe separation
@ 2009-04-20 22:42 Vladimir Serbinenko
  2009-04-21 15:43 ` Vesa Jääskeläinen
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Serbinenko @ 2009-04-20 22:42 UTC (permalink / raw)
  To: The development of GRUB 2

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

Hello, currently vbe module contains all the framebuffer functions which are
actually adapter-independent and I think more adapters can be implementing
by providing a function which sets mode and framebuffer. Additionally it
provides an interface to retrieve framebuffer address for loaders: check
that current mode is framebuffer based and if it is, take the address. May I
do it that way?

Regards
Vladimir 'phcoder' Serbinenko

[-- Attachment #2: Type: text/html, Size: 454 bytes --]

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

* Re: Framebuffer/vbe separation
  2009-04-20 22:42 Framebuffer/vbe separation Vladimir Serbinenko
@ 2009-04-21 15:43 ` Vesa Jääskeläinen
  0 siblings, 0 replies; 2+ messages in thread
From: Vesa Jääskeläinen @ 2009-04-21 15:43 UTC (permalink / raw)
  To: The development of GRUB 2

Vladimir Serbinenko wrote:
> Hello, currently vbe module contains all the framebuffer functions which are
> actually adapter-independent and I think more adapters can be implementing
> by providing a function which sets mode and framebuffer. Additionally it
> provides an interface to retrieve framebuffer address for loaders: check
> that current mode is framebuffer based and if it is, take the address. May I
> do it that way?

Yes. I have nothing against making frame buffer code as common code as
possible because other systems would also benefit from it. Just keep in
mind that other video drivers will also need to use it and do not call
directly VBE driver itself, provide proper interface over Video Subsystem.



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

end of thread, other threads:[~2009-04-21 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 22:42 Framebuffer/vbe separation Vladimir Serbinenko
2009-04-21 15:43 ` Vesa Jääskeläinen

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.