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=1023
[EMAIL PROTECTED] changed:
What|Removed |Added
--
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=1023
--- Additional Comments From [EMAIL PROTECTED] 2005-10-20 03:13 ---
I am
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=1023
[EMAIL PROTECTED] changed:
What|Removed |Added
--
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=1023
[EMAIL PROTECTED] changed:
What|Removed |Added
--
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=4116
[EMAIL PROTECTED] changed:
What|Removed |Added
--
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=4116
--- Additional Comments From [EMAIL PROTECTED] 2005-08-17 03:51 ---
ah I
t; Can you try changing the drm_handle_t in shared-core/drm.h to unsigned int and
> rebuilding the DRM and seeing if it works...
>
>
If you meaned change it from long, to int.. and try again, i've done and
nothing is changed. Still (II) RADEO
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=4116
--- Additional Comments From [EMAIL PROTECTED] 2005-08-16 16:14 ---
Is th
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=4116
Summary: DRM CVS: (II) RADEON(0): [drm] drmAddMap failed, Direct
drm driver, to keep it simple and prevent interference with X.
No my Xserver fail to initialize DRI, it fails with drmAddMap.
it says:
[drm] drmAddMap failed
And then tells there is no dri. I wanted to test r300 driver.
I have no more logs of that has i crashed my system.
Anyway, i first thought
Vladimir Dergachev wrote:
On Sun, 9 Jan 2005, Jerome Glisse wrote:
Hello,
I wanted to test a bit the r300 drv on g5 but i get
a drmAddMap failed. I see a issue related to this
in the archive (september 2004). I assume it's have
been fixed.
My drm version is the one from r300 (linux-core)
On Sun, 9 Jan 2005, Jerome Glisse wrote:
Hello,
I wanted to test a bit the r300 drv on g5 but i get
a drmAddMap failed. I see a issue related to this
in the archive (september 2004). I assume it's have
been fixed.
My drm version is the one from r300 (linux-core)
but i guess there l
Hello,
I wanted to test a bit the r300 drv on g5 but i get
a drmAddMap failed. I see a issue related to this
in the archive (september 2004). I assume it's have
been fixed.
My drm version is the one from r300 (linux-core)
but i guess there little difference between this trunk
and the officia
I appreciate the quick response! I just caught up with this e-mail chain and have not had a chance to try anything. My DRM is dated and broken among other things but it also looks like there's some vigorous activity on getting the DRI code patched as well. Let me know if I can assist in some
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://freedesktop.org/bugzilla/show_bug.cgi?id=1428
[EMAIL PROTECTED] changed:
What|Removed |Added
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://freedesktop.org/bugzilla/show_bug.cgi?id=1428
--- Additional Comments From [EMAIL PROTECTED] 2004-09-21 12:08 ---
Yes confirm
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://freedesktop.org/bugzilla/show_bug.cgi?id=1428
--- Additional Comments From [EMAIL PROTECTED] 2004-09-21 08:58 ---
This should
Felix, I'm removing the size check from addmap with a permanent map.
I've now encountered X asking for maps both smaller and larger that
what the hardware allows. This is why we need to get this code out of
X an into the driver. I'll fix the code to map the legal value for the
hardware (from the p
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://freedesktop.org/bugzilla/show_bug.cgi?id=1428
--- Additional Comments From [EMAIL PROTECTED] 2004-09-20 11:07 ---
Yes, just n
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://freedesktop.org/bugzilla/show_bug.cgi?id=1428
--- Additional Comments From [EMAIL PROTECTED] 2004-09-20 11:02 ---
I checked i
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://freedesktop.org/bugzilla/show_bug.cgi?id=1428
Summary: drmAddMap failed with latest drm CVS
Product: DRI
Hi Jon!
Monday 20, at 02:15:26 AM you wrote:
> Do you have this fix?
>
Yes, I have the 20040919 snapshot and drm from cvs, so this patch is
applyed here.
--
WBR, Konstantin chat with ==>ICQ: 109916175
Lepikhov,speak to ==>JID: [EMAIL PROTECTED]
aka L.A. Kostis write
Do you have this fix?
= linux/drm_scatter.h 1.6 vs edited =
--- 1.6/linux/drm_scatter.h Sun Sep 5 21:22:06 2004
+++ edited/linux/drm_scatter.h Thu Sep 16 01:11:13 2004
@@ -73,7 +73,7 @@
DRM_DEBUG( "%s\n", __FUNCTION__ );
- if (drm_core_check_feature(dev, DRIVER_SG))
+
Hi Felix!
Monday 20, at 02:11:17 AM you wrote:
> On Sun, 19 Sep 2004 17:27:02 -0400
> Jon Smirl <[EMAIL PROTECTED]> wrote:
>
> > That should be >= in the patch not <=. The requested size needs to be
> > smaller than the permanent map size.
>
> That's not enough. You also need to change DRM(mma
CVS server appears to be dead. I'll try again later.
--
Jon Smirl
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your p
Your patch is correct. I was focusing on the I2C changes and didn't
check in all of the addmap parts. I'll check this is as soon as get
back to my dev machine.
On Mon, 20 Sep 2004 02:11:17 +0200, Felix Kühling <[EMAIL PROTECTED]> wrote:
> On Sun, 19 Sep 2004 17:27:02 -0400
> Jon Smirl <[EMAIL PRO
On Sun, 19 Sep 2004 17:27:02 -0400
Jon Smirl <[EMAIL PROTECTED]> wrote:
> That should be >= in the patch not <=. The requested size needs to be
> smaller than the permanent map size.
That's not enough. You also need to change DRM(mmap), otherwise DRI
clients will fail to mmap the frame buffer. T
the one in Linus bk tree shouldn't be broken, he pulled up all my fixes
2-3 days ago...
Dave.
On Sun, 19 Sep 2004, Jon Smirl wrote:
> Where are you getting your DRM driver? The one in the Linux BK tree is
> broken. Use DRM CVS instead.
>
>
--
David Airlie, Software Engineer
http://www.skynet.
That should be >= in the patch not <=. The requested size needs to be
smaller than the permanent map size.
On Sun, 19 Sep 2004 17:24:36 -0400, Jon Smirl <[EMAIL PROTECTED]> wrote:
> Does this fix it? I won't be on my development machine to test it for
> a few more hours.
>
>
>
> --
> Jon Smir
Does this fix it? I won't be on my development machine to test it for
a few more hours.
--
Jon Smirl
[EMAIL PROTECTED]
patch
Description: Binary data
II) RADEON(0): [drm] created "radeon" driver at busid "pci::01:00.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe0b09000
(II) RADEON(0): [drm] mapped SAREA 0xe0b09000 to 0x48243000
(II) RADEON(0): [drm] drmAddMap failed
(EE) RADEON(0): [dri] DRIScreenInit failed. Dis
Where are you getting your DRM driver? The one in the Linux BK tree is
broken. Use DRM CVS instead.
--
Jon Smirl
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod M
[drm] mapped SAREA 0xf190a000 to 0x41304000
(II) RADEON(0): [drm] drmAddMap failed
(EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI.
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://freedesktop.org/bugzilla/show_bug.cgi?id=1023
Summary: Radeon IGP345M - drmAddMap failed
Product: DRI
34 matches
Mail list logo