Re: xf86-video-ati: Branch 'master'

2007-11-23 Thread Stefan Dirsch
On Fri, Nov 23, 2007 at 04:00:21PM -0500, James Cloos wrote:
> The commit below is bogus.
> 
> I've been using render acceleration on an M7 LW for many months;
> it works perfectly.
> 
> (I confirmed that the PCI_CHIP_RADEON_LW symbol does match my
> card's pci id.)
> 
> (I have been having other problems since the switch to pci-rework,
> but render accell is not the issue.)

Since you read the git commit ML I'm assuming that you saw also the
commit by Dave Airlie, which reverted my change after applying the fix
by Adam Jackson.

--

commit 197a62704742a4a19736c2637ac92d1dc5ab34ed
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Thu Nov 22 20:26:23 2007 +1000

radeon: fix openoffice/render bug on r100 chips

commit 64010fc4eae8359c01e430f64252931242c91435
Author: Dave Airlie <[EMAIL PROTECTED]>
Date:   Thu Nov 22 20:25:31 2007 +1000

Revert "Disable RENDER acceleration by default on some RV200 chips."

This reverts commit 145da701bf4fb9c0ad9f95620b20914ae0126852.

pull in fix from ajax next commit

--

Best regards,
Stefan

> ,
> |  src/radeon_driver.c |4 +++-
> |  1 file changed, 3 insertions(+), 1 deletion(-)
> | 
> | New commits:
> | commit 145da701bf4fb9c0ad9f95620b20914ae0126852
> | Author: Stefan Dirsch <[EMAIL PROTECTED]>
> | Date:   Thu Nov 22 08:38:09 2007 +0100
> | 
> | Disable RENDER acceleration by default on some RV200 chips.
> | 
> | Novell Bug #341699: Render acceleration is known to be broken
> | on at least "Radeon 7500 QW" and "Radeon Mobility M7 LW".
> | 
> | diff --git a/src/radeon_driver.c b/src/radeon_driver.c
> | index c55b5a5..c939a5c 100644
> | --- a/src/radeon_driver.c
> | +++ b/src/radeon_driver.c
> | @@ -1704,7 +1704,9 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
> |  #ifdef RENDER
> |  info->RenderAccel = xf86ReturnOptValBool(info->Options, 
> OPTION_RENDER_ACCEL,
> |  info->Chipset != 
> PCI_CHIP_RN50_515E &&
> | -info->Chipset != 
> PCI_CHIP_RN50_5969);
> | +info->Chipset != 
> PCI_CHIP_RN50_5969 &&
> | +info->Chipset != PCI_CHIP_RV200_QW 
> &&
> | +info->Chipset != 
> PCI_CHIP_RADEON_LW);
> |  #endif
> |  
> |  return TRUE;
> `
> -- 
> James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6

Public Key available
--
Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0Maxfeldstraße 5
FAX: 0911-740 53 479  D-90409 Nürnberg
http://www.suse.deGermany 
-
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


new irc channel #radeon on freenode

2007-11-23 Thread Dave Airlie
I've just registered #radeon on freenode IRC network.

This channel is for end user support of the radeon driver.

Dave.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: xf86-video-ati: Branch 'master'

2007-11-23 Thread James Cloos
Just after sending off that message I saw the revert commit.

Sorry for the noise.

-JimC
-- 
James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


Re: xf86-video-ati: Branch 'master'

2007-11-23 Thread James Cloos
The commit below is bogus.

I've been using render acceleration on an M7 LW for many months;
it works perfectly.

(I confirmed that the PCI_CHIP_RADEON_LW symbol does match my
card's pci id.)

(I have been having other problems since the switch to pci-rework,
but render accell is not the issue.)

-JimC

,
|  src/radeon_driver.c |4 +++-
|  1 file changed, 3 insertions(+), 1 deletion(-)
| 
| New commits:
| commit 145da701bf4fb9c0ad9f95620b20914ae0126852
| Author: Stefan Dirsch <[EMAIL PROTECTED]>
| Date:   Thu Nov 22 08:38:09 2007 +0100
| 
| Disable RENDER acceleration by default on some RV200 chips.
| 
| Novell Bug #341699: Render acceleration is known to be broken
| on at least "Radeon 7500 QW" and "Radeon Mobility M7 LW".
| 
| diff --git a/src/radeon_driver.c b/src/radeon_driver.c
| index c55b5a5..c939a5c 100644
| --- a/src/radeon_driver.c
| +++ b/src/radeon_driver.c
| @@ -1704,7 +1704,9 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
|  #ifdef RENDER
|  info->RenderAccel = xf86ReturnOptValBool(info->Options, 
OPTION_RENDER_ACCEL,
|info->Chipset != 
PCI_CHIP_RN50_515E &&
| -  info->Chipset != 
PCI_CHIP_RN50_5969);
| +  info->Chipset != 
PCI_CHIP_RN50_5969 &&
| +  info->Chipset != PCI_CHIP_RV200_QW 
&&
| +  info->Chipset != 
PCI_CHIP_RADEON_LW);
|  #endif
|  
|  return TRUE;
`
-- 
James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


