lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 22 May 2007 11:16:47 -0400
From:	"Jon Smirl" <jonsmirl@...il.com>
To:	"Alan Cox" <alan@...rguk.ukuu.org.uk>
Cc:	"Jesse Barnes" <jbarnes@...tuousgeek.org>,
	"Jeff Garzik" <jeff@...zik.org>,
	"Jesse Barnes" <jesse.barnes@...el.com>,
	linux-kernel@...r.kernel.org,
	"Antonino A. Daplas" <adaplas@...il.com>
Subject: Re: [RFC] enhancing the kernel's graphics subsystem

On 5/22/07, Alan Cox <alan@...rguk.ukuu.org.uk> wrote:
> > you display text in graphics mode entirely in kernel context. The
> > driver should also attempt to stop the GPU to try and make sure it
> > doesn't erase the OOPS display.
>
> If we know how yes. Probably the X server needs to provide us with a
> simple list of operations to perform or failing that write 128K of null
> to the display then print the characters (the 128K should ensure any
> running FIFO for commands is stuffed and we get back to the framebuffer)
>
> > Another simple thing that needs to be built is a mechanism to run the
> > VBIOS in x86 mode when the driver is first loaded. This can be
>
> We don't want to touch the video bios for most cards, its not as good as
> the X mode switcher code, nor for that matter does it work in a lot of
> cases as they use IRQ and DMA functions sometimes.

The only reason the VBIOS is run is to initially reset the card. Once
we get the card reset it isn't used any more. For almost all cards
this is the only way to reset them, we have insufficient information
to write this ourselves.


>
> Alan
>


-- 
Jon Smirl
jonsmirl@...il.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