[Bug 24397] Regression :[R6xx]: System hard hangs on starting X Server

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24397


samit vats hysv...@gmail.com changed:

   What|Removed |Added

Summary|Regression : System hard|Regression :[R6xx]: System
   |hangs on starting X Server  |hard hangs on starting X
   ||Server




-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23670] [bisected i915 i965] 3~5 OGLC cases fail

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23670


Gordon Jin gordon@intel.com changed:

   What|Removed |Added

 AssignedTo|dri-|e...@anholt.net
   |de...@lists.sourceforge.net |
Summary|[bisected i915 i965] glean  |[bisected i915 i965] 3~5
   |case pixelFormats failed|OGLC cases fail




--- Comment #18 from Gordon Jin gordon@intel.com  2009-10-08 23:19:22 PST 
---
change the title since the glean case pass now.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24397] Regression :[R6xx]: System hard hangs on starting X Server

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24397


Lorenzo Nizzi lorenzo.nizzi.gr...@gmail.com changed:

   What|Removed |Added

 CC||lorenzo.nizzi.gr...@gmail.co
   ||m




--- Comment #4 from Lorenzo Nizzi lorenzo.nizzi.gr...@gmail.com  2009-10-09 
00:28:09 PST ---
I can confirm the same behaviour. My card is a mobility x1600 M56P [Radeon
Mobility X1600]). Mesa, libdrm and xf86-video-ati regularly compiled from GIT,
xserver 1.6.3.901 (1.6.4 RC 1). Builds of the ati driver after the 6th October
are problematic (no X and system hangs). 
Sorry no saved logs. 


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Bug 23693] KMS has been broken on ATI RV250 Lf (Radeon M9)

2009-10-09 Thread Michel Dänzer
On Thu, 2009-10-08 at 20:10 +0200, Johannes Obermayr wrote: 
 
 thanks for your fast answer. I did some restarts with
 radeon.agpmode=-1 (0, 1, 2 and 4). With my installed xorg.conf
 (attached) there are no differences to my bug report.
 
 With x11failsave X does not start with all modes.
 dmesg | grep drm and Xorg.0.log for each mode are attached. Maybe you
 see something.
 
 If firmware files are the problem: they are installed
 under /lib/firmware/radeon/ and are also from nouveau/linux-2.6
 (checkout 20090909 - they have not been touched since 20090830).

Indeed, see dmesg:

[8.226741] [drm:r100_cp_init] *ERROR* Failed to load firmware!

If you're using an initrd it might be as simple as copying the needed
firmware file(s) there, otherwise if the radeon DRM is built into the
kernel you may have to enable CONFIG_FIRMWARE_IN_KERNEL .


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


RE: [Patch VIA UniChrome DRM][3/5 Ver1] Enhance DRM robustness

2009-10-09 Thread BruceChang
Hello Thomas
 +if (!context_valid)
 +return 0;
  
  via_release_futex(dev_priv, context);
 When is this function called with an invalid context? Could you describe 
 what error you are seeing.

There are some bugs in the DDMPEG(a user mode library realizing decode driver) 
before, which destroy his context more than once, it was the behavior causes 
DRM segment fault. We add this patch for enhancing DRM robustness, although it 
is DDMPEG's fault.

