http://bugs.freedesktop.org/show_bug.cgi?id=14656
haihao <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
--- Com
http://bugs.freedesktop.org/show_bug.cgi?id=14677
haihao <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://bugs.freedesktop.org/show_bug.cgi?id=14344
Shuang He <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #
http://bugs.freedesktop.org/show_bug.cgi?id=14344
Zou Nan hai <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolu
http://bugs.freedesktop.org/show_bug.cgi?id=14733
WuNian <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--- Comment #3 f
http://bugs.freedesktop.org/show_bug.cgi?id=14733
WuNian <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On Sun, 02 Mar 2008 14:37:33 -0800
Keith Packard <[EMAIL PROTECTED]> wrote:
>
> On Sun, 2008-03-02 at 20:41 +0100, Jerome Glisse wrote:
>
> > Well i haven't replied on irc because i fear i won't have much time
> > this summer (hoping to finaly take some holidays :)) but i think i
> > can still m
Bah, I think I found the problem:
+static inline void *drm_vmalloc_dma(unsigned long size)
+{
+#if defined(__powerpc__) && defined(CONFIG_NOT_COHERENT_CACHE)
+ return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM,
+PAGE_KERNEL | _PAGE_NO_CACHE);
+#else
+ return vma
> Okay, I changed the code to this:
>
> >DRM_DEBUG("dev = 0x%x, bus_address = 0x%x, bus_to_virt = 0x%lx, max_pages =
> >0x%x\n",
> > (unsigned int)&dev->pdev->dev, bus_address,
> > (unsigned long)virt_to_bus(bus_address), max_pages);
> >
> >if (gart_info->gart_table_location == DRM_ATI_G
On Sun, 2008-03-02 at 20:41 +0100, Jerome Glisse wrote:
> Well i haven't replied on irc because i fear i won't have much time
> this summer (hoping to finaly take some holidays :)) but i think i
> can still manage to help someone. My bigest concern is about
> what kind of project someone with zer
> Xorg (v7.1.1, Debian Etch) crashes with this patch (applied to 2.6.25-rc3)
> on my AmigaOne with a Radeon 9200 (PCIGART mode enabled). See the attached
> log file for the stack trace.
That doesn't look possible, which is weird... looks like we are passing
0 to clean_dcache_range().
Interesting
On Sun, 2 Mar 2008 19:16:47 +0100
"Stephane Marchesin" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I often hear DRI developers talking about how we lack contributors.
> Well, this is the occasion, I think we could get together and try to
> propose DRI as a separate organization for the google summer of
Hi,
I often hear DRI developers talking about how we lack contributors.
Well, this is the occasion, I think we could get together and try to
propose DRI as a separate organization for the google summer of code
(it's also good to have DRI seen as a separate project from the
outside, and not just an
http://bugs.freedesktop.org/show_bug.cgi?id=8056
--- Comment #41 from Giacomo Perale <[EMAIL PROTECTED]> 2008-03-02 06:11:17
PST ---
what's the current status of these patches? can they go in or is there some
problem not reported here?
if they just stay in bugzilla eventually they'll bit ro
http://bugs.freedesktop.org/show_bug.cgi?id=14696
--- Comment #21 from Shuang He <[EMAIL PROTECTED]> 2008-03-02 06:03:41 PST ---
(In reply to comment #20)
> (In reply to comment #19)
> > (In reply to comment #18)
> > > (In reply to comment #17)
> > > > Created an attachment (id=14734)
--> (h
http://bugs.freedesktop.org/show_bug.cgi?id=14129
--- Comment #14 from Phil Armstrong <[EMAIL PROTECTED]> 2008-03-02 05:43:55
PST ---
NB. The rendering errors were nothing to do with the prescence or abscence of
S3TC, but the symptoms were exactly the same (so presumbly it's another
mutitext
http://bugs.freedesktop.org/show_bug.cgi?id=14129
--- Comment #13 from Phil Armstrong <[EMAIL PROTECTED]> 2008-03-02 05:27:24
PST ---
Addendum: the rendering errors appear to be down to a single patch in mesa.
I'll file a separate bug for that. The slowdown with HEAD comes and goes :(
--
http://bugs.freedesktop.org/show_bug.cgi?id=14696
--- Comment #20 from Shuang He <[EMAIL PROTECTED]> 2008-03-02 04:51:35 PST ---
(In reply to comment #19)
> (In reply to comment #18)
> > (In reply to comment #17)
> > > Created an attachment (id=14734)
--> (http://bugs.freedesktop.org/attachm
18 matches
Mail list logo