[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2007-06-22 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626





--- Comment #18 from [EMAIL PROTECTED]  2007-06-21 23:14 ---
this most likely the video driver, not the kernel so probably should be in
freedesktop.orgs bug tracker.

I can't think of anything else to help fix it, running in PCI mode might be the
only thing, but there were certain bugs on those chips we haven't tracked down
due to the 3d driver.


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2007-06-22 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626





--- Comment #19 from [EMAIL PROTECTED]  2007-06-22 00:23 ---
Michael,
I was thinking about 2.6.22-rc5, because it has a huge update for usb and video
etc. and refreshing this issue would be good with particularly this release.
However this problem is striking to me, because I ran into similar one myself.
I've looked on the web and found that Xorg+pretty recent kernels produce hangs
just like yours and they range from keybord, and/or mouse, up to hanging a
whole system. I am working on building latest kernel and instrumenting it. What
makes this harder is just like you said - hangs are very random and rare, and
there is no way to reproduce them at will. 
Look into bug 6645 - similar problem, check if it is same as yours and the
workaround applies to your case.


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: R300 line width problem

2007-06-22 Thread Michel Dänzer
On Thu, 2007-06-21 at 15:55 +, Oliver McFadden wrote:
 Done. Took a little longer because I had to clone a clean tree so I could push
 the patch... I have a lot of changes in my local Mesa that are not quite ready
 to be pushed yet.

FWIW I'm using StGIT to handle that, there's also guilt.


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


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[patch]radeon avivo RV570

2007-06-22 Thread Richard Renard
Hi list,

I own a radeon X1950pro pcie 256M (sapphire) and i wanted to try the 
xf86-video-avivo driver.
But looking at the chips defined in avivo_chipset.(c|h), i could not see mime 
so i added it in the attached patch.

By testing i can say that it works but its very slow when moving windows or 
scrolling pages in web browser.
I also encounter hard crash when switching back to console, this while directly 
using avivo after a cold boot.

Btw If you want me to do some tests do not hesitate to ask.

I also have a X800XL pcie 256M (sapphire).

-- 
Richard Renard
[EMAIL PROTECTED]
diff --git a/include/avivo_chipset.h b/include/avivo_chipset.h
index 7dd5275..e9b16c1 100644
--- a/include/avivo_chipset.h
+++ b/include/avivo_chipset.h
@@ -36,12 +36,14 @@
 #define PCI_CHIP_R580_724B  0x724B
 #define PCI_CHIP_M52_7149   0x7149
 #define PCI_CHIP_RV530_71C6 0x71C6
+#define PCI_CHIP_RV570_7280 0x7280
 
 enum avivo_chip_type {
 CHIP_FAMILY_RV515,
 CHIP_FAMILY_R520,
 CHIP_FAMILY_RV530,
 CHIP_FAMILY_R580,
+CHIP_FAMILY_RV570,
 CHIP_FAMILY_LAST,
 };
 
diff --git a/xorg/avivo_chipset.c b/xorg/avivo_chipset.c
index 4223dd8..89f1ecc 100644
--- a/xorg/avivo_chipset.c
+++ b/xorg/avivo_chipset.c
@@ -52,6 +52,10 @@ const struct pci_id_match avivo_device_match[] = {
 PCI_VENDOR_ATI, 0x71C6, PCI_MATCH_ANY, PCI_MATCH_ANY,
 0x0003, 0x00ff, 0  
 }, 
+{
+PCI_VENDOR_ATI, 0x7280, PCI_MATCH_ANY, PCI_MATCH_ANY,
+0x0003, 0x00ff, 0  
+}, 
 
 { 0, 0, 0 },
 };
@@ -66,6 +70,7 @@ SymTabRec avivo_chips[] = {
 { PCI_CHIP_R580_724B,  R580 (Radeon X1900 GT) },
 { PCI_CHIP_RV530_71C6, RV530 (Radeon X1650 Pro) },
 { PCI_CHIP_M52_7149,   M52 (Mobility Radeon X1300) },
+{ PCI_CHIP_RV570_7280, RV570 (Radeon X1950 Pro) },
 { -1,  NULL }
 };
 
@@ -76,6 +81,7 @@ PciChipsets avivo_pci_chips[] = {
   { PCI_CHIP_RV515_7142, PCI_CHIP_RV515_7142, RES_SHARED_VGA },
   { PCI_CHIP_M52_7149,   PCI_CHIP_M52_7149,   RES_SHARED_VGA },
   { PCI_CHIP_RV530_71C6, PCI_CHIP_RV530_71C6, RES_SHARED_VGA },
+  { PCI_CHIP_RV570_7280, PCI_CHIP_RV570_7280, RES_SHARED_VGA },
   { -1,  -1,  RES_UNDEFINED }
 };
 
@@ -98,6 +104,10 @@ avivo_get_chipset(struct avivo_info *avivo)
 avivo-chipset = CHIP_FAMILY_RV515;
 break;
 
+case PCI_CHIP_RV570_7280:
+avivo-chipset = CHIP_FAMILY_RV570;
+break;
+
 default:
 FatalError(Unknown chipset for %x!\n, avivo-pci_info-device);
 break;
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11336] New: FreeBSD drm modules do not compile (drmP.h)

2007-06-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11336

   Summary: FreeBSD drm modules do not compile (drmP.h)
   Product: DRI
   Version: unspecified
  Platform: Other
OS/Version: FreeBSD
Status: NEW
  Severity: normal
  Priority: medium
 Component: DRM modules
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


I am using code from Gentoo's ebuild: x11-drm-20070314, and I get a compilation
failure.  The problem seems to be that the drmP.h in bsd-core is missing an
element in a structure:

typedef struct ati_pcigart_info {
int gart_table_location;
int is_pcie;
void *addr;
dma_addr_t bus_addr;
drm_local_map_t mapping;
int table_size; -
} drm_ati_pcigart_info;

The int table_size; element exists in linux-core but not bsd-core.

P.S. I would check the current CVS source, but it appears I need an account...


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9701] Account creation request

2007-06-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9701





--- Comment #3 from [EMAIL PROTECTED]  2007-06-22 07:22 PST ---
OK.


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11131] Mesa 6.5.2 implementation error: i915_program_error: Exceeded max nr indirect texture lookups

2007-06-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11131


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|major   |critical




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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel