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 Feb 2011 14:51:31 +0000
From:	Alan Cox <alan@...rguk.ukuu.org.uk>
To:	Greg KH <greg@...ah.com>
Cc:	Alan Cox <alan@...ux.intel.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] gma500: Intel GMA500 staging driver

> > Currently it's unaccelerated but still pretty snappy even compositing with
> > the frame buffer X server.
> 
> So that's all that is needed on the userspace side?  Or is there a
> driver for X that also goes along with this patch that is available
> somewhere?

That's all that is needed.

There is an open source 2D X server but it relies upon the ttm working
an ancient libdrm and some chunks of the PVR driver blob. The actual 2D
command issue code is quite simple fortunately so the challenge is the
ttm/bo stuff.


> Can I also get a TODO file for this directory that lists what needs to
> be done to move it out of the staging tree, as well as an email to
> contact for patches and questions?

Ah I forgot to stg add that ;) it does exist.. Will send an updated
version.

> 
> > --- a/drivers/staging/Makefile
> > +++ b/drivers/staging/Makefile
> > @@ -62,12 +62,13 @@ obj-$(CONFIG_SOLO6X10)		+= solo6x10/
> >  obj-$(CONFIG_TIDSPBRIDGE)	+= tidspbridge/
> >  obj-$(CONFIG_ACPI_QUICKSTART)	+= quickstart/
> >  obj-$(CONFIG_WESTBRIDGE_ASTORIA)	+= westbridge/astoria/
> > -obj-$(CONFIG_SBE_2T3E3)	+= sbe-2t3e3/
> > +obj-$(CONFIG_SBE_2T3E3)		+= sbe-2t3e3/
> >  obj-$(CONFIG_ATH6K_LEGACY)	+= ath6kl/
> >  obj-$(CONFIG_USB_ENESTORAGE)	+= keucr/
> > -obj-$(CONFIG_BCM_WIMAX)	+= bcm/
> > +obj-$(CONFIG_BCM_WIMAX)		+= bcm/
> >  obj-$(CONFIG_FT1000)		+= ft1000/
> > -obj-$(CONFIG_SND_INTEL_SST)		+= intel_sst/
> > -obj-$(CONFIG_SPEAKUP)	+= speakup/
> > +obj-$(CONFIG_SND_INTEL_SST)	+= intel_sst/
> > +obj-$(CONFIG_SPEAKUP)		+= speakup/
> >  obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217)	+= cptm1217/
> >  obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4)	+= ste_rmi4/
> > +obj-$(CONFIG_DRM_PSB)		+= gma500/
> 
> What's with the formatting changes to this file?

It used to be all nicely lined up and was degrading so as I was touching
the end of it I thought I'd stop the rot.


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