[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 --- Comment #15 from [email protected] 2009-01-05 23:51 --- If you are talking about the --enable-kms - it doesn't build by default even in 2.5.99(which doesn't build even with jaunty's xorg packages). So there's just no released "ne

[Bug 19415] [945GM] X fail to start on kernel 2.6.28

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19415 --- Comment #1 from Li Peng 2009-01-05 23:12:27 PST --- After bisect, below commit cause the problem, revert it could fix the issue. It is strange that my kernel config has "CONFIG_HIGHMEM64G=y", and GEM works with this option. commit ac5c4e

[Bug 19415] New: [945GM] X fail to start on kernel 2.6.28

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19415 Summary: [945GM] X fail to start on kernel 2.6.28 Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority:

[Bug 19396] incorrect font rendering when run googleearth 4.3

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19396 Gordon Jin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 19396] incorrect font rendering when run googleearth 4.3

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19396 --- Comment #6 from liuhaien 2009-01-05 18:03:57 PST --- (In reply to comment #5) > maybe bug#19233. So can you verify with server-1.5 branch? > yes, it works against server-1.5 branch. -- Configure bugmail: http://bugs.freedesktop.org/u

[PATCH] drm/i915: Add support for integrated HDMI on G4X hardware.

2009-01-05 Thread Eric Anholt
This is ported directly from the userland 2D driver code. The HDMI audio bits aren't hooked up yet. Signed-off-by: Eric Anholt --- drivers/gpu/drm/i915/Makefile|1 + drivers/gpu/drm/i915/i915_drv.h |2 + drivers/gpu/drm/i915/i915_reg.h | 17 ++ drivers/gpu/drm/i915/i

[PATCH] drm/i915: Fix failure to take the mode_config lock in driver setup.

2009-01-05 Thread Eric Anholt
We're not really concerned with races during setup, but we do want to keep the warning around given how easy it is to misplace that lock. Signed-off-by: Eric Anholt --- drivers/gpu/drm/drm_crtc_helper.c |3 +++ drivers/gpu/drm/i915/intel_tv.c |2 ++ 2 files changed, 5 insertions(+), 0

[PATCH] drm/i915: Non-mobile parts don't have integrated TV-out.

2009-01-05 Thread Eric Anholt
Signed-off-by: Eric Anholt --- drivers/gpu/drm/i915/intel_display.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 14d82de..5824462 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b

intel KMS and stability series

2009-01-05 Thread Eric Anholt
Here comes a series of patches I've been cleaning up over the last few days. The first couple are bugfixes that we've tripped over with 2.6.28 that I'll want to get merged to stable. The rest are getting KMS ready to go. Dropped from the series is airlied's vma patch, which caused lock ordering c

[PATCH] drm/i915: Don't oops when root asks to unpin an already unpinned buffer.

2009-01-05 Thread Eric Anholt
Signed-off-by: Eric Anholt --- drivers/gpu/drm/i915/i915_gem.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c index 14afc23..e87db6f 100644 --- a/drivers/gpu/drm/i915/i915_gem.c +++ b/drivers/gpu/drm

[PATCH] drm/i915: Don't allow objects to get bound while VT switched.

2009-01-05 Thread Eric Anholt
This avoids a BUG_ON in the enter_vt path due to objects being in the GTT when we shouldn't have ever let them be (as we're not supposed to touch the device during that time). This was triggered by a change in the 2D driver to use the GTT mapping of objects after pinning them to improve software f

[PATCH] drm/i915: Respect the other stolen memory sizes we know of.

2009-01-05 Thread Eric Anholt
fd.o bug #19336. Signed-off-by: Eric Anholt --- drivers/gpu/drm/i915/i915_dma.c | 46 --- drivers/gpu/drm/i915/i915_reg.h |8 ++- 2 files changed, 40 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/

[PATCH] drm/i915: Pin cursor bo and unpin old bo when setting cursor.

2009-01-05 Thread Eric Anholt
From: Kristian Høgsberg We also didn't track the cursor bo before and would leak a reference when the cursor image was change. Signed-off-by: Kristian Høgsberg Signed-off-by: Eric Anholt --- drivers/gpu/drm/i915/intel_display.c | 29 + drivers/gpu/drm/i915/intel_

