[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb-Magic == 0xaabbccdd' failed

2010-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26999 --- Comment #9 from Gustavo Guillermo Perez mad...@gmail.com 2010-09-22 00:34:55 PDT --- If someone wants to test this, please do so ! If you find bugs, send me a mail with reproduction scenario (and gdb backtrace if you can), thanks.

[Bug 30325] New: video=1280x...@50 no longer works

2010-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30325 Summary: video=1280x...@50 no longer works Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority:

Re: [PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Florian Mickler
[cc'd chris wilson] Hi Andy! On Mon, 20 Sep 2010 19:02:30 -0400 Andy Walls awa...@md.metrocast.net wrote: BTW, I found that Chris Wilson recently committed a change to inhibit all drm connector polling globally for a different reason:

Re: [stable] regression in 2.6.35.4 'load is to heavy (video subsystem?)'

2010-09-22 Thread Florian Mickler
On Wed, 22 Sep 2010 11:42:41 +0200 Karsten Mehrhoff kaw...@gmx.de wrote: [Am 22.09.2010, 02:01 Uhr, schrieb Greg KH g...@kroah.com] Difference between 2.6.35.1/2/3 and 2.6.35.4 while watching some videos: 2.6.35.4 switches the cpu for flash videos in the browser (opera or iceweasel)

Re: [PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 01:30 -0400, Alex Deucher wrote: On Tue, Sep 21, 2010 at 1:30 PM, Andy Walls awa...@md.metrocast.net wrote: In a larger sense it's about user policy for error reporting by the drm and radeon drivers, and error response by both the drivers and the user. In the face

Re: [PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 11:44 +0200, Florian Mickler wrote: [cc'd chris wilson] Oops. Thanks! Hi Andy! On Mon, 20 Sep 2010 19:02:30 -0400 Andy Walls awa...@md.metrocast.net wrote: BTW, I found that Chris Wilson recently committed a change to inhibit all drm connector polling globally

Re: [PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Jon Smirl
On Wed, Sep 22, 2010 at 1:30 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Tue, Sep 21, 2010 at 1:30 PM, Andy Walls awa...@md.metrocast.net wrote: On Tue, 2010-09-21 at 00:26 -0400, Alex Deucher wrote: 2010/9/20 Andy Walls awa...@md.metrocast.net: On Mon, 2010-09-20 at 20:29 +0200, Rafał

Re: [PATCH v2 2/2] Doc/ABI: sysfs-drm initial document; polled entry

2010-09-22 Thread Greg KH
On Tue, Sep 21, 2010 at 11:20:22PM -0400, Andy Walls wrote: +Where: /sys/devices/.../drm/cardN/cardN-C-M/polled + For N a decimal system graphics adapter number: 0, 1, 2, ... + For C a connector type name (including spaces) from the set: Spaces? Really?

[Bug 30329] New: [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches

2010-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30329 Summary: [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 30329] [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches

2010-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30329 --- Comment #1 from Jure Repinc jlp.b...@gmail.com 2010-09-22 09:18:16 PDT --- Created an attachment (id=38880) -- (https://bugs.freedesktop.org/attachment.cgi?id=38880) dmesg -- Configure bugmail:

[Bug 30329] [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches

2010-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30329 --- Comment #3 from Jure Repinc jlp.b...@gmail.com 2010-09-22 09:27:02 PDT --- Created an attachment (id=38882) -- (https://bugs.freedesktop.org/attachment.cgi?id=38882) lspci -- Configure bugmail:

Re: [PATCH v2 2/2] Doc/ABI: sysfs-drm initial document; polled entry

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 08:06 -0700, Greg KH wrote: On Tue, Sep 21, 2010 at 11:20:22PM -0400, Andy Walls wrote: +Where: /sys/devices/.../drm/cardN/cardN-C-M/polled + For N a decimal system graphics adapter number: 0, 1, 2, ... + For C a connector type name

[2.6.36-rc5] TTM fixes...

2010-09-22 Thread Daniel J Blueman
Correct allocation flags type and function prototype for ANSI C compliance. Signed-off-by: Daniel J Blueman daniel.blue...@gmail.com Reviewed-by: Alex Deucher alexdeuc...@gmail.com diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c index ca90479..b1e02ff

[2.6.36-rc5] DRM fixes...

2010-09-22 Thread Daniel J Blueman
Correct function storage class, and correct assignment type. Signed-off-by: Daniel J Blueman daniel.blue...@gmail.com Reviewed-by: Alex Deucher alexdeuc...@gmail.com diff --git a/drivers/gpu/drm/drm_buffer.c b/drivers/gpu/drm/drm_buffer.c index 55d03ed..687de5f 100644 ---

[2.6.36-rc5] radeon fixes...

2010-09-22 Thread Daniel J Blueman
Fix string interpreted as trigraph and typo. Signed-off-by: Daniel J Blueman daniel.blue...@gmail.com Reviewed-by: Alex Deucher alexdeuc...@gmail.com diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index 1bc72c3..fe359a2 100644 ---

[2.6.36-rc5] VGA arbiter fixlet...

2010-09-22 Thread Daniel J Blueman
Correct function being needlessly visible outside compilation unit when the only users are internal. Signed-off-by: Daniel J Blueman daniel.blue...@gmail.com Reviewed-by: Alex Deucher alexdeuc...@gmail.com diff --git a/drivers/gpu/vga/vgaarb.c b/drivers/gpu/vga/vgaarb.c index b87569e..f366f96

Re: [PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-22 Thread Marius Gröger
Am 22.09.2010 06:40, schrieb Alex Deucher: 2010/9/21 Marius Grögermarius.groe...@googlemail.com: On 10.09.2010 17:20 Alex Deucher wrote: The scaler doesn't appear to work with interlaced modes as you've noticed; I don't off hand know whether it can be made to or not. Unfortunately, I won't

[Bug 29732] r300g + google-earth: no images in pop-up windows (panoramio etc.)

2010-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29732 --- Comment #2 from zandgreen zandgr...@gmail.com 2010-09-22 12:17:11 PDT --- Got new results in Xorg.0.log, see attachment. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 29732] r300g + google-earth: no images in pop-up windows (panoramio etc.)

2010-09-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29732 --- Comment #3 from zandgreen zandgr...@gmail.com 2010-09-22 12:21:59 PDT --- Created an attachment (id=38887) -- (https://bugs.freedesktop.org/attachment.cgi?id=38887) Segfault 11 crash Must be something different from the primary matter but

Re: [PATCH v2 2/2] Doc/ABI: sysfs-drm initial document; polled entry

2010-09-22 Thread Greg KH
On Wed, Sep 22, 2010 at 12:36:06PM -0400, Andy Walls wrote: On Wed, 2010-09-22 at 08:06 -0700, Greg KH wrote: On Tue, Sep 21, 2010 at 11:20:22PM -0400, Andy Walls wrote: +Where: /sys/devices/.../drm/cardN/cardN-C-M/polled + For N a decimal system graphics adapter number:

Re: [PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 08:31 -0400, Andy Walls wrote: On Wed, 2010-09-22 at 01:30 -0400, Alex Deucher wrote: It appears to be incorrect. If you send me a copy of the vbios, I can easily add a quirk. I suspect your board oem may offer several boards with different output configurations and

Re: [PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Adam Jackson
On Tue, 2010-09-21 at 23:02 +0100, Sam Tygier wrote: Currently an invalid EDID extension will cause the whole EDID to be considered invalid. Instead just drop the extension, and return the valid base block. The base block is modified to not claim to have extensions, and update the checksum.

idr_remove called for id=0 which is not allocated

2010-09-22 Thread Alessandro Guido
I have this traces in my logs (full dmesg attached). idr_remove called for id=0 which is not allocated. Pid: 1136, comm: Xorg Not tainted 2.6.36-rc5-49-gc79bd89 #1 Call Trace: [c1379e16] ? printk+0x18/0x1a [c113b8f3] idr_remove+0x73/0x1c0 [c11b8d6f] drm_mode_object_put+0x2f/0x50 [c11b8f6e]

Re: [PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Sam Tygier
On 22/09/10 21:59, Adam Jackson wrote: On Tue, 2010-09-21 at 23:02 +0100, Sam Tygier wrote: Currently an invalid EDID extension will cause the whole EDID to be considered invalid. Instead just drop the extension, and return the valid base block. The base block is modified to not claim to have

Re: idr_remove called for id=0 which is not allocated

2010-09-22 Thread Andrew Morton
On Wed, 22 Sep 2010 23:10:10 +0200 Alessandro Guido a...@alessandroguido.name wrote: I have this traces in my logs (full dmesg attached). idr_remove called for id=0 which is not allocated. Pid: 1136, comm: Xorg Not tainted 2.6.36-rc5-49-gc79bd89 #1 Call Trace: [c1379e16] ?

regression in 2.6.35.4 'load is to heavy (video subsystem?)'

2010-09-22 Thread Dave Airlie
On Tue, 2010-09-21 at 16:50 -0700, Andrew Morton wrote: > On Mon, 30 Aug 2010 10:02:36 +0200 > Karsten Mehrhoff wrote: > > > Using the same .config from 2.6.35.3 to compile 2.5.36.4 results in a > > heavy load with 2.6.35.4. > > A regression within -stable is rather bad. > > > Example: > >

[PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Sam Tygier
Currently an invalid EDID extension will cause the whole EDID to be considered invalid. Instead just drop the extension, and return the valid base block. The base block is modified to not claim to have extensions, and update the checksum. For my EIZO S2242W the base block is fine, but the

[PATCH v2 0/2] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
Per Greg's request, here is a resend of my previous patch to add sysfs entries to allow manual override of DRM KMS connector polling actions, with accompanying documentation. Only documentation has been added. No code has changed from the previous patch submission. diffstat:

[PATCH v2 1/2] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
DRM KMS polling of connections providing errant EDID responses, or polling of "connectors" that have chips responding on DDC I2C bus address 0xA0/0xA1 with no actual physical connector nor EDID EEPROM, will create perpetual noise in dmesg and the system log every 10 seconds. Currently the user

[PATCH v2 2/2] Doc/ABI: sysfs-drm initial document; "polled" entry

2010-09-22 Thread Andy Walls
This is the initial addition of documentation for the drm module's sysfs entries. It provides a drm sysfs entries overview, and a detailed description of the new drm per output connector "polled" entry in sysfs. Signed-of-by: Andy Walls diff --git a/Documentation/ABI/testing/sysfs-drm

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-22 Thread Alex Deucher
2010/9/21 Marius Gr?ger : > On 10.09.2010 17:20 Alex Deucher wrote: >> >> The scaler doesn't appear to work with interlaced modes as you've >> noticed; I don't off hand know whether it can be made to or not. >> Unfortunately, I won't have time to dig into this more for a while. > > Is there public

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Alex Deucher
On Tue, Sep 21, 2010 at 1:30 PM, Andy Walls wrote: > On Tue, 2010-09-21 at 00:26 -0400, Alex Deucher wrote: >> 2010/9/20 Andy Walls : >> > On Mon, 2010-09-20 at 20:29 +0200, Rafa? Mi?ecki wrote: >> >> 2010/9/20 Andy Walls : >> >> > DRM KMS polling of connections providing errant EDID responses,

[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb->Magic == 0xaabbccdd' failed

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26999 --- Comment #9 from Gustavo Guillermo Perez 2010-09-22 00:34:55 PDT --- > If someone wants to test this, please do so ! If you find bugs, send me a mail > with reproduction scenario (and gdb backtrace if you can), thanks. Especially > if you

[Bug 30325] New: video=1280x720@50 no longer works

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30325 Summary: video=1280x720 at 50 no longer works Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority:

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Florian Mickler
[cc'd chris wilson] Hi Andy! On Mon, 20 Sep 2010 19:02:30 -0400 Andy Walls wrote: > BTW, I found that Chris Wilson recently committed a change to inhibit > all drm connector polling globally for a different reason: > >

[stable] regression in 2.6.35.4 'load is to heavy (video subsystem?)'

2010-09-22 Thread Florian Mickler
On Wed, 22 Sep 2010 11:42:41 +0200 Karsten Mehrhoff wrote: > [Am 22.09.2010, 02:01 Uhr, schrieb Greg KH ] > > >>> Difference between 2.6.35.1/2/3 and 2.6.35.4 while watching some > >> videos: > >>> 2.6.35.4 switches the cpu for flash videos in the browser (opera or > >>> iceweasel) or other

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 01:30 -0400, Alex Deucher wrote: > On Tue, Sep 21, 2010 at 1:30 PM, Andy Walls > wrote: > > In a larger sense it's about user policy for error reporting by the drm > > and radeon drivers, and error response by both the drivers and the user. > > > > In the face of EDID

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 11:44 +0200, Florian Mickler wrote: > [cc'd chris wilson] Oops. Thanks! > Hi Andy! > > On Mon, 20 Sep 2010 19:02:30 -0400 > Andy Walls wrote: > > > BTW, I found that Chris Wilson recently committed a change to inhibit > > all drm connector polling globally for a

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Jon Smirl
On Wed, Sep 22, 2010 at 1:30 AM, Alex Deucher wrote: > On Tue, Sep 21, 2010 at 1:30 PM, Andy Walls > wrote: >> On Tue, 2010-09-21 at 00:26 -0400, Alex Deucher wrote: >>> 2010/9/20 Andy Walls : >>> > On Mon, 2010-09-20 at 20:29 +0200, Rafa? Mi?ecki wrote: >>> >> 2010/9/20 Andy Walls : >>> >> >

[PATCH v2 2/2] Doc/ABI: sysfs-drm initial document; "polled" entry

2010-09-22 Thread Greg KH
On Tue, Sep 21, 2010 at 11:20:22PM -0400, Andy Walls wrote: > +Where: /sys/devices/<...>/drm/cardN/cardN-C-M/polled > + For N a decimal system graphics adapter number: 0, 1, 2, ... > + For C a connector type name (including spaces) from the set: Spaces?

[Bug 30329] New: [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30329 Summary: [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 30329] [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30329 --- Comment #1 from Jure Repinc 2010-09-22 09:18:16 PDT --- Created an attachment (id=38880) --> (https://bugs.freedesktop.org/attachment.cgi?id=38880) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 30329] [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30329 --- Comment #2 from Jure Repinc 2010-09-22 09:19:23 PDT --- Created an attachment (id=38881) --> (https://bugs.freedesktop.org/attachment.cgi?id=38881) Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 30329] [r600c/evergreen] KWin Present Windows effect extremely slow and has graphical glitches

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30329 --- Comment #3 from Jure Repinc 2010-09-22 09:27:02 PDT --- Created an attachment (id=38882) --> (https://bugs.freedesktop.org/attachment.cgi?id=38882) lspci -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[PATCH v2 2/2] Doc/ABI: sysfs-drm initial document; "polled" entry

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 08:06 -0700, Greg KH wrote: > On Tue, Sep 21, 2010 at 11:20:22PM -0400, Andy Walls wrote: > > +Where: /sys/devices/<...>/drm/cardN/cardN-C-M/polled > > + For N a decimal system graphics adapter number: 0, 1, 2, ... > > + For C a connector type

[2.6.36-rc5] TTM fixes...

2010-09-22 Thread Daniel J Blueman
Correct allocation flags type and function prototype for ANSI C compliance. Signed-off-by: Daniel J Blueman Reviewed-by: Alex Deucher diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c index ca90479..b1e02ff 100644 ---

[2.6.36-rc5] DRM fixes...

2010-09-22 Thread Daniel J Blueman
Correct function storage class, and correct assignment type. Signed-off-by: Daniel J Blueman Reviewed-by: Alex Deucher diff --git a/drivers/gpu/drm/drm_buffer.c b/drivers/gpu/drm/drm_buffer.c index 55d03ed..687de5f 100644 --- a/drivers/gpu/drm/drm_buffer.c +++ b/drivers/gpu/drm/drm_buffer.c @@

[2.6.36-rc5] radeon fixes...

2010-09-22 Thread Daniel J Blueman
Fix string interpreted as trigraph and typo. Signed-off-by: Daniel J Blueman Reviewed-by: Alex Deucher diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index 1bc72c3..fe359a2 100644 --- a/drivers/gpu/drm/radeon/atombios.h +++

[2.6.36-rc5] VGA arbiter fixlet...

2010-09-22 Thread Daniel J Blueman
Correct function being needlessly visible outside compilation unit when the only users are internal. Signed-off-by: Daniel J Blueman Reviewed-by: Alex Deucher diff --git a/drivers/gpu/vga/vgaarb.c b/drivers/gpu/vga/vgaarb.c index b87569e..f366f96 100644 --- a/drivers/gpu/vga/vgaarb.c +++

[PATCH] drm/radeon/kms: don't enable underscan with interlaced modes

2010-09-22 Thread Marius Gröger
Am 22.09.2010 06:40, schrieb Alex Deucher: > 2010/9/21 Marius Gr?ger: >> On 10.09.2010 17:20 Alex Deucher wrote: >>> >>> The scaler doesn't appear to work with interlaced modes as you've >>> noticed; I don't off hand know whether it can be made to or not. >>> Unfortunately, I won't have time to

[Bug 29732] r300g + google-earth: no images in pop-up windows (panoramio etc.)

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29732 --- Comment #2 from zandgreen 2010-09-22 12:17:11 PDT --- Got new results in Xorg.0.log, see attachment. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Bug 29732] r300g + google-earth: no images in pop-up windows (panoramio etc.)

2010-09-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=29732 --- Comment #3 from zandgreen 2010-09-22 12:21:59 PDT --- Created an attachment (id=38887) --> (https://bugs.freedesktop.org/attachment.cgi?id=38887) Segfault 11 crash Must be something different from the primary matter but might give a hint.

[PATCH v2 2/2] Doc/ABI: sysfs-drm initial document; "polled" entry

2010-09-22 Thread Greg KH
On Wed, Sep 22, 2010 at 12:36:06PM -0400, Andy Walls wrote: > On Wed, 2010-09-22 at 08:06 -0700, Greg KH wrote: > > On Tue, Sep 21, 2010 at 11:20:22PM -0400, Andy Walls wrote: > > > +Where: /sys/devices/<...>/drm/cardN/cardN-C-M/polled > > > + For N a decimal system graphics

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 08:31 -0400, Andy Walls wrote: > On Wed, 2010-09-22 at 01:30 -0400, Alex Deucher wrote: > > It appears to be incorrect. If you send me a copy of the vbios, I can > > easily add a quirk. I suspect your board oem may offer several boards > > with different output

[PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Adam Jackson
t -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100922/fdf0bb28/attachment.pgp>

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Andy Walls
On Wed, 2010-09-22 at 09:33 -0400, Jon Smirl wrote: > On Wed, Sep 22, 2010 at 1:30 AM, Alex Deucher > wrote: > > On Tue, Sep 21, 2010 at 1:30 PM, Andy Walls > > wrote: > >> On Tue, 2010-09-21 at 00:26 -0400, Alex Deucher wrote: > >>> 2010/9/20 Andy Walls : > >>> > On Mon, 2010-09-20 at 20:29

[PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Adam Jackson
d try? Depends on what your driver is, I suspect. Did it ever work? - ajax -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100922/d9dd08b5/attachment-0001.pgp>

[PATCH] DRM: ignore invalid EDID extensions

2010-09-22 Thread Sam Tygier
On 22/09/10 21:59, Adam Jackson wrote: > On Tue, 2010-09-21 at 23:02 +0100, Sam Tygier wrote: >> Currently an invalid EDID extension will cause the whole EDID to be >> considered invalid. Instead just drop the extension, and return the >> valid base block. The base block is modified to not claim

[PATCH] drm/sysfs: Provide per connector control of DRM KMS polling

2010-09-22 Thread Jon Smirl
On Wed, Sep 22, 2010 at 5:07 PM, Andy Walls wrote: > On Wed, 2010-09-22 at 09:33 -0400, Jon Smirl wrote: >> On Wed, Sep 22, 2010 at 1:30 AM, Alex Deucher >> wrote: >> > On Tue, Sep 21, 2010 at 1:30 PM, Andy Walls >> > wrote: >> >> On Tue, 2010-09-21 at 00:26 -0400, Alex Deucher wrote: >> >>>

idr_remove called for id=0 which is not allocated

2010-09-22 Thread Andrew Morton
On Wed, 22 Sep 2010 23:10:10 +0200 Alessandro Guido wrote: > I have this traces in my logs (full dmesg attached). > > idr_remove called for id=0 which is not allocated. > Pid: 1136, comm: Xorg Not tainted 2.6.36-rc5-49-gc79bd89 #1 > Call Trace: > [] ? printk+0x18/0x1a > []