Re: i915: xrandr modes not detected with KMS

2009-07-06 Thread Michael S. Tsirkin
Same thing with 2.6.31-rc2. Am I sending this to the right list? On Thu, Jun 18, 2009 at 08:06:43PM +0300, Michael S. Tsirkin wrote: On T500 thinkpad, I enabled KMS on i915, and noticed that only a single mode shows up in xrandr output. Without kms, all modes are supported. Tested on 2.6.30

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 Ken Lewis kenle...@typo.co.uk changed: What|Removed |Added Kernel Version|2.6.31-rc1 |2.6.30-rc1

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 Alex Deucher alexdeuc...@gmail.com changed: What|Removed |Added CC||alexdeuc...@gmail.com

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #3 from Ken Lewis kenle...@typo.co.uk 2009-07-06 14:59:17 --- Created an attachment (id=22233) -- (http://bugzilla.kernel.org/attachment.cgi?id=22233) dmesg output with r4xx_atom=1 set -- Configure bugmail:

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #2 from Ken Lewis kenle...@typo.co.uk 2009-07-06 14:58:26 --- I don't think it's a dupe of that because the reported experience differs: I see no mouse cursor and no powersaving effects correct the lack of an image on-screen. A

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #4 from Ken Lewis kenle...@typo.co.uk 2009-07-06 14:59:48 --- Created an attachment (id=22234) -- (http://bugzilla.kernel.org/attachment.cgi?id=22234) verbose lspci output -- Configure bugmail:

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #5 from Ken Lewis kenle...@typo.co.uk 2009-07-06 15:02:12 --- Created an attachment (id=22235) -- (http://bugzilla.kernel.org/attachment.cgi?id=22235) .config file for kernel build used -- Configure bugmail:

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #6 from Ken Lewis kenle...@typo.co.uk 2009-07-06 15:03:09 --- Please s/'driver/gpu/drm/atombios.c'/'driver/gpu/drm/radeon/atombios.c'/ -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #7 from Alex Deucher alexdeuc...@gmail.com 2009-07-06 15:07:04 --- can you attach your video bios? as root: cd /sys/bus/pci/devices/\:01\:00.0/ echo 1 rom cat rom /tmp/x700_vbios.rom echo 0 rom -- Configure bugmail:

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #8 from Ken Lewis kenle...@typo.co.uk 2009-07-06 15:19:50 --- Created an attachment (id=22236) -- (http://bugzilla.kernel.org/attachment.cgi?id=22236) video bios file -- Configure bugmail:

[Bug 21462] mach64_do_dma_init *ERROR*

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21462 Dario wallac...@gmail.com changed: What|Removed |Added CC||wallac...@gmail.com ---

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #9 from Alex Deucher alexdeuc...@gmail.com 2009-07-06 15:45:17 --- Created an attachment (id=22237) -- (http://bugzilla.kernel.org/attachment.cgi?id=22237) Fix quirk handling for MSI laptop This patch should fix the connector

Re: [PATCH 2/6] libdrm: Add missing strings.h include

2009-07-06 Thread Ian Romanick
On Sun, Jul 05, 2009 at 06:43:40PM +0300, Pauli Nieminen wrote: strcasecmp is declared in strings.h I pushed a modified version of this. strcasecmp is only used in xf86drm.c, so strings.h is included directly in that file. Thanks. signature.asc Description: Digital signature

Re: [PATCH 1/6] libdrm: Remove typedef for non-existing enum

2009-07-06 Thread Ian Romanick
Pushed. Thanks. signature.asc Description: Digital signature -- -- ___ Dri-devel mailing list Dri-devel@lists.sourceforge.net

Re: [PATCH 4/6] libdrm: Request for _XOPEN_SOURCE to get full posix headers including extensions (XSH: mknod)

2009-07-06 Thread Ian Romanick
On Sat, Jul 04, 2009 at 02:18:52AM +0300, Pauli Nieminen wrote: --- libdrm/xf86drm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libdrm/xf86drm.c b/libdrm/xf86drm.c index 1e6eb7a..7b05386 100644 --- a/libdrm/xf86drm.c +++ b/libdrm/xf86drm.c @@ -34,6 +34,7 @@

Re: [PATCH 5/6] libdrm: Make chown check for return value and in case a signal call again chown.

2009-07-06 Thread Ian Romanick
On Sun, Jul 05, 2009 at 06:51:26PM +0300, Pauli Nieminen wrote: Attached improved patch. From cdf9faaab782f2a84ee16c27a4e7b1f70d2e6ad5 Mon Sep 17 00:00:00 2001 From: Pauli Nieminen suok...@gmail.com Date: Sun, 5 Jul 2009 18:31:18 +0300 Subject: [PATCH 5/6] libdrm: Make chown check for

