On Wed, 2010-10-06 at 21:24 -0700, Keith Packard wrote:
> A physically mapped hardware status page is allocated at driver load
> time but was never freed. Call the existing code to free this page at
> driver unload time on hardware which uses this kind.
the free_hws gets called after we disappear
On Wed, Oct 06, 2010 at 08:54:12PM +0200, Daniel Vetter wrote:
> On Wed, Oct 06, 2010 at 08:20:15PM +0200, Marcin Slusarz wrote:
> > On Wed, Oct 06, 2010 at 06:39:07PM +0200, Daniel Vetter wrote:
> > > +static void radeon_kick_out_firmware_fb(struct drm_device *ddev)
> > > +{
> > > + struct apertur
From: Dave Airlie
since the handle references are all tied to a file_priv, and when it disappears
all the handle refs go with it.
The fbcon ones we'd only notice on unload, but the nouveau notifier one
would would happen on reboot.
nouveau: Reported-by: Marc Dionne
nouveau: Tested-by: Marc Dio
A physically mapped hardware status page is allocated at driver load
time but was never freed. Call the existing code to free this page at
driver unload time on hardware which uses this kind.
Signed-off-by: Keith Packard
---
drivers/gpu/drm/i915/i915_dma.c |3 +++
1 files changed, 3 insertio
A physically mapped hardware status page is allocated at driver load
time but was never freed. Call the existing code to free this page at
driver unload time on hardware which uses this kind.
Signed-off-by: Keith Packard
---
drivers/gpu/drm/i915/i915_dma.c |3 +++
1 files changed, 3 insertio
On Wed, Oct 06, 2010 at 08:20:15PM +0200, Marcin Slusarz wrote:
> On Wed, Oct 06, 2010 at 06:39:07PM +0200, Daniel Vetter wrote:
> > +static void radeon_kick_out_firmware_fb(struct drm_device *ddev)
> > +{
> > + struct apertures_struct *ap;
> > + bool primary = false;
> > +
> > + ap = alloc_a
On Wed, Oct 06, 2010 at 06:39:07PM +0200, Daniel Vetter wrote:
> From: Benjamin Herrenschmidt
>
> Without this, we attempt the handover too late, the firmware fb
> might be accessing the chip simultaneously to us re-initializing
> various parts of it, which might frighten babies or cause all sort
From: Benjamin Herrenschmidt
Without this, we attempt the handover too late, the firmware fb
might be accessing the chip simultaneously to us re-initializing
various parts of it, which might frighten babies or cause all sort
of nasty psychologic trauma to kitten.
Cc: stable at kernel.org
Signed-
This is the nasty race condition fix from Thomas, I've been running it and
playing with firefox a lot and haven't seen any side effects of it, we
have positive feedback on it fixing the actual problem of up 1GB of memory
leaked in 5-10s of scrolling in the pathalogical cases.
Dave.
The follow
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #16 from Alex Deucher 2010-10-06 17:14:30 PDT ---
This might be an issue with non-cpu accessible vram. Do you still see the
issue with the drm-next or drm-radeon-testing branches of Dave's drm tree?
Specifically, make sure your kern
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #16 from Alex Deucher 2010-10-06 17:14:30 PDT
---
This might be an issue with non-cpu accessible vram. Do you still see the
issue with the drm-next or drm-radeon-testing branches of Dave's drm tree?
Specifically, make sure your ker
https://bugs.freedesktop.org/show_bug.cgi?id=30638
--- Comment #4 from Frédéric L. W. Meunier 2010-10-06
17:04:18 PDT ---
Created an attachment (id=39246)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39246)
glxinfo with the old driver using Mesa 7.9
--
Configure bugmail: https://bugs.f
https://bugs.freedesktop.org/show_bug.cgi?id=30638
--- Comment #4 from Fr?d?ric L. W. Meunier
2010-10-06 17:04:18 PDT ---
Created an attachment (id=39246)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39246)
glxinfo with the old driver using Mesa 7.9
--
Configure bugmail: https://bugs.f
https://bugs.freedesktop.org/show_bug.cgi?id=30638
--- Comment #3 from Frédéric L. W. Meunier 2010-10-06
17:03:42 PDT ---
Created an attachment (id=39245)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39245)
glxinfo with the Gallium driver using Mesa 7.9
I'm attaching both logs. One with
https://bugs.freedesktop.org/show_bug.cgi?id=30638
--- Comment #3 from Fr?d?ric L. W. Meunier
2010-10-06 17:03:42 PDT ---
Created an attachment (id=39245)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39245)
glxinfo with the Gallium driver using Mesa 7.9
I'm attaching both logs. One with
https://bugs.freedesktop.org/show_bug.cgi?id=30638
--- Comment #2 from Marek Olšák 2010-10-06 16:27:35 PDT ---
(In reply to comment #0)
> Running synchronized to the vertical refresh. The framerate should be
> approximately the same as the monitor refresh rate.
> 378 frames in 5.0 seconds = 75.4
https://bugs.freedesktop.org/show_bug.cgi?id=30638
--- Comment #2 from Marek Ol??k 2010-10-06 16:27:35 PDT
---
(In reply to comment #0)
> Running synchronized to the vertical refresh. The framerate should be
> approximately the same as the monitor refresh rate.
> 378 frames in 5.0 seconds = 75.
On 09/24/2010 10:07 AM, Randy Dunlap wrote:
> On Thu, 23 Sep 2010 18:31:32 +0200 Uwe Bonnes wrote:
>
> [just adding cc's]
>
>
>>> "Randy" == Randy Dunlap writes:
>>>
>> Randy> Is CONFIG_DRM_KMS_HELPER enabled in your kernel .config file? If
>> Randy> not, we need
https://bugs.freedesktop.org/show_bug.cgi?id=29833
--- Comment #10 from Fabio Varesano 2010-10-06
14:29:04 PDT ---
@Fabio Pedretti I'm running Archlinux so I'm unable to use the ppa .. how can I
test it with my current config? (see my logs above for software versions)
@Alex ok.. how can I check
https://bugs.freedesktop.org/show_bug.cgi?id=29833
--- Comment #10 from Fabio Varesano 2010-10-06
14:29:04 PDT ---
@Fabio Pedretti I'm running Archlinux so I'm unable to use the ppa .. how can I
test it with my current config? (see my logs above for software versions)
@Alex ok.. how can I check
https://bugs.freedesktop.org/show_bug.cgi?id=30638
Frédéric L. W. Meunier changed:
What|Removed |Added
Component|Drivers/DRI/r300|Drivers/Gallium/r300
--
Config
https://bugs.freedesktop.org/show_bug.cgi?id=30638
Fr?d?ric L. W. Meunier changed:
What|Removed |Added
Component|Drivers/DRI/r300|Drivers/Gallium/r300
--
Config
https://bugs.freedesktop.org/show_bug.cgi?id=30665
Summary: r200 overflow command buffer error
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Compon
https://bugs.freedesktop.org/show_bug.cgi?id=30665
Summary: r200 overflow command buffer error
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Compon
On 09/24/2010 10:07 AM, Randy Dunlap wrote:
> On Thu, 23 Sep 2010 18:31:32 +0200 Uwe Bonnes wrote:
>
> [just adding cc's]
>
>
>>> "Randy" == Randy Dunlap writes:
>>>
>> Randy> Is CONFIG_DRM_KMS_HELPER enabled in your kernel .config file? If
>> Randy> not, we need
On Wed, Oct 06, 2010 at 08:54:12PM +0200, Daniel Vetter wrote:
> On Wed, Oct 06, 2010 at 08:20:15PM +0200, Marcin Slusarz wrote:
> > On Wed, Oct 06, 2010 at 06:39:07PM +0200, Daniel Vetter wrote:
> > > +static void radeon_kick_out_firmware_fb(struct drm_device *ddev)
> > > +{
> > > + struct apertur
On Wed, Oct 06, 2010 at 08:20:15PM +0200, Marcin Slusarz wrote:
> On Wed, Oct 06, 2010 at 06:39:07PM +0200, Daniel Vetter wrote:
> > +static void radeon_kick_out_firmware_fb(struct drm_device *ddev)
> > +{
> > + struct apertures_struct *ap;
> > + bool primary = false;
> > +
> > + ap = alloc_a
https://bugs.freedesktop.org/show_bug.cgi?id=30650
Andy Furniss changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30650
Andy Furniss changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On Wed, Oct 06, 2010 at 06:39:07PM +0200, Daniel Vetter wrote:
> From: Benjamin Herrenschmidt
>
> Without this, we attempt the handover too late, the firmware fb
> might be accessing the chip simultaneously to us re-initializing
> various parts of it, which might frighten babies or cause all sort
From: Benjamin Herrenschmidt
Without this, we attempt the handover too late, the firmware fb
might be accessing the chip simultaneously to us re-initializing
various parts of it, which might frighten babies or cause all sort
of nasty psychologic trauma to kitten.
Cc: sta...@kernel.org
Signed-off
https://bugs.freedesktop.org/show_bug.cgi?id=29833
--- Comment #9 from Alex Deucher 2010-10-06 09:15:57 PDT ---
The kernel is rejecting your command stream as invalid. The command stream is
the stream of register writes produced by the 3D driver based on the GL state.
The bug is either in the d
https://bugs.freedesktop.org/show_bug.cgi?id=29833
--- Comment #9 from Alex Deucher 2010-10-06 09:15:57 PDT
---
The kernel is rejecting your command stream as invalid. The command stream is
the stream of register writes produced by the 3D driver based on the GL state.
The bug is either in the
https://bugs.freedesktop.org/show_bug.cgi?id=29833
Fabio Pedretti changed:
What|Removed |Added
CC||fabio@libero.it
--- Comment #8 from
https://bugs.freedesktop.org/show_bug.cgi?id=29833
Fabio Pedretti changed:
What|Removed |Added
CC||fabio.ped at libero.it
--- Comment #8 f
https://bugs.freedesktop.org/show_bug.cgi?id=29833
--- Comment #7 from Fabio Varesano 2010-10-06
08:51:18 PDT ---
Guys, would you please explain me how to troubleshoot this one?
I do have programming knowledge but I need guidance on how to debug this one.
How can I check if this is a radeon b
https://bugs.freedesktop.org/show_bug.cgi?id=29833
--- Comment #7 from Fabio Varesano 2010-10-06
08:51:18 PDT ---
Guys, would you please explain me how to troubleshoot this one?
I do have programming knowledge but I need guidance on how to debug this one.
How can I check if this is a radeon b
https://bugs.freedesktop.org/show_bug.cgi?id=30188
Alex Deucher changed:
What|Removed |Added
Attachment #39200|text/x-log |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=30188
Alex Deucher changed:
What|Removed |Added
Attachment #39213|application/x-trash |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=30188
Alex Deucher changed:
What|Removed |Added
Attachment #39200|text/x-log |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=30188
Alex Deucher changed:
What|Removed |Added
Attachment #39213|application/x-trash |text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=30648
--- Comment #3 from Alex Deucher 2010-10-06 07:48:37 PDT ---
Do things improve any with xf86-video-ati 6.13.2? Also what are you using to
view the videos? Adobe's flash player? html5 video embed? gnash?
--
Configure bugmail: https://bugs.fre
https://bugs.freedesktop.org/show_bug.cgi?id=30648
--- Comment #3 from Alex Deucher 2010-10-06 07:48:37 PDT
---
Do things improve any with xf86-video-ati 6.13.2? Also what are you using to
view the videos? Adobe's flash player? html5 video embed? gnash?
--
Configure bugmail: https://bugs.fr
https://bugs.freedesktop.org/show_bug.cgi?id=30648
Alex Deucher changed:
What|Removed |Added
Attachment #39219|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=30648
Alex Deucher changed:
What|Removed |Added
Attachment #39219|application/octet-stream|text/plain
mime type|
https://bugs.freedesktop.org/show_bug.cgi?id=30180
--- Comment #6 from Alex Deucher 2010-10-06 07:44:58 PDT ---
Can you attach your dmesg output? What connectors does the card actually have?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving th
https://bugs.freedesktop.org/show_bug.cgi?id=30180
--- Comment #6 from Alex Deucher 2010-10-06 07:44:58 PDT
---
Can you attach your dmesg output? What connectors does the card actually have?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving t
https://bugs.freedesktop.org/show_bug.cgi?id=29703
--- Comment #7 from Michal Suchanek 2010-10-06 06:05:28
PDT ---
The draw-vertices piglit test locks up the GPU or aborts.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://bugs.freedesktop.org/show_bug.cgi?id=29703
--- Comment #7 from Michal Suchanek 2010-10-06
06:05:28 PDT ---
The draw-vertices piglit test locks up the GPU or aborts.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://bugs.freedesktop.org/show_bug.cgi?id=30651
--- Comment #2 from Sergey Kondakov 2010-10-06 05:09:49
PDT ---
Created an attachment (id=39223)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39223)
gl:yuv=4,lscale=1,cscale=1.jpg
bad picture
--
Configure bugmail: https://bugs.freedes
https://bugs.freedesktop.org/show_bug.cgi?id=30651
--- Comment #2 from Sergey Kondakov 2010-10-06
05:09:49 PDT ---
Created an attachment (id=39223)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39223)
gl:yuv=4,lscale=1,cscale=1.jpg
bad picture
--
Configure bugmail: https://bugs.freedes
https://bugs.freedesktop.org/show_bug.cgi?id=30651
--- Comment #1 from Sergey Kondakov 2010-10-06 05:08:21
PDT ---
Created an attachment (id=39222)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39222)
gl:yuv=3.jpg
normal picture
--
Configure bugmail: https://bugs.freedesktop.org/userpr
https://bugs.freedesktop.org/show_bug.cgi?id=30651
--- Comment #1 from Sergey Kondakov 2010-10-06
05:08:21 PDT ---
Created an attachment (id=39222)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39222)
gl:yuv=3.jpg
normal picture
--
Configure bugmail: https://bugs.freedesktop.org/userpr
https://bugs.freedesktop.org/show_bug.cgi?id=30651
Summary: r600g: gl output in mplayer have no colors if used
with a fragment program with additional lookup and
bicubic B-spline filtering
Product: Mesa
Version: git
https://bugs.freedesktop.org/show_bug.cgi?id=30651
Summary: r600g: gl output in mplayer have no colors if used
with a fragment program with additional lookup and
bicubic B-spline filtering
Product: Mesa
Version: git
https://bugs.freedesktop.org/show_bug.cgi?id=30650
Summary: ut2004-demo segfault since r600g: use dirty list to
track dirty blocks
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=30650
Summary: ut2004-demo segfault since r600g: use dirty list to
track dirty blocks
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
https://bugs.freedesktop.org/show_bug.cgi?id=30648
--- Comment #2 from samit vats 2010-10-06 03:35:32 PDT ---
Created an attachment (id=39220)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39220)
xorg.conf
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=30648
--- Comment #2 from samit vats 2010-10-06 03:35:32 PDT
---
Created an attachment (id=39220)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39220)
xorg.conf
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=30648
--- Comment #1 from samit vats 2010-10-06 03:35:05 PDT ---
Created an attachment (id=39219)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39219)
Xorg.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=30648
--- Comment #1 from samit vats 2010-10-06 03:35:05 PDT
---
Created an attachment (id=39219)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39219)
Xorg.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #15 from Rafael Monica 2010-10-06 03:32:38 PDT
---
Created an attachment (id=39218)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39218)
xorg backtrace
Also getting a SIGBUS with Evergreen. For me it's triggered by browsing g
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #15 from Rafael Monica 2010-10-06 03:32:38
PDT ---
Created an attachment (id=39218)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39218)
xorg backtrace
Also getting a SIGBUS with Evergreen. For me it's triggered by browsing g
https://bugs.freedesktop.org/show_bug.cgi?id=30648
Summary: Video playback not smooth and exhibits stuttering at
720p while running Youtube HD stream
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: All
https://bugs.freedesktop.org/show_bug.cgi?id=30648
Summary: Video playback not smooth and exhibits stuttering at
720p while running Youtube HD stream
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: All
https://bugs.freedesktop.org/show_bug.cgi?id=30180
--- Comment #5 from samit vats 2010-10-06 02:37:01 PDT ---
Created an attachment (id=39214)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39214)
startx.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=30180
--- Comment #5 from samit vats 2010-10-06 02:37:01 PDT
---
Created an attachment (id=39214)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39214)
startx.log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #14 from Felix Blanke 2010-10-06 01:59:20
PDT ---
Virtualbox triggers that bug a lot at my machine.
But I'm getting a sigbus, not a segfault. My backtrace is in the duplicate bug
30517.
Sometimes it happens when simply starting vir
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #14 from Felix Blanke 2010-10-06
01:59:20 PDT ---
Virtualbox triggers that bug a lot at my machine.
But I'm getting a sigbus, not a segfault. My backtrace is in the duplicate bug
30517.
Sometimes it happens when simply starting vir
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #13 from Maggioni Marcello 2010-10-06 01:35:18
PDT ---
Created an attachment (id=39213)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39213)
Xorg backtrace 2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #13 from Maggioni Marcello 2010-10-06
01:35:18 PDT ---
Created an attachment (id=39213)
--> (https://bugs.freedesktop.org/attachment.cgi?id=39213)
Xorg backtrace 2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #12 from Maggioni Marcello 2010-10-06 01:34:19
PDT ---
I found another situation where xorg crashes. Bringing virtualbox fullscreen
makes the x server crash immediatly, but this time not with a sigbus, but with
a segfault.
another b
https://bugs.freedesktop.org/show_bug.cgi?id=30188
--- Comment #12 from Maggioni Marcello 2010-10-06
01:34:19 PDT ---
I found another situation where xorg crashes. Bringing virtualbox fullscreen
makes the x server crash immediatly, but this time not with a sigbus, but with
a segfault.
another b
https://bugs.freedesktop.org/show_bug.cgi?id=30180
--- Comment #4 from samit vats 2010-10-06 01:14:08 PDT ---
(In reply to comment #3)
> From your Xorg.0.log:
> (II) RADEON(0): Output DIN disconnected
> (II) RADEON(0): Output VGA-0 disconnected
> (II) RADEON(0): Output DP disconnected
> (II) RADE
https://bugs.freedesktop.org/show_bug.cgi?id=30180
--- Comment #4 from samit vats 2010-10-06 01:14:08 PDT
---
(In reply to comment #3)
> From your Xorg.0.log:
> (II) RADEON(0): Output DIN disconnected
> (II) RADEON(0): Output VGA-0 disconnected
> (II) RADEON(0): Output DP disconnected
> (II) RAD
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/evergreen_blit_kms.c |8
drivers/gpu/drm/radeon/r600_blit_kms.c |8
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/gpu/drm/radeon/evergreen_blit_kms.c
b/drivers/gpu/drm/radeon/evergreen_
76 matches
Mail list logo