https://bugzilla.kernel.org/show_bug.cgi?id=15166
Manuel Ullmann changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
https://bugzilla.kernel.org/show_bug.cgi?id=15969
Jérôme Glisse changed:
What|Removed |Added
CC||[email protected]
--- Comment #4