[Bug 30922] [radeon] Noisy fan with Radeon R600 and Toshiba Satellite L500-164

2011-05-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30922





--- Comment #4 from Denis Washington den...@online.de  2011-05-27 09:30:10 ---
I have talked to Dave Airlie on IRC (#radeon at freenode) today and it seems
that my assumption that thermal sensor access is needed for proper fan control
is wrong. Rather, the GPU seems to do fan control automatically and can only be
influenced by the driver by giving a new policy table to the graphics card's
BIOS.

The radeon driver doesn't currently do this, however, and relies on the BIOS'
defaults, which however seem to be bad on my machine. This is why my fan mostly
runs in full speed.

Dave says he thinks that there's some of the code lying around inside AMD to do
proper fan control setup, but still in need of a lot of review. If this is the
case, I would be happy to test the code once it's published in git.

(Please correct me if I am wrong about anything I've written here.)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 34822] Blank display on Toshiba laptop C670D-10C using AMD E-240 Palm chip

2011-05-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822





--- Comment #13 from Anisse Astier ani...@astier.eu  2011-05-27 10:34:38 ---
Created an attachment (id=59652)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=59652)
Xorg log with drm-radeon-testing as of 05/26 (no patch applied)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 34822] Blank display on Toshiba laptop C670D-10C using AMD E-240 Palm chip

2011-05-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822





--- Comment #14 from Anisse Astier ani...@astier.eu  2011-05-27 10:45:53 ---
Created an attachment (id=59662)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=59662)
Dmesg with 1st patch applied

As you asked, I tried with first patch, then second patch on top of it.

No change on display (still blank, no backlight) in any case.

But we can see here a difference in modesets shown  kernel log, before and
after first patch.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 34822] Blank display on Toshiba laptop C670D-10C using AMD E-240 Palm chip

2011-05-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34822





--- Comment #15 from Anisse Astier ani...@astier.eu  2011-05-27 10:48:09 ---
Created an attachment (id=59672)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=59672)
xrandr output before and after first patch

Here you can see the output of xrandr before and after applying patch in
comment 11 . Adding patch in comment 12 didn't change anything.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30052] Fails to start X with intel+Ati video, whith modeset=1

2011-05-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30052


Marco Trevisan (Treviño) m...@3v1n0.net changed:

   What|Removed |Added

 CC||m...@3v1n0.net




--- Comment #14 from Marco Trevisan (Treviño) m...@3v1n0.net  2011-05-27 
12:57:16 ---
Could this related to Bug 15851 too?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 30922] [radeon] Noisy fan with Radeon R600 and Toshiba Satellite L500-164

2011-05-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=30922





--- Comment #5 from Alex Deucher alexdeuc...@gmail.com  2011-05-27 14:23:25 
---
Laptops don't generally use the onboard GPU fan controller and thermal sensor
since they usually have a single fan for both the GPU and the CPU.  The fan and
thermal zones are generally exposed via ACPI or a vendor specific control.  For
more info on the power management options in the driver see the page I linked
in comment #1.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel