Re: Radeon KMS regression still present in 2.6.33-rc6

2010-01-31 Thread Kevin Winchester
behind them seems reasonable to me. They weren't necessary to fix my problem though, so I guess they are likely not 2.6.33 material (unless they are critical for someone else). Thanks again to everyone who looked into the problem, -- Kevin Winchester

Radeon KMS regression still present in 2.6.33-rc6

2010-01-31 Thread Kevin Winchester
dev_warn(rdev-dev, AGP aperture to small (%dM) 138 need at least 32M, disabling AGP\n, 139 rdev-ddev-agp-agp_info.aper_size); 140 return -EINVAL; Is there any other info I can provide? Thanks, -- Kevin

Re: [git pull] drm fixes queue

2010-01-25 Thread Kevin Winchester
hoping that this batch of fixes will correct the problem. If, however, my hope is misplaced, feel free to let me know so that I can write up a more formal bug report... Thanks, -- Kevin Winchester -- The Planet

Re: [patch 1/1] Convert drivers in drivers/char/drm to use .unlocked_ioctl

2008-01-09 Thread Kevin Winchester
necessary. -- Kevin Winchester - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net

[patch 1/1] Convert drivers in drivers/char/drm to use .unlocked_ioctl

2008-01-08 Thread Kevin Winchester
() and unlock_kernel() and the drivers are converted to use .unlocked_ioctl Signed-off-by: Kevin Winchester [EMAIL PROTECTED] --- I also noted that in the failed kmalloc case in drm_ioctl(), the function immediately returns -ENOMEM, rather than following the error path that calls atomic_dec(dev-ioctl_count);. I'm