From: Dave Airlie <airlied@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: covici@ccs.covici.com, linux-kernel@vger.kernel.org,
benh@kernel.crashing.org, airlied@linux.ie
Subject: Re: X not working with Radeon 9200 under 2.6.11
Date: Thu, 24 Mar 2005 17:36:10 +1100 [thread overview]
Message-ID: <21d7e99705032322366f2f4771@mail.gmail.com> (raw)
In-Reply-To: <20050321162214.71483708.akpm@osdl.org>
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
>
> It's a bit sad that xfree _used_ to work (2.6.9?) and now it doesn't work,
> and the fix is to switch to the x.org server.
>
> Do we know what changed to cause this? Was it deliberate?
Okay I installed Debian Sarge today and found a bug in the drm version
ioctls alright with the older interface that XFree86 4.3 uses...
Anyone want to test this patch (Andrew I'll put it my -mm tree ASAP)...
I'm still at a loss to reproduce the brige problems ppl are seeing..
time to switch to i865 chipset ...
Dave.
[-- Attachment #2: drm_test_diff --]
[-- Type: application/octet-stream, Size: 495 bytes --]
===== drivers/char/drm/drm_drv.c 1.63 vs edited =====
--- 1.63/drivers/char/drm/drm_drv.c 2005-03-10 20:19:42 +11:00
+++ edited/drivers/char/drm/drm_drv.c 2005-03-24 17:07:16 +11:00
@@ -144,6 +144,12 @@
if (dev->driver->pretakedown)
dev->driver->pretakedown(dev);
+ if (dev->unique) {
+ drm_free(dev->unique, strlen(dev->unique) + 1, DRM_MEM_DRIVER);
+ dev->unique = NULL;
+ dev->unique_len = 0;
+ }
+
if ( dev->irq_enabled ) drm_irq_uninstall( dev );
down( &dev->struct_sem );
prev parent reply other threads:[~2005-03-24 6:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-05 15:53 X not working with Radeon 9200 under 2.6.11 John covici
2005-03-21 22:53 ` Andrew Morton
2005-03-22 0:13 ` John covici
2005-03-22 0:22 ` Andrew Morton
2005-03-23 19:50 ` Dave Airlie
2005-03-23 20:36 ` Andrew Morton
2005-03-23 20:40 ` Dave Airlie
2005-03-24 6:36 ` Dave Airlie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21d7e99705032322366f2f4771@mail.gmail.com \
--to=airlied@gmail.com \
--cc=airlied@linux.ie \
--cc=akpm@osdl.org \
--cc=benh@kernel.crashing.org \
--cc=covici@ccs.covici.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox