[Bug 7128] Radeon R300 lockup on 2 clients accessing XV

2007-01-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7128 --- Additional Comments From [EMAIL PROTECTED] 2007-01-15 02:43 --- I

[Bug 9641] lack of textures in Heroes Of Might And Magic V

2007-01-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=9641 [EMAIL PROTECTED] changed: What|Removed |Added

Radeon 7000 and DRI = freeze. Bug?

2007-01-15 Thread Marcos mjs
Hi, I have the Xorg V.7.1.1 on my linux. When I will enable the DRI the screen freezy on start of X. In the X log the error that I found is: reseting engine. It's repeat without stop. Hardware: AMD 64 Sempron ATI Radeon 7000 MoBo A7V8X Dates: Kernel: 2.6.17-10-386 Modules: radeon

Re: Debugging the Radeon 200M command processor (CP)

2007-01-15 Thread Phillip Ezolt
Jerome, On 1/13/07, Jerome Glisse [EMAIL PROTECTED] wrote: Is it something like this: BEGIN_RING(2); OUT_RING( CP_PACKET0( RADEON_SCRATCH_REG5, 0 ) );\ OUT_RING( 0xDEADBEEF); \ ADVANCE_RING() COMMIT_RING() Should be do the work, then you read the

Re: Debugging the Radeon 200M command processor (CP)

2007-01-15 Thread Alex Deucher
On 1/15/07, Phillip Ezolt [EMAIL PROTECTED] wrote: Jerome, On 1/13/07, Jerome Glisse [EMAIL PROTECTED] wrote: Is it something like this: BEGIN_RING(2); OUT_RING( CP_PACKET0( RADEON_SCRATCH_REG5, 0 ) );\ OUT_RING( 0xDEADBEEF); \

[Bug 7128] Radeon R300 lockup on 2 clients accessing XV

2007-01-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7128 [EMAIL PROTECTED] changed: What|Removed |Added

[Bug 8541] Strange effect?

2007-01-15 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8541 [EMAIL PROTECTED] changed: What|Removed |Added

Re: Debugging the Radeon 200M command processor (CP)

2007-01-15 Thread Phillip Ezolt
Alex, On 1/15/07, Alex Deucher [EMAIL PROTECTED] wrote: On 1/15/07, Phillip Ezolt [EMAIL PROTECTED] wrote: Jerome, On 1/13/07, Jerome Glisse [EMAIL PROTECTED] wrote: Is it something like this: BEGIN_RING(2); OUT_RING( CP_PACKET0( RADEON_SCRATCH_REG5, 0 ) );\

Re: Debugging the Radeon 200M command processor (CP)

2007-01-15 Thread Dave Airlie
... I did a little more digging on this. It really looks like the address of ring.start is completely different than what is in RADEON_CP_RB_BASE. (I realize that ring.start is a virtual address and RADEON_CP_RB_BASE is a bus address. However, the drmAddMap call in RADEONDRIPciInit sets

Re: [nouveau] a million little pieces affecting nvidia drivers

2007-01-15 Thread Alexy Khrabrov
Philipp, Mark -- Thanks for the concise and extremely useful explanation! This is worthy of being on the front page of a wiki. Cheers, Alexy On 1/15/07, Michel Dänzer [EMAIL PROTECTED] wrote: On Sun, 2007-01-14 at 00:22 +0100, Philipp Klaus Krause wrote: GLX canbe used over a network, but

Re: [nouveau] a million little pieces affecting nvidia drivers

2007-01-15 Thread Stephane Marchesin
Alexy Khrabrov wrote: Philipp, Mark -- Thanks for the concise and extremely useful explanation! This is worthy of being on the front page of a wiki. Also, there is that : http://people.freedesktop.org/~ajax/dri-explanation.txt Stephane