[Bug 22625] glDrawBuffer(GL_FRONT) rendering broken in UXA intel i915

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22625 Ian Romanick i...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH 4/6] libdrm: Request for _XOPEN_SOURCE to get full posix headers including extensions (XSH: mknod)

2009-07-06 Thread Julien Cristau
On Mon, Jul 6, 2009 at 09:46:40 -0700, Ian Romanick wrote: Here's an alterate patch the puts _XOPEN_SOURCE and _GNU_SOURCE in config.h via configure.ac. Comments? maybe use AC_USE_SYSTEM_EXTENSIONS instead? Cheers, Julien

Re: [PATCH 3/6] libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned integers.

2009-07-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pushed. Thanks. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpSMhEACgkQX1gOwKyEAw+ISgCfcedpD30PiXSDtSZqLNCCGArS phwAoIt68Y94F/2i3du3tU+7+YX+5Jhc =P5YO

[Bug 22164] PATCH: Fix DRM_MAJOR for NetBSD in libdrm

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22164 Marc Balmer m...@msys.ch changed: What|Removed |Added AssignedTo|dri-|m...@msys.ch

[Bug 13720] [2.6.30] Modesetting on Mobility Radeon X700 displays black screen

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13720 --- Comment #10 from Ken Lewis kenle...@typo.co.uk 2009-07-06 20:37:53 --- Created an attachment (id=22241) -- (http://bugzilla.kernel.org/attachment.cgi?id=22241) Dmesg with working KMS output. The patch Works For Me, against mainline

Re: [PATCH 5/6] libdrm: Make chown check for return value and in case a signal call again chown.

2009-07-06 Thread Ian Romanick
On Mon, Jul 06, 2009 at 11:44:29PM +0300, Pauli Nieminen wrote: Hi! I killed the camel case and added documentation comment before function. It is possible to use macros to get similar error checking to all others system calls that would be security problem in case of failure. I pushed

Re: [PATCH 6/6] libdrm: Add configuration option to enable strict compilation Also add -pedantic to list of warning flags.

2009-07-06 Thread Ian Romanick
On Sun, Jul 05, 2009 at 06:56:41PM +0300, Pauli Nieminen wrote: @@ -124,6 +129,10 @@ AC_CACHE_CHECK([for supported warning flags], libdrm_cv_warn_cflags, [ AC_MSG_CHECKING([which warning flags were supported])]) WARN_CFLAGS=$libdrm_cv_warn_cflags +if test x$STRICT_COMPILE = xyes;

Re: [PATCH 4/6] libdrm: Request for _XOPEN_SOURCE to get full posix headers including extensions (XSH: mknod)

2009-07-06 Thread Ian Romanick
On Mon, Jul 06, 2009 at 01:14:14PM -0700, Alan Coopersmith wrote: Julien Cristau wrote: On Mon, Jul 6, 2009 at 09:46:40 -0700, Ian Romanick wrote: Here's an alterate patch the puts _XOPEN_SOURCE and _GNU_SOURCE in config.h via configure.ac. Comments? maybe use

Re: [PATCH 4/6] libdrm: Request for _XOPEN_SOURCE to get full posix headers including extensions (XSH: mknod)

2009-07-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian Romanick wrote: On Mon, Jul 06, 2009 at 01:14:14PM -0700, Alan Coopersmith wrote: Julien Cristau wrote: On Mon, Jul 6, 2009 at 09:46:40 -0700, Ian Romanick wrote: Here's an alterate patch the puts _XOPEN_SOURCE and _GNU_SOURCE in config.h

2.6.31-rc2: Reported regressions from 2.6.30

2009-07-06 Thread Rafael J. Wysocki
[NOTE: I'll be traveling next week, so there won't be a summary report.] This message contains a list of some regressions from 2.6.30, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved

2.6.31-rc2: Reported regressions 2.6.29 - 2.6.30

2009-07-06 Thread Rafael J. Wysocki
This message contains a list of some regressions introduced between 2.6.29 and 2.6.30, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved regressions introduced between 2.6.29 and 2.6.30, please

[Bug 13707] GEM, Intel E7221, i915 hardware wedged

2009-07-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13707 Jeremy Huddleston jerem...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 22600] 2.6.28, GEM, Intel E7221 ... Xserver wedges video

2009-07-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22600 Jeremy Huddleston jerem...@freedesktop.org changed: What|Removed |Added Status|NEW |RESOLVED