Thanks and Best Regards
=
Bruce C. Chang(張祖明)
VIA Technologies, Inc. 
Address: 1F, 531, Chung-Cheng Road, Hsin-Tien, 231 Taipei
Tel: +886-2-22185452 Ext 7323
Mobile: +886-968343824
Fax: +886-2-22186282
Skype: Bruce.C.Chang
Email: brucech...@via.com.tw
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24131] radeon_bo_legacy.c:207: legacy_is_pending: Assertion `bo_legacy-is_pending = bo-cref' failed

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24131


Tormod Volden bugzi07.fdo.tor...@xoxy.net changed:

   What|Removed |Added

URL||https://bugs.launchpad.net/b
   ||ugs/446578
   Keywords||regression
   Platform|x86-64 (AMD64)  |All




--- Comment #9 from Tormod Volden bugzi07.fdo.tor...@xoxy.net  2009-10-09 
04:52:41 PST ---
I confirmed the crash on RV515 on 32-bit by installing kwin and that reverting
the commit fixes it.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24414] [Regression] Memory error; stellarium and googleearth crash with mesa 7.6 on Radeon Mobility 7500 1002:4c57

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24414


Michel Dänzer mic...@daenzer.net changed:

   What|Removed |Added

 AssignedTo|xorg-driver-...@lists.x.org |dri-
   ||de...@lists.sourceforge.net
  Component|Driver/Radeon   |Drivers/DRI/Radeon
Product|xorg|Mesa
  QAContact|xorg-t...@lists.x.org   |
Version|7.4 |git




--- Comment #13 from Michel Dänzer mic...@daenzer.net  2009-10-09 05:00:00 
PST ---
Looks like at least two separate Mesa driver issues and possibly more in the
kernel, but none in the X driver.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24397] Regression :[R6xx]: System hard hangs on starting X Server

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24397





--- Comment #5 from samit vats hysv...@gmail.com  2009-10-09 06:23:50 PST ---
Created an attachment (id=30218)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=30218)
startx.log


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24397] Regression :[R6xx]: System hard hangs on starting X Server

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24397


Alex Deucher ag...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #6 from Alex Deucher ag...@yahoo.com  2009-10-09 06:57:20 PST ---
the problematic commit has been reverted:
1b25bad2d8ebe481ffb4b0fd3a85ab636bd4fec2


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23693] KMS has been broken on ATI RV250 Lf (Radeon M9)

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23693





--- Comment #10 from Alex Deucher ag...@yahoo.com  2009-10-09 07:21:36 PST ---
As mentioned on the mailing list, check your dmesg and make sure the drm is
actually loading the firmware.  If you have an initrd, you need to add the
firmware to that.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24248] [bisected regression on 7.6] Visual corruption on M52

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24248


Alex Deucher ag...@yahoo.com changed:

   What|Removed |Added

 CC||br...@canonical.com




--- Comment #1 from Alex Deucher ag...@yahoo.com  2009-10-09 12:45:26 PST ---
*** Bug 24399 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24248] [bisected regression on 7.6] Visual corruption on M52

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24248


Alex Deucher ag...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Alex Deucher ag...@yahoo.com  2009-10-09 12:46:56 PST ---
fixed in 194ede4bf97547ce8a61587ede0b0a5054955783


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 20038] [945GM] 32x32 GL_RGBA textures get corrupted after suspend/resume cycle

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20038


Eric Anholt e...@anholt.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #15 from Eric Anholt e...@anholt.net  2009-10-09 14:42:00 PST ---
Feedback timeout for reproducing this bug on current software.  Please reopen
if you have the issue with the current driver.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [PATCHES] radeon KMS updates

2009-10-09 Thread Alex Deucher
One more patch to address a possible case of systems with bad native
mode info for lvds, but a valid edid.

Alex

On Fri, Oct 9, 2009 at 5:53 PM, Alex Deucher alexdeuc...@gmail.com wrote:
 Attached are some updates to radeon kms; mostly clean-ups I ran into
 while preparing for evergreen support.

 patches:
 1 - make sure lvds panels have valid native mode info.  if not, report
 lvds as disconnected
 2 - fix up crtc dpms ordering based on recommendation from bios docs
 3 - add support for AdjustDisplayPll table which is used to adjust the
 clock to meet special requirements of different encoders (e.g.,
 tv-out, DP, certain low dot clocks on tmds, etc.)
 4. clean up the crtc mode set path
 5. switch lvds to use the drm_mode struct rather than the
 radeon_native_mode struct.  Eliminates a layer of indirection.

 Patch 5 could probably use some more testing to make sure I didn't
 accidentally break lvds on any picky panels due to a typo in the
 conversion.

 Alex

From 6b048a2582762c916617554cb7e68e92d8950175 Mon Sep 17 00:00:00 2001
From: Alex Deucher alexdeuc...@gmail.com
Date: Fri, 9 Oct 2009 18:41:19 -0400
Subject: [PATCH] drm/radeon/kms: also check for edid in lvds detect

In case the system has bad native mode info but
valid edid.

Signed-off-by: Alex Deucher alexdeuc...@gmail.com
---
 drivers/gpu/drm/radeon/radeon_connectors.c |   13 -
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_connectors.c b/drivers/gpu/drm/radeon/radeon_connectors.c
index da3a049..17d5659 100644
--- a/drivers/gpu/drm/radeon/radeon_connectors.c
+++ b/drivers/gpu/drm/radeon/radeon_connectors.c
@@ -398,8 +398,10 @@ static int radeon_lvds_mode_valid(struct drm_connector *connector,
 
 static enum drm_connector_status radeon_lvds_detect(struct drm_connector *connector)
 {
-	enum drm_connector_status ret = connector_status_disconnected;
+	struct radeon_connector *radeon_connector = to_radeon_connector(connector);
 	struct drm_encoder *encoder = radeon_best_single_encoder(connector);
+	enum drm_connector_status ret = connector_status_disconnected;
+	bool dret;
 
 	if (encoder) {
 		struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder);
@@ -410,6 +412,15 @@ static enum drm_connector_status radeon_lvds_detect(struct drm_connector *connec
 			ret = connector_status_connected;
 
 	}
+
+	/* check for edid as well */
+	if (radeon_connector-ddc_bus) {
+		radeon_i2c_do_lock(radeon_connector, 1);
+		dret = radeon_ddc_probe(radeon_connector);
+		radeon_i2c_do_lock(radeon_connector, 0);
+		if (dret)
+			ret = connector_status_connected;
+	}
 	/* check acpi lid status ??? */
 
 	radeon_connector_update_scratch_regs(connector, ret);
-- 
1.5.6.3

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 14274] radeon KMS unusable on RadeonHD 3650

2009-10-09 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14274





--- Comment #4 from Mircea Gherzan mgher...@anaconda.cs.pub.ro  2009-10-09 
23:03:50 ---
It's 2.6.32-rc3. I've tried radeon and it doesn't work either (I get a blank
screen instead of the GDM login). Please see the Xorg and kernel logs that I've
attached.

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

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 14274] radeon KMS unusable on RadeonHD 3650

2009-10-09 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14274





--- Comment #5 from Mircea Gherzan mgher...@anaconda.cs.pub.ro  2009-10-09 
23:05:47 ---
Created an attachment (id=23321)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=23321)
dmesg from -rc3 with radeon

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

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 14274] radeon KMS unusable on RadeonHD 3650

2009-10-09 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=14274





--- Comment #6 from Mircea Gherzan mgher...@anaconda.cs.pub.ro  2009-10-09 
23:06:29 ---
Created an attachment (id=23322)
 -- (http://bugzilla.kernel.org/attachment.cgi?id=23322)
Xorg log (using radeon)

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

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24430] drm-next 49c458e544ae14514209ed80ea6829ca1b18ddf0 causes exa uts corruption

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24430





--- Comment #1 from Andy Furniss li...@andyfurniss.entadsl.com  2009-10-09 
17:29:20 PST ---
Created an attachment (id=30234)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=30234)
corruption with swrast gloss demo


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24430] New: drm-next 49c458e544ae14514209ed80ea6829ca1b18ddf0 causes exa uts corruption

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24430

   Summary: drm-next 49c458e544ae14514209ed80ea6829ca1b18ddf0 causes
exa uts corruption
   Product: DRI
   Version: XOrg CVS
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: DRM/Radeon
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: li...@andyfurniss.entadsl.com


Hardware rv670 AGP using git mesa/ddx/xserver.

Problem exists with kms using both agp and pcie gart.

Does not occur with ums (using pcie gart to enable uts)

Also confirmed and fixed by reverting above for another user on #radeon with a
rv770 using non git xorg 7.x.

Seems to affect bgra uploads - swrast mesa demos eg gloss and gears and mplayer
-vo x11, others reported flash video corruption.

Example of gloss corruption attached - the corrupted bands were always in the
same place, but their content changed by other drawing eg. hovering mouse over
window buttons to make tool tip appear.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 24430] drm-next 49c458e544ae14514209ed80ea6829ca1b18ddf0 causes exa uts corruption

2009-10-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24430





--- Comment #2 from Andy Furniss li...@andyfurniss.entadsl.com  2009-10-09 
17:40:17 PST ---
(In reply to comment #0)

 Also confirmed and fixed by reverting above for another user on #radeon with a
 rv770 using non git xorg 7.x.

Should be - using non git xserver 1.7.x


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel