[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 gli...@freedesktop.org changed:

   What|Removed |Added

 CC||gli...@freedesktop.org




--- Comment #4 from Jérôme Glisse gli...@freedesktop.org  2010-05-14 08:58:52 
---
I don't think :
797fd5b9dad12a100c81b5782573a41259728cb1
drm/radeon/kms: r300 fix CS checker to allow zbuffer-only fastfill

is the culprit, i will try to see if i can reproduce this issue.

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

--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 gli...@freedesktop.org  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 watching the assignee of the bug.
--

--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


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 : 1] = false;
   ^^
offset is 8 bits so this condition is always false.

+   radeon_irq_set(rdev);
+

regards,
dan carpenter


--

--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 timings[5];
   ^
 
 This decl is wrong, should be 6.  From the 1.4 spec:
 
 Six additional Standard Timings may be listed as a display descriptor
 (tag #FAh).
 
 The 1.3 spec is a little less explicit about it, but does show 6
 standard timing codes in the 0xFA detailed subblock, terminated by 0x0A
 in the 18th byte.  I don't have the docs for 1.2 or earlier, but we're
 paranoid enough about not adding broken timings that we should be fine.

This patch is basically a clean up, because timings[] is declared inside
a union and increasing the number of elements here doesn't change the
overall size of the union.

Signed-off-by: Dan Carpenter erro...@gmail.com
---
This patch applies to drm-next.

diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
index d33c3e0..39e2cc5 100644
--- a/include/drm/drm_edid.h
+++ b/include/drm/drm_edid.h
@@ -120,7 +120,7 @@ struct detailed_non_pixel {
struct detailed_data_string str;
struct detailed_data_monitor_range range;
struct detailed_data_wpindex color;
-   struct std_timing timings[5];
+   struct std_timing timings[6];
struct cvt_timing cvt[4];
} data;
 } __attribute__((packed));

--

--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 ced...@belbone.be  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 bug.

--

--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 ullman.b...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||CODE_FIX




--- Comment #50 from Manuel Ullmann ullman.b...@gmx.de  2010-05-14 20:57:16 
---
Well, I´ll close the bug now. Would be nice, if anyone could answer my
question, though.

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

--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel