On Mon, 11 Jul 2011, Laurent Pinchart wrote:
> On Friday 24 June 2011 21:45:57 Florian Tobias Schandinat wrote:
> > On 06/24/2011 06:55 PM, Geert Uytterhoeven wrote:
> > > On Fri, Jun 24, 2011 at 08:19, Paul Mundt wrote:
> > >> On Thu, Jun 23, 2011 at 06:08:03PM +0200, Geert Uytterhoeven wrote:
>
/proc/slabinfo shows an anomaly on a 2.6.39.3 x86_64 system. After
running F14 + kde4 for a while it shows high kmalloc-192 numbers:
# name ...
kmalloc-192 735694 735723264 312 : tunables000 :
slabdata 23733 23733 0
Digging in /sys/kernel/slab/kmalloc-192/a
Hi Guennadi,
Thanks for the review.
On Thursday 28 July 2011 10:31:24 Guennadi Liakhovetski wrote:
> On Mon, 11 Jul 2011, Laurent Pinchart wrote:
> > On Friday 24 June 2011 21:45:57 Florian Tobias Schandinat wrote:
> > > On 06/24/2011 06:55 PM, Geert Uytterhoeven wrote:
> > > > On Fri, Jun 24, 20
https://bugs.freedesktop.org/show_bug.cgi?id=39617
Summary: Radeon 5750: GPU Lock up at
drivers/gpu/drm/radeon/radeon_fence.c:269
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
St
https://bugs.freedesktop.org/show_bug.cgi?id=39617
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39572
Alex Deucher changed:
What|Removed |Added
CC||jeff.ra...@gmail.com
--- Comment #1 from
https://bugs.freedesktop.org/show_bug.cgi?id=39572
--- Comment #2 from Vadim 2011-07-28 07:13:43 PDT ---
Created an attachment (id=49666)
View: https://bugs.freedesktop.org/attachment.cgi?id=49666
Review: https://bugs.freedesktop.org/review?bug=39572&attachment=49666
[PATCH] r600g: fix vs expo
https://bugs.freedesktop.org/show_bug.cgi?id=39572
--- Comment #3 from Sven Arvidsson 2011-07-28 13:12:37 PDT ---
(In reply to comment #2)
> Created an attachment (id=49666)
View: https://bugs.freedesktop.org/attachment.cgi?id=49666
Review: https://bugs.freedesktop.org/review?bug=39572&attachme
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #2 from almos 2011-07-28 13:14:35 PDT ---
(In reply to comment #1)
> What kernel are you using? I added support for sensor chips on combios boards
> in 3.0.
I've been using 2.6.37.6, but now I tried 3.0 and it still doesn't work. Wh
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #3 from Alex Deucher 2011-07-28 13:21:06 PDT ---
Please attach a copy of your vbios.
(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom
Also attach a copy of your dmes
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #4 from almos 2011-07-28 13:42:09 PDT ---
Created an attachment (id=49685)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49685)
vbios.rom
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #5 from almos 2011-07-28 13:44:43 PDT ---
Created an attachment (id=49686)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49686)
dmesg with 3.0
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=39648
Summary: compositor goes crazy after a game has run
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=39648
--- Comment #1 from Alex Deucher 2011-07-28 13:57:11 PDT ---
Can you bisect?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
_
https://bugs.freedesktop.org/show_bug.cgi?id=39649
Summary: KWin 4.7.0 with OpenGL ES crashes immediately
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Prio
https://bugs.freedesktop.org/show_bug.cgi?id=39648
--- Comment #2 from almos 2011-07-28 14:13:09 PDT ---
Well, I know how to bisect, but this one seems like a week-long job to me. I'll
see what I can do about it.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
On Wed, 27 Jul 2011 09:03:31 -0700, Jesse Barnes
wrote:
> On Wed, 27 Jul 2011 02:21:24 -0700
> Keith Packard wrote:
>
> > On Tue, 26 Jul 2011 12:12:25 -0700, Jesse Barnes
> > wrote:
> >
> > > I'd like to amend my reviewed by and say the lock shouldn't be held
> > > around the call to the drm
https://bugs.freedesktop.org/show_bug.cgi?id=39649
Droste changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39572
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39513
Alex Deucher changed:
What|Removed |Added
Attachment #49686|application/octet-stream|text/plain
mime type|
On Fri, Jul 22, 2011 at 12:41:11PM -0400, Jonathan Cameron wrote:
> hwmon was using an idr with a NULL pointer, so convert to an
> ida which then allows use of Rusty's ida_simple_get.
>
> Signed-off-by: Jonathan Cameron
Looks ok to me.
Acked-by: Guenter Roeck
> ---
> drivers/hwmon/hwmon.c |
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #6 from Alex Deucher 2011-07-28 19:10:49 PDT ---
What are the pci ids and subsystem ids for your video card (lspci -vn)? The
card doesn't have thermal controller table entry in the vbios, so we'll have to
manually add it.
--
Config
The backlight devices have the ability to control their power levels and
it is supported by backlight framework or lcd framework. This helps use
to drm the functions to control power levels of the existing backlight
framework or lcd framework.
Signed-off-by: Joonyoung Shim
Signed-off-by: Kyungmin
On Mon, 11 Jul 2011, Laurent Pinchart wrote:
> On Friday 24 June 2011 21:45:57 Florian Tobias Schandinat wrote:
> > On 06/24/2011 06:55 PM, Geert Uytterhoeven wrote:
> > > On Fri, Jun 24, 2011 at 08:19, Paul Mundt wrote:
> > >> On Thu, Jun 23, 2011 at 06:08:03PM +0200, Geert Uytterhoeven wrote:
>
/proc/slabinfo shows an anomaly on a 2.6.39.3 x86_64 system. After
running F14 + kde4 for a while it shows high kmalloc-192 numbers:
# name ...
kmalloc-192 735694 735723264 312 : tunables000 :
slabdata 23733 23733 0
Digging in /sys/kernel/slab/kmalloc-192/a
Hi Guennadi,
Thanks for the review.
On Thursday 28 July 2011 10:31:24 Guennadi Liakhovetski wrote:
> On Mon, 11 Jul 2011, Laurent Pinchart wrote:
> > On Friday 24 June 2011 21:45:57 Florian Tobias Schandinat wrote:
> > > On 06/24/2011 06:55 PM, Geert Uytterhoeven wrote:
> > > > On Fri, Jun 24, 20
https://bugs.freedesktop.org/show_bug.cgi?id=39617
Summary: Radeon 5750: GPU Lock up at
drivers/gpu/drm/radeon/radeon_fence.c:269
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
St
https://bugs.freedesktop.org/show_bug.cgi?id=39617
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39572
Alex Deucher changed:
What|Removed |Added
CC||jeff.raber at gmail.com
--- Comment #1 fr
https://bugs.freedesktop.org/show_bug.cgi?id=39572
--- Comment #2 from Vadim 2011-07-28 07:13:43 PDT ---
Created an attachment (id=49666)
View: https://bugs.freedesktop.org/attachment.cgi?id=49666
Review: https://bugs.freedesktop.org/review?bug=39572&attachment=49666
[PATCH] r600g: fix vs expo
https://bugs.freedesktop.org/show_bug.cgi?id=39572
--- Comment #3 from Sven Arvidsson 2011-07-28 13:12:37 PDT ---
(In reply to comment #2)
> Created an attachment (id=49666)
View: https://bugs.freedesktop.org/attachment.cgi?id=49666
Review: https://bugs.freedesktop.org/review?bug=39572&attachme
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #2 from almos 2011-07-28 13:14:35 PDT ---
(In reply to comment #1)
> What kernel are you using? I added support for sensor chips on combios boards
> in 3.0.
I've been using 2.6.37.6, but now I tried 3.0 and it still doesn't work. Wh
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #3 from Alex Deucher 2011-07-28 13:21:06 PDT
---
Please attach a copy of your vbios.
(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom
Also attach a copy of your dme
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #4 from almos 2011-07-28 13:42:09 PDT ---
Created an attachment (id=49685)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49685)
vbios.rom
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #5 from almos 2011-07-28 13:44:43 PDT ---
Created an attachment (id=49686)
--> (https://bugs.freedesktop.org/attachment.cgi?id=49686)
dmesg with 3.0
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
https://bugs.freedesktop.org/show_bug.cgi?id=39648
Summary: compositor goes crazy after a game has run
Product: DRI
Version: XOrg CVS
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=39648
--- Comment #1 from Alex Deucher 2011-07-28 13:57:11 PDT
---
Can you bisect?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=39649
Summary: KWin 4.7.0 with OpenGL ES crashes immediately
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Prio
https://bugs.freedesktop.org/show_bug.cgi?id=39648
--- Comment #2 from almos 2011-07-28 14:13:09 PDT ---
Well, I know how to bisect, but this one seems like a week-long job to me. I'll
see what I can do about it.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
---
what to do */
drm_helper_hpd_irq_event(dev);
-
- mutex_unlock(&mode_config->mutex);
}
--
keith.packard at intel.com
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20110728/37a671c5/attachment.pgp>
https://bugs.freedesktop.org/show_bug.cgi?id=39649
Droste changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39572
Alex Deucher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39513
Alex Deucher changed:
What|Removed |Added
Attachment #49686|application/octet-stream|text/plain
mime type|
On Fri, Jul 22, 2011 at 12:41:11PM -0400, Jonathan Cameron wrote:
> hwmon was using an idr with a NULL pointer, so convert to an
> ida which then allows use of Rusty's ida_simple_get.
>
> Signed-off-by: Jonathan Cameron
Looks ok to me.
Acked-by: Guenter Roeck
> ---
> drivers/hwmon/hwmon.c |
https://bugs.freedesktop.org/show_bug.cgi?id=39513
--- Comment #6 from Alex Deucher 2011-07-28 19:10:49 PDT
---
What are the pci ids and subsystem ids for your video card (lspci -vn)? The
card doesn't have thermal controller table entry in the vbios, so we'll have to
manually add it.
--
Confi
Subject: drm/radeon: clean reg header files
From: Fernando Luis Vazquez Cao
To: Dave Airlie , Benjamin Herrenschmidt , dri-devel at lists.freedesktop.org
Reg header files are generated so they are not cleaned automagically.
They need to be added to the clean-files list.
Signed-off-by: Fernando
On Thu, 2011-07-28 at 12:29 +0900, Fernando Luis V?zquez Cao wrote:
> Subject: drm/radeon: clean reg header files
>
> From: Fernando Luis Vazquez Cao
> To: Dave Airlie , Benjamin Herrenschmidt kernel.crashing.org>, dri-devel at lists.freedesktop.org
Oops, cut and paste error. I'll resend ASAP.
Reg header files are generated so they are not cleaned automagically.
They need to be added to the clean-files list.
Signed-off-by: Fernando Luis Vazquez Cao
---
diff -urNp linux-3.0-git9-orig/drivers/gpu/drm/radeon/Makefile
linux-3.0-git9/drivers/gpu/drm/radeon/Makefile
--- linux-3.0-git9-orig
48 matches
Mail list logo