[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 --- Comment #14 from [email protected] 2009-01-05 15:18 --- If it doesn't build by default, it's probably not meant for real use. (No, don't use old kms code, please) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=

[Bug 12342] drm_pci_alloc needs to error when alignment constraints not met

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12342 --- Comment #2 from [email protected] 2009-01-05 15:00 --- Please send patches by email? Suitable recipients for this one are: [email protected] [email protected] [email protected] [email protected] Thanks

[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 --- Comment #13 from [email protected] 2009-01-05 14:51 --- 2.5.1's got a configure option --enable-kms. I assumed it's there for a reason. But I haven't found any compatibility lists anywhere. -- Configure bugmail: http://bugzill

[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 --- Comment #12 from [email protected] 2009-01-05 14:41 --- I'm not really sure 2.5.1 even supports KMS? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Yo

[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 --- Comment #11 from [email protected] 2009-01-05 14:30 --- btw. intel v. 2.5.1 was compiled with --enable-kms and still didn't work.(see #8) -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 [email protected] changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #10 fro

[PATCH] drm: Drop unused and broken dri_library_name sysfs attribute.

2009-01-05 Thread Kristian Høgsberg
The kernel shouldn't be in the business of telling user space which driver to load. The kernel defers mapping PCI IDs to module names to user space and we should do the same for DRI drivers. And in fact, that's how it does work today. Nothing uses the dri_library_name attribute, and the attribut

[Bug 12356] [i915 drm] irq 16: nobody cared with 2.6.28 kernel

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12356 --- Comment #3 from [email protected] 2009-01-05 13:45 --- Something is broken in your configuration that is preventing MSI. You need MSI for stable graphics on this chipset. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.

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

2009-01-05 Thread Tiago Vignatti
Hi guys, Under KMS, we can build a feature to update the cursor directly to screen without the continuous intervention of the userspace application (X server, wayland, etc). It's a fastpath for DRM based cursors obtained by short-circuit the kernel input layer and DRM module. This would solve all

[PATCH 1/4] DRM: in-kernel cursor update on the top of mode setting.

2009-01-05 Thread Tiago Vignatti
This commit adds support for the DRM in-kernel cursor mode setting APIs. When drm_mode_setcrtc is called we also initialize the cursor routines. Through drmCursorSetDev, the userspace app (e.g. Xorg, wayland) tells which devices are responsible for cursors' updates and the kernel input layer will s

[PATCH 3/4] evdev: short-circuit evdev with drm to update cursors in-kernel.

2009-01-05 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- drivers/input/evdev.c | 11 +++ include/linux/drm_cursor.h |3 +++ 2 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 include/linux/drm_cursor.h diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index 3524bef..2b77

[PATCH 2/4] X server: dricursor implementation using the X server as application.

2009-01-05 Thread Tiago Vignatti
This implementation gives two ioctls APIs (DRICursorSetDev, DRICursorHotspot) to interface with the DRM modesetting cursors. For now this patch disables the pointer acceleration scheme. Signed-off-by: Tiago Vignatti --- Makefile.am|1 + configure.ac |

[PATCH 4/4] xf86-video-intel: save drm FD to be used by dri cursor (the shortcut scheme).

2009-01-05 Thread Tiago Vignatti
Signed-off-by: Tiago Vignatti --- src/i830_dri.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/i830_dri.c b/src/i830_dri.c index 07ae646..e9484bd 100644 --- a/src/i830_dri.c +++ b/src/i830_dri.c @@ -108,6 +108,8 @@ typedef struct drm_i915_flip { #include "dri

[Bug 12356] [i915 drm] irq 16: nobody cared with 2.6.28 kernel

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12356 --- Comment #2 from [email protected] 2009-01-05 13:06 --- Looks like bios update did not fixed this problem. Again I've got irq16 diabled error, but this time error message is different: [drm:i915_gem_idle] *ERROR* hardware wedged irq 1

[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 --- Comment #9 from [email protected] 2009-01-05 11:04 --- > And I can't start X with it activated. I use intel xorg module v. 2.5.0. Choose this option if you want kernel modesetting enabled by default, and you have a n

[Bug 12345] X on Intel 965GM hangs on console switch if compositing is enabled

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12345 --- Comment #4 from [email protected] 2009-01-05 10:16 --- Thanks Gordon, I was just going to point that out too. Peter, can you try the patch in the referenced bug (http://bugs.freedesktop.org/show_bug.cgi?id=18879)? -- Conf

[Bug 12345] X on Intel 965GM hangs on console switch if compositing is enabled

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12345 [email protected] changed: What|Removed |Added AssignedTo|drivers_video-...@kernel- |[email protected]

[Bug 19400] glxgears and opengl related applications appear blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #9 from Michel Dänzer 2009-01-05 04:49:00 PST --- (In reply to comment #7) > All the above mentioned problems are not appearing with 29-DEC-2008 build So, please try and isolate which change in which component caused it. I think

[Bug 19400] glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #1 from Sunil Mekathotti 2009-01-05 03:44:27 PST --- Created an attachment (id=21672) --> (http://bugs.freedesktop.org/attachment.cgi?id=21672) glxinfo -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 19400] New: glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 Summary: glxgears appears blank! Product: Mesa Version: 7.2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers

[Bug 19400] glxgears and opengl related applications appear blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #8 from Sunil Mekathotti 2009-01-05 04:27:29 PST --- Created an attachment (id=21677) --> (http://bugs.freedesktop.org/attachment.cgi?id=21677) Mplayer Run logs This log contains , - mplayer run with "-vo xv" option which wo

[Bug 19400] glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #5 from Sunil Mekathotti 2009-01-05 03:50:45 PST --- Created an attachment (id=21676) --> (http://bugs.freedesktop.org/attachment.cgi?id=21676) sys info -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 19400] glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #2 from Sunil Mekathotti 2009-01-05 03:49:22 PST --- Created an attachment (id=21673) --> (http://bugs.freedesktop.org/attachment.cgi?id=21673) lspci -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 19400] glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #4 from Sunil Mekathotti 2009-01-05 03:50:18 PST --- Created an attachment (id=21675) --> (http://bugs.freedesktop.org/attachment.cgi?id=21675) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=em

[Bug 19400] glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #3 from Sunil Mekathotti 2009-01-05 03:49:46 PST --- Created an attachment (id=21674) --> (http://bugs.freedesktop.org/attachment.cgi?id=21674) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=ema

[Bug 19400] glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 --- Comment #7 from Sunil Mekathotti 2009-01-05 04:05:21 PST --- All the above mentioned problems are not appearing with 29-DEC-2008 build -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[Bug 19400] glxgears and opengl related applications appear blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 Sunil Mekathotti changed: What|Removed |Added Summary|glxgears appears blank! |glxgears and opengl related

[Bug 19400] glxgears appears blank!

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19400 Sunil Mekathotti changed: What|Removed |Added Severity|normal |critical Priority|medium

[Bug 12356] [i915 drm] irq 16: nobody cared with 2.6.28 kernel

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12356 --- Comment #1 from [email protected] 2009-01-05 02:55 --- Answering question Niku asked me: > Could you try booting with pci=noacpi ? I'm unable to boot this notebook PC with pci=noacpi as I get kernel panic: VFS: Cannot open root devi

[Bug 12359] WARNING and other intel modesetting problems

2009-01-05 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12359 --- Comment #8 from [email protected] 2009-01-05 01:28 --- I tried 2.5.1 with --enable-kms and it was worse than 2.5.99 without. My Ubuntu doesn't have that package version available(only 7.0.12). The compile error of intel 2.5.99 --

[Bug 19170] compiz w/ 3D effects causes Intel GM45 hang in drm module

2009-01-05 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19170 --- Comment #3 from M. Edwin Zakaria 2009-01-05 00:20:07 PST --- Thanks for replying me. I will take a look at there, and fill the comment if necessary. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You