[Bug 15166] Changing brightness of backlight freezes kernel with radeon kms enabled.

2010-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15166 Manuel Ullmann changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 15969] radeon regression couldn't schedule IB on resume with 2.6.34-rc7

2010-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15969 --- Comment #6 from cedric 2010-05-14 16:46:48 --- tested and not working -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assignee of the bu

bug report: "drm/radeon/kms: HDMI irq support"

2010-05-14 Thread Dan Carpenter
Smatch complains about something from: f2594933df97 "drm/radeon/kms: HDMI irq support" drivers/gpu/drm/radeon/r600_hdmi.c +557 r600_hdmi_disable(20) error: offset is never equal to 29696 (wrong type 0 - 255). + + /* disable irq */ + rdev->irq.hdmi[offset == R600_HDMI_BLOCK1 ? 0

[patch] drm_edid: There should be 6 Standard Timings

2010-05-14 Thread Dan Carpenter
Smatch complained that we initialize 6 elements in add_detailed_modes() but the timings[] array is declared with 5 elements. Adam Jackson verified that 6 is the correct number of timings. On Mon, May 10, 2010 at 12:08:24PM -0400, Adam Jackson wrote: > > > struct std_timing timin

[Bug 15969] radeon regression couldn't schedule IB on resume with 2.6.34-rc7

2010-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15969 --- Comment #5 from Jérôme Glisse 2010-05-14 09:25:33 --- Can you test if rc6 is working or not ? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watchi

[Bug 15969] radeon regression couldn't schedule IB on resume with 2.6.34-rc7

2010-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15969 Jérôme Glisse changed: What|Removed |Added CC||[email protected] --- Comment #4