[Bug 19648] New: Drm fails to build with kernel 2.6.29

2009-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19648 Summary: Drm fails to build with kernel 2.6.29 Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium

[Bug 19562] Regression: Software Rasterizer with EXA

2009-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19562 --- Comment #2 from Stefano Avallone 2009-01-19 03:16:28 PST --- (In reply to comment #1) > Unfortunately with UXA I also have now > > OpenGL renderer string: Software Rasterizer It might be a problem of wrong permissions. See bug #19492

[Bug 19562] Regression: Software Rasterizer with EXA

2009-01-19 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19562 --- Comment #3 from Mateusz Kaduk 2009-01-19 08:20:50 PST --- (In reply to comment #2) > It might be a problem of wrong permissions. See bug #19492 > No, it works with older for-airlied kernel branch on the same system. While with drm-int

[Bug 12491] New: i915 lockdep warning

2009-01-19 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12491 Summary: i915 lockdep warning Product: Drivers Version: 2.5 KernelVersion: 2.6.29-rc1 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity: no

[Bug 12466] No cursor in xorg + various problems

2009-01-19 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12466 --- Comment #2 from r...@sisk.pl 2009-01-19 08:43 --- Why did you mark the bug as a regression? What was the last working kernel? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving thi

[Bug 12466] No cursor in xorg + various problems

2009-01-19 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12466 --- Comment #3 from cor...@debian.org 2009-01-19 09:23 --- Well, I didn't really marked the bug as a regression. Well, the global behavior is a regression (there's no cursor problem in 2.6.28 or 2.6.28-drm-intel-2.6.28 or even previous

Re: [PATCH 0/4] Cursor's update inside kernel only

2009-01-19 Thread Jesse Barnes
On Friday, January 16, 2009 1:55 pm Rémi Cardona wrote: > Le 16/01/2009 21:21, Jesse Barnes a écrit : > > On Monday, January 5, 2009 12:55 pm Tiago Vignatti wrote: > >> Right now a thing that is annoying me is how others cursors, sw > >> rendered, could be implemented. I want to avoid two different

Re: [Intel-gfx] [RFC] VGA hotplug support for i915 kms

2009-01-19 Thread Jesse Barnes
On Saturday, January 17, 2009 12:53 pm Eric Anholt wrote: > On Fri, 2009-01-16 at 14:42 +0100, Jakob Bornecrantz wrote: > > Jesse Barnes wrote: > > > On Wednesday, January 14, 2009 2:14 pm Jesse Barnes wrote: > > >> Here's a work in progress VGA hotplug patch that I've been testing on > > >> my GM4

[PATCH] hook up LVDS DPMS property

2009-01-19 Thread Jesse Barnes
The LVDS output supports DPMS calls, but we never hooked up the property code, so set property calls didn't actually do anything. Implement a set_property callback for the LVDS output so that the right thing happens. Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/

[PATCH] fix off by one in phys object cleanup

2009-01-19 Thread Jesse Barnes
Fix an off by one in the phys object cleanup code (the cleanup code was going from 0-max_objs-1, but it looks like the free_phys_obj code was expecting 1-max_objs?), and fix up a related warning while we're at it. Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers

[PATCH] make KMS resource mappings exclusive

2009-01-19 Thread Jesse Barnes
This should help avoid problems with unsupported userspace programs or configurations running on top of a KMS enabled driver. Updates the ioremap to nocache as well, since that's really what we want to track. Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu

[PATCH] i915: remove unnecessary debug output in KMS init

2009-01-19 Thread Jesse Barnes
We don't really need to print out the FB BAR... Signed-off-by: Jesse Barnes diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index 529d0cc..cde5a1f 100644 --- a/drivers/gpu/drm/i915/i915_dma.c +++ b/drivers/gpu/drm/i915/i915_dma.c @@ -944,8 +944,6 @@ static int i915

Re: [Intel-gfx] [PATCH] fix off by one in phys object cleanup

2009-01-19 Thread Jesse Barnes
On Monday, January 19, 2009 12:58 pm Jesse Barnes wrote: > Fix an off by one in the phys object cleanup code (the cleanup code was > going from 0-max_objs-1, but it looks like the free_phys_obj code was > expecting 1-max_objs?), and fix up a related warning while we're at it. > > Signed-off-by: Jes

drmModeGetResources() failing

2009-01-19 Thread Abraham Varricatt
>From the git repo, git://git.freedesktop.org/git/mesa/drm I cannot run the modeprint test application from the /tests/modeprint directory. It is failing in the libdrm library at the drmModeGetResources() function. The exact cause is because the IOCTL call to DRM_IOCTL_MODE_GETRESOURCES is

Re: [PATCH 0/4] Cursor's update inside kernel only

2009-01-19 Thread Rémi Cardona
Le 19/01/2009 19:03, Jesse Barnes a écrit : > Gah, yeah forgot about drag& drop of big icons... Maybe Kristian was right > that all cursors should be done in software; hardware just doesn't provide > the flexibility desktops want these days. Maybe there could be a way to prioritize input events