R500 failure on a G5 (PPC64-32ul)

2007-11-23 Thread Robin H. Johnson
Testing out the AtomBIOS stuff on my G5, with an X1900 card (the G5
firmware variant).

I added a few lines of debug output to the driver while trying to see
what was going on, but the core of it seems to be that
xf86ClaimFixedResources isn't picking up any resources at all, causing
xf86SetOperatingState to fail.

Xorg log is attached. 
xorg-server is git 63351df0eec320aa3ce27d4d2ee6bcdb58aa2d92 
xf86-video-ati was git 4e792db655dc92d2864db36b4d8f6714908de8e8 before
my debug output additions.

I did try with my existing xorg-server-1.4 before going to git, but that
failed in other interesting ways (not being able to read the 'rom' sysfs
node, something that libpciaccess was supposed to fix IIRC).

lspci -vv output, since it's not in the log.
:0a:00.0 VGA compatible controller [0300]: ATI Technologies Inc R580 
[Radeon X1900] [1002:7240] (prog-if 00 [VGA controller])
Subsystem: ATI Technologies Inc R580 [Radeon X1900] [1002:7240]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Region 2: Memory at 9000 (32-bit, non-prefetchable) [size=64K]
Expansion ROM at 9002 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v1) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency 
L0 <64ns, L1 <1us
ClockPM- Suprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
Address:   Data: 

Unrelated cosmetic bug, the card says X1900 on the packaging and lspci,
but the driver says X1950?

-- 
Robin Hugh Johnson
Gentoo Linux Developer & Infra Guy
E-Mail : [EMAIL PROTECTED]
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.99.1
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.23-gentoo-r1-prod ppc64 
Current Operating System: Linux buck-int 2.6.23-gentoo-r1-prod #6 SMP Tue Nov 
13 03:14:56 PST 2007 ppc64
Build Date: 23 November 2007  01:38:26AM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 23 02:52:05 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "mouse"
(**) |-->Input Device "Keyboard0"
(**) Option "Xinerama" "0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
(WW) The directory "/usr/share/fonts/TTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/nepali-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xawtv" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/fs-fonts" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/urwvn-fonts"

[Bug 13365] Crash in driFlipRenderbuffers

2007-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13365





--- Comment #4 from [EMAIL PROTECTED]  2007-11-23 02:18 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > It's MESA 7.0.1 (ubuntu gutsy). I'm recompiling an unstipped one now, will 
> > try
> > to reproduce the crash after this.
> 
> You could try just installing libgl1-mesa-dri-dbg .

I know have it compiled unstripped, I'll keep running X in gdb in case I can
reproduce (no luck so far)

> BTW, are you using indirect rendering on purpose?
> 

Yes, I'm playing with texture_from_pixmap


-- 
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.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 13365] Crash in driFlipRenderbuffers

