From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 82455] Failed to allocate virtual address for buffer
Date: Wed, 20 Aug 2014 02:43:47 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1354764900=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 209C36E67F
for ; Tue, 19 Aug 2014 19:43:48 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1354764900==
Content-Type: multipart/alternative; boundary="1408502627.52cab0.10221"; charset="us-ascii"
--1408502627.52cab0.10221
Date: Wed, 20 Aug 2014 02:43:47 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=82455
--- Comment #17 from charlie <407883775@qq.com> ---
Created attachment 104930
--> https://bugs.freedesktop.org/attachment.cgi?id=104930&action=edit
bigend
This patch is about virtual space conflict . But this change has been fix in
the mesa-20140607(the version is 10.1.5) ; The new mesa version have a new
problem in our machine .
in founction
struct pipe_resource *r600_resource_create_common(struct pipe_screen *screen,
const struct pipe_resource
*templ)
{
if (templ->target == PIPE_BUFFER) {
return r600_buffer_create(screen, templ, 8192); // original
value is 4096 chen changed 2014-8-19
} else {
return r600_texture_create(screen, templ);
}
}
So, that the virtual address space conflict is disappear.
I am seeing your patch .
https://bugs.freedesktop.org/attachment.cgi?id=104877&action=edit
but i cannot find the "si_update_vertex_buffers" function in our mesa version.
thinks for your help . i will do many test in our machine.
--
You are receiving this mail because:
You are the assignee for the bug.
--1408502627.52cab0.10221
Date: Wed, 20 Aug 2014 02:43:47 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 17
on bug 82455
from charlie
Created attachment 104930 [details]
bigend
This patch is about virtual space conflict . But this change has been fix in
the mesa-20140607(the version is 10.1.5) ; The new mesa version have a new
problem in our machine .
in founction
struct pipe_resource *r600_resource_create_common(struct pipe_screen *screen,
const struct pipe_resource
*templ)
{
if (templ->target == PIPE_BUFFER) {
return r600_buffer_create(screen, templ, 8192); // original
value is 4096 chen changed 2014-8-19
} else {
return r600_texture_create(screen, templ);
}
}
So, that the virtual address space conflict is disappear.
I am seeing your patch .
https://bugs.freedesktop.org/attachment.cgi?id=104877&action=edit
but i cannot find the "si_update_vertex_buffers" function in our mesa version.
thinks for your help . i will do many test in our machine.
You are receiving this mail because:
- You are the assignee for the bug.
--1408502627.52cab0.10221--
--===============1354764900==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1354764900==--