On Thu, Jan 03, 2013 at 09:23:50PM -0800, Philip Guenther wrote:
> On Thu, Jan 3, 2013 at 8:48 PM, Michael W. Bombardieri wrote:
> > I am submitting a patch for awk. "struct Cell" has 7 fields;
> > the final field is an optional "next" pointer.
> ...
> > Splint identified that instances of Cell ar
On Sun, Jan 06, 2013 at 04:42:20PM +0100, Stefan Sperling wrote:
> The radeon driver
> contains no UMS code for PALM -- support for it is KMS-only.
Actually, this is not quite true. There is some degree of support for it.
I can use xrandr to switch between resolutions.
I have the following radeon chipset in a thinkpad x130e notebook:
[ 643.577] (--) RADEON(0): Chipset: "AMD Radeon HD 6300 Series Graphics"
(ChipID = 0x9806)
In the driver this is called a "PALM" generation chip. The radeon driver
contains no UMS code for PALM -- support for it is KMS-only.
I'