[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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





--- Comment #8 from Kevin DeKorte kdeko...@yahoo.com  2009-09-14 09:28:33 PST 
---
 Krzysztof,

After applying the small patch, the ioctl test works, but 3d still does not
work

sudo make test
[sudo] password for kdekorte: 
./test_ioctl
ret 0
val 38296
./ia32-test_ioctl
ret 0
val 38296


./gears
IRQ's not enabled, falling back to busy waits: 2 1
do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
Try adjusting the vblank_mode configuration parameter.
drmRadeonCmdBuffer: -14. Kernel failed to parse or rejected command stream. See
dmesg for more info.

in dmesg

[drm:radeon_cs_ioctl] *ERROR* Failed to initialize parser !


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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


Kevin DeKorte kdeko...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #9 from Kevin DeKorte kdeko...@yahoo.com  2009-09-14 15:35:45 PST 
---


*** This bug has been marked as a duplicate of bug 22271 ***


-- 
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 BlackBerryreg; 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#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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





--- Comment #2 from Krzysztof A. Sobiecki sob...@gmail.com  2009-09-12 
09:19:41 PST ---
Can you try running 32bit drmstat -v -O /dev/dri/card0 on problematic kernel?
Comparing its output with 64bit version should show what is wrong.
If drmstat fails, dmesg will be also valuable.


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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





--- Comment #3 from Kevin DeKorte kdeko...@yahoo.com  2009-09-12 10:09:10 PST 
---
Both drmstat 32bit and 64 bit give errors when run, they look like this..

64bit
./drmstat -v -O /dev/dri/card0
No driver available
/home/kdekorte/git/drm/tests/.libs/lt-drmstat: error 1 (Operation not
permitted)

32bit
./drmstat -v -O /dev/dri/card0
No driver available
/home/kdekorte/git/drm-32/tests/.libs/lt-drmstat: error 1 (Operation not
permitted)

Running under root does not make a difference. Do I need to have X shutdown
when I do this?

however when I run the 32bit app I get this message from dmesg


ioctl32(lt-drmstat:5264): Unknown cmd fd(3) cmd(c0246400){t:'d';sz:36}
arg(08058008) on /dev/dri/card0
ioctl32(lt-drmstat:5264): Unknown cmd fd(3) cmd(c0106407){t:'d';sz:16}
arg(ffc5cc10) on /dev/dri/card0
ioctl32(lt-drmstat:5264): Unknown cmd fd(3) cmd(c0086401){t:'d';sz:8}
arg(ffc5cc08) on /dev/dri/card0


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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





--- Comment #4 from Krzysztof A. Sobiecki sob...@gmail.com  2009-09-12 
13:25:29 PST ---
Created an attachment (id=29459)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=29459)
Small ioctl test

I meant dristat -v. It actually works. That what I get for mindlessly copying
test cases from other bugs.

You can also try my small ioctl test I have attached.
just run make and then make test to run test.
It should work on KMS, since only on it I had ioctl32 problems.


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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


Krzysztof A. Sobiecki sob...@gmail.com changed:

   What|Removed |Added

 CC||sob...@gmail.com




--- Comment #5 from Krzysztof A. Sobiecki sob...@gmail.com  2009-09-12 
13:30:04 PST ---
By the way, I think It's really a duplicate of #22271, I could set it that way,
but Michel may disagree with my opinion, so I will wait for his action.


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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





--- Comment #6 from Kevin DeKorte kdeko...@yahoo.com  2009-09-12 16:05:34 PST 
---
output from make test

sudo make test
[sudo] password for kdekorte: 
./test_ioctl
ret 0
val 38296
./ia32-test_ioctl
ret -22
val 0



output from dmesg

ioctl32(ia32-test_ioctl:9436): Unknown cmd fd(3) cmd(c0106467){t:'d';sz:16}
arg(ffd710c4) on /dev/dri/card0


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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





--- Comment #7 from Krzysztof A. Sobiecki sob...@gmail.com  2009-09-12 
18:03:31 PST ---
Created an attachment (id=29460)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=29460)
Small patch based on http://bugs.freedesktop.org/show_bug.cgi?id=22271#c5

Apply patch and recompile radeon.ko(make drivers/gpu/drm/radeon/radeon.ko) to
replace old one.
You should start the test again after that.

If test works(both ret's are 0) after applying patch, #23816 is a duplicate of
#22271


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 23816] 32bit mesa on 64bit os won't load r600_dri.so due to bad magic

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





--- Comment #1 from Michel Dänzer mic...@daenzer.net  2009-09-09 15:12:05 PST 
---
This is probably a duplicate of bug 22271.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel