On Tue, 9 Nov 2010 14:48:36 -0800, Guenter Roeck wrote:
> I think it would make sense to push this patch into the kernel, even if
> it does not fix the problem reported by Randy. The problems are obvious
> enough.
>
> Copying subsystem maintainers and mailing lists for input.
Thanks, and Jean ma
On Tue, Nov 9, 2010 at 7:35 PM, Joe Perches wrote:
> Using %pV reduces the number of printk calls and
> eliminates any possible message interleaving from
> other printk calls.
>
> Signed-off-by: Joe Perches
> ---
> ?drivers/gpu/drm/drm_stub.c | ? 14 +++---
> ?1 files changed, 11 insertion
with running the latest Head on ubuntu 10.10 x86_64 generic .config
etc.. I seem to be seeing
some messages in dmesg with errors:
dmesg | grep drm
[8.896877] [drm] Initialized drm 1.1.0 20060810
[ 13.721203] [drm] radeon defaulting to kernel modesetting.
[ 13.721210] [drm] radeon kernel m
with running the latest Head on ubuntu 10.10 x86_64 generic .config
etc.. I seem to be seeing
some messages in dmesg with errors:
dmesg | grep drm
[8.896877] [drm] Initialized drm 1.1.0 20060810
[ 13.721203] [drm] radeon defaulting to kernel modesetting.
[ 13.721210] [drm] radeon kernel m
https://bugs.freedesktop.org/show_bug.cgi?id=27314
--- Comment #19 from Rafael Ávila de Espíndola
2010-11-09 18:58:37 PST ---
Building the current X driver on a Fedora 14 system still has this bug.
The hack of reverting c7eeda8c3f3514ba95ebf2893fbe124bf526b3df works on the
imac27.
Anything I c
https://bugs.freedesktop.org/show_bug.cgi?id=27314
--- Comment #19 from Rafael ?vila de Esp?ndola
2010-11-09 18:58:37 PST ---
Building the current X driver on a Fedora 14 system still has this bug.
The hack of reverting c7eeda8c3f3514ba95ebf2893fbe124bf526b3df works on the
imac27.
Anything I c
On Tue, 2010-11-09 at 21:16 -0500, Kristian Høgsberg wrote:
> On Tue, Nov 9, 2010 at 7:35 PM, Joe Perches wrote:
> > Using %pV reduces the number of printk calls and
> > eliminates any possible message interleaving from
> > other printk calls.
> Wouldn't it be easier and more convenient to just m
On Tue, 2010-11-09 at 21:16 -0500, Kristian H?gsberg wrote:
> On Tue, Nov 9, 2010 at 7:35 PM, Joe Perches wrote:
> > Using %pV reduces the number of printk calls and
> > eliminates any possible message interleaving from
> > other printk calls.
> Wouldn't it be easier and more convenient to just m
On Tue, Nov 9, 2010 at 7:35 PM, Joe Perches wrote:
> Using %pV reduces the number of printk calls and
> eliminates any possible message interleaving from
> other printk calls.
>
> Signed-off-by: Joe Perches
> ---
> drivers/gpu/drm/drm_stub.c | 14 +++---
> 1 files changed, 11 insertion
Using %pV reduces the number of printk calls and
eliminates any possible message interleaving from
other printk calls.
Signed-off-by: Joe Perches
---
drivers/gpu/drm/drm_stub.c | 14 +++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/drm_stub.c b/dri
Multiple secessive calls to printk can be interleaved.
Avoid this possible interleaving by using %pV
Joe Perches (9):
drivers/gpu/drm/drm_stub.c: Use printf extension %pV
drivers/isdn/mISDN: Use printf extension %pV
drivers/net/wireless/ath/debug.c: Use printf extension %pV
drivers/net/wir
Using %pV reduces the number of printk calls and
eliminates any possible message interleaving from
other printk calls.
Signed-off-by: Joe Perches
---
drivers/gpu/drm/drm_stub.c | 14 +++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/drm_stub.c b/dri
Multiple secessive calls to printk can be interleaved.
Avoid this possible interleaving by using %pV
Joe Perches (9):
drivers/gpu/drm/drm_stub.c: Use printf extension %pV
drivers/isdn/mISDN: Use printf extension %pV
drivers/net/wireless/ath/debug.c: Use printf extension %pV
drivers/net/wir
Jean,
On Fri, 2010-11-05 at 13:51 -0400, Jean Delvare wrote:
> On Fri, 5 Nov 2010 09:58:01 -0700, Guenter Roeck wrote:
> > On Fri, 2010-11-05 at 12:21 -0400, Randy Dunlap wrote:
> > > /sys/bus/i2c/devices/i2c-0/name:gmbus disabled
> > > /sys/bus/i2c/devices/i2c-10/name:GPIOE
> > > /sys/bus/i2c/dev
On Tue, 9 Nov 2010 14:48:36 -0800, Guenter Roeck
wrote:
> I think it would make sense to push this patch into the kernel, even if
> it does not fix the problem reported by Randy. The problems are obvious
> enough.
>
> Copying subsystem maintainers and mailing lists for input.
Thanks, and Jean m
Jean,
On Fri, 2010-11-05 at 13:51 -0400, Jean Delvare wrote:
> On Fri, 5 Nov 2010 09:58:01 -0700, Guenter Roeck wrote:
> > On Fri, 2010-11-05 at 12:21 -0400, Randy Dunlap wrote:
> > > /sys/bus/i2c/devices/i2c-0/name:gmbus disabled
> > > /sys/bus/i2c/devices/i2c-10/name:GPIOE
> > > /sys/bus/i2c/dev
https://bugs.freedesktop.org/show_bug.cgi?id=31400
Tobias Jakobi changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://bugs.freedesktop.org/show_bug.cgi?id=31400
Tobias Jakobi changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://bugs.freedesktop.org/show_bug.cgi?id=31400
--- Comment #3 from Alex Deucher 2010-11-09 13:10:22 PST ---
(In reply to comment #2)
> Thanks for fixing this. Although I noticed that your patch only seems to touch
> r600 classic, while I also noticed lots of mipmap rendering errors with the
>
https://bugs.freedesktop.org/show_bug.cgi?id=31400
--- Comment #3 from Alex Deucher 2010-11-09 13:10:22 PST
---
(In reply to comment #2)
> Thanks for fixing this. Although I noticed that your patch only seems to touch
> r600 classic, while I also noticed lots of mipmap rendering errors with the
On Thu, 2010-11-04 at 19:34 +0100, Thomas Hellstrom wrote:
> Ben,
>
> I had something like the attached in mind, although it might be more
> beneficial to do the actual refcounting in drivers that needs it. Atomic
> incs and decs are expensive, but I'm not sure how expensive relative to
> funct
On Die, 2010-11-09 at 11:37 +0100, Markus Trippelsdorf wrote:
> On Tue, Nov 09, 2010 at 11:32:57AM +0100, Michel D?nzer wrote:
> > On Die, 2010-11-09 at 11:07 +0100, Thomas Hellstrom wrote:
> > > On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
> > > > On 11/09/2010 10:29 AM, Markus Trippelsdorf w
From: Michel D?nzer
If ttm_bo_init() returns failure, it already destroyed the BO, so we need to
retry from scratch.
Signed-off-by: Michel D?nzer
Tested-by: Markus Trippelsdorf
Cc: stable at kernel.org
---
drivers/gpu/drm/radeon/radeon_object.c |4 ++--
1 files changed, 2 insertions(+), 2
On Tue, Nov 09, 2010 at 11:32:57AM +0100, Michel D?nzer wrote:
> On Die, 2010-11-09 at 11:07 +0100, Thomas Hellstrom wrote:
> > On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
> > > On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
> > >> OK I've found the buggy commit by bisection:
> > >>
> > >>
On Die, 2010-11-09 at 11:07 +0100, Thomas Hellstrom wrote:
> On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
> > On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
> >> OK I've found the buggy commit by bisection:
> >>
> >> e376573f7267390f4e1bdc552564b6fb913bce76 is the first bad commit
> >> comm
https://bugs.freedesktop.org/show_bug.cgi?id=31400
--- Comment #2 from Tobias Jakobi 2010-11-09 11:15:37 PST
---
Thanks for fixing this. Although I noticed that your patch only seems to touch
r600 classic, while I also noticed lots of mipmap rendering errors with the
gallium driver. Or are the r
https://bugs.freedesktop.org/show_bug.cgi?id=31400
--- Comment #2 from Tobias Jakobi 2010-11-09 11:15:37
PST ---
Thanks for fixing this. Although I noticed that your patch only seems to touch
r600 classic, while I also noticed lots of mipmap rendering errors with the
gallium driver. Or are the r
On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
> On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
>> On Mon, Nov 08, 2010 at 11:29:16PM +0100, Thomas Hellstrom wrote:
>>> On 11/08/2010 09:53 PM, Jerome Glisse wrote:
On Mon, Nov 8, 2010 at 2:02 PM, Markus Trippelsdorf
wrote:
> On
On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
> On Mon, Nov 08, 2010 at 11:29:16PM +0100, Thomas Hellstrom wrote:
>
>> On 11/08/2010 09:53 PM, Jerome Glisse wrote:
>>
>>> On Mon, Nov 8, 2010 at 2:02 PM, Markus Trippelsdorf
>>>wrote:
>>>
On Mon, Nov 08, 2010 at 07:43:
On Mon, Nov 08, 2010 at 11:29:16PM +0100, Thomas Hellstrom wrote:
> On 11/08/2010 09:53 PM, Jerome Glisse wrote:
> >On Mon, Nov 8, 2010 at 2:02 PM, Markus Trippelsdorf
> > wrote:
> >>On Mon, Nov 08, 2010 at 07:43:02PM +0100, Markus Trippelsdorf wrote:
> >>>On Mon, Nov 08, 2010 at 06:07:37PM +0100,
https://bugs.freedesktop.org/show_bug.cgi?id=31465
--- Comment #5 from Michael R 2010-11-09 10:15:27 PST ---
Ok, I upgraded mesa to Ubuntu xorg-edgers packages.
glxinfo now says:
OpenGL vendor string: X.Org R300 Project
OpenGL renderer string: Gallium 0.4 on R420
OpenGL version string: 2.1 Mesa
https://bugs.freedesktop.org/show_bug.cgi?id=31465
--- Comment #5 from Michael R 2010-11-09 10:15:27 PST ---
Ok, I upgraded mesa to Ubuntu xorg-edgers packages.
glxinfo now says:
OpenGL vendor string: X.Org R300 Project
OpenGL renderer string: Gallium 0.4 on R420
OpenGL version string: 2.1 Mesa
On Tue, Nov 9, 2010 at 2:18 AM, Thomas Hellstrom wrote:
> On 11/09/2010 04:03 AM, Ben Skeggs wrote:
>>
>> On Thu, 2010-11-04 at 19:34 +0100, Thomas Hellstrom wrote:
>>
>>>
>>> Ben,
>>>
>>> I had something like the attached in mind, although it might be more
>>> beneficial to do the actual refcount
https://bugs.freedesktop.org/show_bug.cgi?id=31465
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|7.5
https://bugs.freedesktop.org/show_bug.cgi?id=31465
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|7.5
On 11/09/2010 04:03 AM, Ben Skeggs wrote:
> On Thu, 2010-11-04 at 19:34 +0100, Thomas Hellstrom wrote:
>
>> Ben,
>>
>> I had something like the attached in mind, although it might be more
>> beneficial to do the actual refcounting in drivers that needs it. Atomic
>> incs and decs are expensive,
On Tue, Nov 9, 2010 at 2:18 AM, Thomas Hellstrom wrote:
> On 11/09/2010 04:03 AM, Ben Skeggs wrote:
>>
>> On Thu, 2010-11-04 at 19:34 +0100, Thomas Hellstrom wrote:
>>
>>>
>>> Ben,
>>>
>>> I had something like the attached in mind, although it might be more
>>> beneficial to do the actual refcount
https://bugs.freedesktop.org/show_bug.cgi?id=31499
Summary: [r300g] KWin Lanczos filter problems - Black Windows
using effects
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=31499
--- Comment #1 from YAFU 2010-11-09 05:44:58 PST ---
I'm sorry, screen shots are in the first link (Comment #8)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You
https://bugs.freedesktop.org/show_bug.cgi?id=31499
--- Comment #1 from YAFU 2010-11-09 05:44:58 PST ---
I'm sorry, screen shots are in the first link (Comment #8)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You
https://bugs.freedesktop.org/show_bug.cgi?id=31499
Summary: [r300g] KWin Lanczos filter problems - Black Windows
using effects
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
On Die, 2010-11-09 at 11:37 +0100, Markus Trippelsdorf wrote:
> On Tue, Nov 09, 2010 at 11:32:57AM +0100, Michel Dänzer wrote:
> > On Die, 2010-11-09 at 11:07 +0100, Thomas Hellstrom wrote:
> > > On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
> > > > On 11/09/2010 10:29 AM, Markus Trippelsdorf w
From: Michel Dänzer
If ttm_bo_init() returns failure, it already destroyed the BO, so we need to
retry from scratch.
Signed-off-by: Michel Dänzer
Tested-by: Markus Trippelsdorf
Cc: sta...@kernel.org
---
drivers/gpu/drm/radeon/radeon_object.c |4 ++--
1 files changed, 2 insertions(+), 2 de
On Tue, Nov 09, 2010 at 11:32:57AM +0100, Michel Dänzer wrote:
> On Die, 2010-11-09 at 11:07 +0100, Thomas Hellstrom wrote:
> > On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
> > > On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
> > >> OK I've found the buggy commit by bisection:
> > >>
> > >>
On Die, 2010-11-09 at 11:07 +0100, Thomas Hellstrom wrote:
> On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
> > On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
> >> OK I've found the buggy commit by bisection:
> >>
> >> e376573f7267390f4e1bdc552564b6fb913bce76 is the first bad commit
> >> comm
On 11/09/2010 10:53 AM, Thomas Hellstrom wrote:
On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
On Mon, Nov 08, 2010 at 11:29:16PM +0100, Thomas Hellstrom wrote:
On 11/08/2010 09:53 PM, Jerome Glisse wrote:
On Mon, Nov 8, 2010 at 2:02 PM, Markus Trippelsdorf
wrote:
On Mon, Nov 08, 2010
On 11/09/2010 10:29 AM, Markus Trippelsdorf wrote:
On Mon, Nov 08, 2010 at 11:29:16PM +0100, Thomas Hellstrom wrote:
On 11/08/2010 09:53 PM, Jerome Glisse wrote:
On Mon, Nov 8, 2010 at 2:02 PM, Markus Trippelsdorf
wrote:
On Mon, Nov 08, 2010 at 07:43:02PM +0100, Markus Tri
On Mon, Nov 08, 2010 at 11:29:16PM +0100, Thomas Hellstrom wrote:
> On 11/08/2010 09:53 PM, Jerome Glisse wrote:
> >On Mon, Nov 8, 2010 at 2:02 PM, Markus Trippelsdorf
> > wrote:
> >>On Mon, Nov 08, 2010 at 07:43:02PM +0100, Markus Trippelsdorf wrote:
> >>>On Mon, Nov 08, 2010 at 06:07:37PM +0100,
Hi,
The [vk][cmz]alloc(_node) family of functions return void pointers which
it's completely unnecessary/pointless to cast to other pointer types since
that happens implicitly.
This patch removes such casts from drivers/gpu/drm/
Signed-off-by: Jesper Juhl
---
drm_sman.c |4 +---
1 file ch
On Mon, Nov 08, 2010 at 10:51:10AM -0500, Konrad Rzeszutek Wilk wrote:
> Hey guys,
>
> This failure also occurs on v2.6.37-rc1 (the branch Bruce is
> referring has been merged in Linus's tree). This compile
> failure can be demonstrated if one does not
> select VIDEO_OUTPUT_CONTROL and enables th
Hi,
The [vk][cmz]alloc(_node) family of functions return void pointers which
it's completely unnecessary/pointless to cast to other pointer types since
that happens implicitly.
This patch removes such casts from drivers/gpu/drm/
Signed-off-by: Jesper Juhl
---
drm_sman.c |4 +---
1 file ch
51 matches
Mail list logo