2007-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13365





--- Comment #3 from [EMAIL PROTECTED]  2007-11-23 02:03 PST ---
(In reply to comment #2)
> It's MESA 7.0.1 (ubuntu gutsy). I'm recompiling an unstipped one now, will try
> to reproduce the crash after this.

You could try just installing libgl1-mesa-dri-dbg .

BTW, are you using indirect rendering on purpose?


-- 
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.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 13365] Crash in driFlipRenderbuffers

2007-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13365





--- Comment #2 from [EMAIL PROTECTED]  2007-11-23 01:54 PST ---
It's MESA 7.0.1 (ubuntu gutsy). I'm recompiling an unstipped one now, will try
to reproduce the crash after this.


-- 
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.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 13365] Crash in driFlipRenderbuffers

2007-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13365


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Comment #1 from [EMAIL PROTECTED]  2007-11-23 01:52 PST ---
Which version of Mesa is this? It would be good if you could provide bt full
with /usr/lib/dri/r300_dri.so having debugging symbols.


-- 
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.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 13365] New: Crash in driFlipRenderbuffers

2007-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13365

   Summary: Crash in driFlipRenderbuffers
   Product: xorg
   Version: 7.3
  Platform: Other
OS/Version: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: Driver/Radeon
AssignedTo: xorg-driver-ati@lists.x.org
ReportedBy: [EMAIL PROTECTED]
 QAContact: [EMAIL PROTECTED]


Sorry I don't have a clearly reproducible use case. This specific stack trace
happened when starting a second DRI app when a first one was running.

(gdb) bt
#0  0xaf7d9c43 in driFlipRenderbuffers () from /usr/lib/dri/r300_dri.so
#1  0xaf7dc546 in radeonPageFlip () from /usr/lib/dri/r300_dri.so
#2  0xaf7d6260 in ?? () from /usr/lib/dri/r300_dri.so
#3  0x08796540 in ?? ()
#4  0x03e2 in ?? ()
#5  0xbfa6fdb8 in ?? ()
#6  0x080784c4 in LookupIDByType (id=0, rtype=142173504)
at ../../dix/resource.c:894
#7  0xb7c83095 in __glXDRIdrawableSwapBuffers (basePrivate=0x8767c38)
at ../../../GL/glx/glxdri.c:197
#8  0xb7c4a33d in __glXDisp_SwapBuffers (cl=0x8523e88,
pc=0x8d2a20c "\220\v\003") at ../../../GL/glx/glxcmds.c:1488
#9  0xb7c4db2c in __glXDispatch (client=0x8ad4170)
at ../../../GL/glx/glxext.c:551
#10 0x0815754e in XaceCatchExtProc (client=0x8ad4170) at ../../Xext/xace.c:299
#11 0x0808f47a in Dispatch () at ../../dix/dispatch.c:457
#12 0x08076f05 in main (argc=10, argv=0xbfa703c4, envp=Cannot access memory at
address 0x8
)
at ../../dix/main.c:477


I'm running X server 1.3 and ATI radeon 6.7.196.


-- 
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.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 13274] XVideo 24bit RGB image causes server crash.

2007-11-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13274





--- Comment #7 from [EMAIL PROTECTED]  2007-11-23 01:24 PST ---
Thanks for the new patch and the testcase. I'll fix it up (if necessary) on my
PowerBook and push to Git when I get time.


-- 
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.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


atombios-support: possible PLL issue on FireGL V5250

2007-11-23 Thread Ren Min
Hi,

The card is a mobile FireGL V5250. 

01:00.0 VGA compatible controller: ATI Technologies
Inc M56GL [Mobility FireGL V5250]

Using the atombios-support branch, the display
(internal LCD panel) is messed up.

Flashing color with windows barely visible, and this
pattern looks similar to radeonhd with incorrect PLL
setting. 


Thanks!



Xorg.1.log.bz2
Description: 2405312027-Xorg.1.log.bz2
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati