From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform Date: Fri, 30 Oct 2015 16:12:04 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1840838824==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 73F536E0F6 for ; Fri, 30 Oct 2015 09:12:05 -0700 (PDT) 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 --===============1840838824== Content-Type: multipart/alternative; boundary="1446221525.FCD10.946"; charset="UTF-8" --1446221525.FCD10.946 Date: Fri, 30 Oct 2015 16:12:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=92738 Bug ID: 92738 Summary: Randon R7 240 doesn't work on 16KiB page size platform Product: Mesa Version: git Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 Assignee: dri-devel@lists.freedesktop.org Reporter: r@hev.cc QA Contact: dri-devel@lists.freedesktop.org The radeon gpu that with VM supported doesn't work on >= 4KiB page size platforms. (e.g. Loongson 16k) It seems we assume that the maximum page size is 4096 in radeon_bomgr_find_va and radeon_bomgr_free_va. I think dynmamic get system page size here would better. -- You are receiving this mail because: You are the assignee for the bug. --1446221525.FCD10.946 Date: Fri, 30 Oct 2015 16:12:05 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Bug ID 92738
Summary Randon R7 240 doesn't work on 16KiB page size platform
Product Mesa
Version git
Hardware Other
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component Drivers/Gallium/r600
Assignee dri-devel@lists.freedesktop.org
Reporter r@hev.cc
QA Contact dri-devel@lists.freedesktop.org

The radeon gpu that with VM supported doesn't work on >= 4KiB page size
platforms. (e.g. Loongson 16k)

It seems we assume that the maximum page size is 4096 in radeon_bomgr_find_va
and radeon_bomgr_free_va. I think dynmamic get system page size here would
better.


You are receiving this mail because:
  • You are the assignee for the bug.
--1446221525.FCD10.946-- --===============1840838824== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1840838824==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform Date: Fri, 30 Oct 2015 17:22:22 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0285177429==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 896CD6ED30 for ; Fri, 30 Oct 2015 10:22:23 -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 --===============0285177429== Content-Type: multipart/alternative; boundary="1446225742.0bDC2bA0.23963"; charset="UTF-8" --1446225742.0bDC2bA0.23963 Date: Fri, 30 Oct 2015 17:22:22 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=92738 --- Comment #1 from Alex Deucher --- GPU pages are 4k. These functions are dealing with the GPU's virtual address space, not the CPU's. What sort of problem are you seeing? -- You are receiving this mail because: You are the assignee for the bug. --1446225742.0bDC2bA0.23963 Date: Fri, 30 Oct 2015 17:22:22 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 1 on bug 92738 from
GPU pages are 4k.  These functions are dealing with the GPU's virtual address
space, not the CPU's.  What sort of problem are you seeing?


You are receiving this mail because:
  • You are the assignee for the bug.
--1446225742.0bDC2bA0.23963-- --===============0285177429== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0285177429==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform Date: Mon, 02 Nov 2015 09:55:42 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0778655988==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 0CBC26E4CF for ; Mon, 2 Nov 2015 01:55:45 -0800 (PST) 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 --===============0778655988== Content-Type: multipart/alternative; boundary="1446458142.cc4b0.14987"; charset="UTF-8" --1446458142.cc4b0.14987 Date: Mon, 2 Nov 2015 09:55:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D92738 --- Comment #2 from Michel D=C3=A4nzer --- Created attachment 119338 --> https://bugs.freedesktop.org/attachment.cgi?id=3D119338&action=3Dedit winsys/radeon: Use CPU page size instead of hardcoding 4096 Does this patch fix it? --=20 You are receiving this mail because: You are the assignee for the bug. --1446458142.cc4b0.14987 Date: Mon, 2 Nov 2015 09:55:42 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 2 on bug 92738<= /a> from Michel D=C3=A4nzer
Created attachment 119338 [details] [review]
winsys/radeon: Use CPU page size instead of hardcoding 4096

Does this patch fix it?


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1446458142.cc4b0.14987-- --===============0778655988== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0778655988==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform Date: Mon, 02 Nov 2015 10:00:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1554467358==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 1B8136E4DA for ; Mon, 2 Nov 2015 02:00:58 -0800 (PST) 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 --===============1554467358== Content-Type: multipart/alternative; boundary="1446458457.46E2aAD0.16093"; charset="UTF-8" --1446458457.46E2aAD0.16093 Date: Mon, 2 Nov 2015 10:00:57 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D92738 Michel D=C3=A4nzer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #119338|0 |1 is obsolete| | --- Comment #3 from Michel D=C3=A4nzer --- Created attachment 119339 --> https://bugs.freedesktop.org/attachment.cgi?id=3D119339&action=3Dedit winsys/radeon: Use CPU page size instead of hardcoding 4096 Updated patch which leaves the 4K alignment for the VM range start address. --=20 You are receiving this mail because: You are the assignee for the bug. --1446458457.46E2aAD0.16093 Date: Mon, 2 Nov 2015 10:00:57 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable = Michel D=C3=A4nzer changed bug 92738<= /a>
What Removed Added
Attachment #119338 is obsolete   1

Comment= # 3 on bug 92738<= /a> from Michel D=C3=A4nzer
Created attachment 119339 [details] [review]
winsys/radeon: Use CPU page size instead of hardcoding 4096

Updated patch which leaves the 4K alignment for the VM range start address.=


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1446458457.46E2aAD0.16093-- --===============1554467358== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1554467358==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform Date: Tue, 03 Nov 2015 01:10:25 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1938850218==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 2766D6E39A for ; Mon, 2 Nov 2015 17:10:26 -0800 (PST) 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 --===============1938850218== Content-Type: multipart/alternative; boundary="1446513024.F2cCfe20.24793"; charset="UTF-8" --1446513024.F2cCfe20.24793 Date: Tue, 3 Nov 2015 01:10:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=92738 --- Comment #4 from Heiher --- (In reply to Alex Deucher from comment #1) > GPU pages are 4k. These functions are dealing with the GPU's virtual > address space, not the CPU's. What sort of problem are you seeing? dmesg outputs when X server starting: [ 1071.083005] radeon 0000:02:00.0: bo 98000001e5d76000 va 0x0000000802 conflict with (bo 98000001e5d76800 0x0000000800 0x0000000803) [ 1071.095425] radeon 0000:02:00.0: bo 98000001e5d76000 va 0x0000000802 conflict with (bo 98000001e5d76800 0x0000000800 0x0000000803) [ 1073.201289] radeon 0000:02:00.0: bo 98000001e5dfac00 va 0x0000000802 conflict with (bo 98000001e5dfbc00 0x0000000800 0x0000000803) [ 1073.213795] radeon 0000:02:00.0: bo 98000001e5dfac00 va 0x0000000802 conflict with (bo 98000001e5dfbc00 0x0000000800 0x0000000803) [ 1074.413274] radeon 0000:02:00.0: bo 98000001e5d76800 va 0x0000000802 conflict with (bo 98000001e5d74000 0x0000000800 0x0000000803) [ 1074.425699] radeon 0000:02:00.0: bo 98000001e5d76800 va 0x0000000802 conflict with (bo 98000001e5d74000 0x0000000800 0x0000000803) [ 1075.634164] radeon 0000:02:00.0: bo 98000001fad14c00 va 0x0000000802 conflict with (bo 98000001fad16c00 0x0000000800 0x0000000803) [ 1075.646623] radeon 0000:02:00.0: bo 98000001fad14c00 va 0x0000000802 conflict with (bo 98000001fad16c00 0x0000000800 0x0000000803) [ 1076.867784] radeon 0000:02:00.0: bo 98000001e5dfbc00 va 0x0000000802 conflict with (bo 98000001e5dfb800 0x0000000800 0x0000000803) [ 1076.880201] radeon 0000:02:00.0: bo 98000001e5dfbc00 va 0x0000000802 conflict with (bo 98000001e5dfb800 0x0000000800 0x0000000803) [ 1078.747714] radeon 0000:02:00.0: bo 98000001e5df9400 va 0x0000000802 conflict with (bo 98000001e5df8c00 0x0000000800 0x0000000803) [ 1078.760208] radeon 0000:02:00.0: bo 98000001e5df9400 va 0x0000000802 conflict with (bo 98000001e5df8c00 0x0000000800 0x0000000803) -- You are receiving this mail because: You are the assignee for the bug. --1446513024.F2cCfe20.24793 Date: Tue, 3 Nov 2015 01:10:24 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 4 on bug 92738 from
(In reply to Alex Deucher from comment #1)
> GPU pages are 4k.  These functions are dealing with the GPU's virtual
> address space, not the CPU's.  What sort of problem are you seeing?

dmesg outputs when X server starting:
[ 1071.083005] radeon 0000:02:00.0: bo 98000001e5d76000 va 0x0000000802
conflict with (bo 98000001e5d76800 0x0000000800 0x0000000803)
[ 1071.095425] radeon 0000:02:00.0: bo 98000001e5d76000 va 0x0000000802
conflict with (bo 98000001e5d76800 0x0000000800 0x0000000803)
[ 1073.201289] radeon 0000:02:00.0: bo 98000001e5dfac00 va 0x0000000802
conflict with (bo 98000001e5dfbc00 0x0000000800 0x0000000803)
[ 1073.213795] radeon 0000:02:00.0: bo 98000001e5dfac00 va 0x0000000802
conflict with (bo 98000001e5dfbc00 0x0000000800 0x0000000803)
[ 1074.413274] radeon 0000:02:00.0: bo 98000001e5d76800 va 0x0000000802
conflict with (bo 98000001e5d74000 0x0000000800 0x0000000803)
[ 1074.425699] radeon 0000:02:00.0: bo 98000001e5d76800 va 0x0000000802
conflict with (bo 98000001e5d74000 0x0000000800 0x0000000803)
[ 1075.634164] radeon 0000:02:00.0: bo 98000001fad14c00 va 0x0000000802
conflict with (bo 98000001fad16c00 0x0000000800 0x0000000803)
[ 1075.646623] radeon 0000:02:00.0: bo 98000001fad14c00 va 0x0000000802
conflict with (bo 98000001fad16c00 0x0000000800 0x0000000803)
[ 1076.867784] radeon 0000:02:00.0: bo 98000001e5dfbc00 va 0x0000000802
conflict with (bo 98000001e5dfb800 0x0000000800 0x0000000803)
[ 1076.880201] radeon 0000:02:00.0: bo 98000001e5dfbc00 va 0x0000000802
conflict with (bo 98000001e5dfb800 0x0000000800 0x0000000803)
[ 1078.747714] radeon 0000:02:00.0: bo 98000001e5df9400 va 0x0000000802
conflict with (bo 98000001e5df8c00 0x0000000800 0x0000000803)
[ 1078.760208] radeon 0000:02:00.0: bo 98000001e5df9400 va 0x0000000802
conflict with (bo 98000001e5df8c00 0x0000000800 0x0000000803)


You are receiving this mail because:
  • You are the assignee for the bug.
--1446513024.F2cCfe20.24793-- --===============1938850218== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1938850218==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform Date: Tue, 03 Nov 2015 01:33:04 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1638476896==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id C5F216E2A7 for ; Mon, 2 Nov 2015 17:33:05 -0800 (PST) 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 --===============1638476896== Content-Type: multipart/alternative; boundary="1446514384.eC650.30211"; charset="UTF-8" --1446514384.eC650.30211 Date: Tue, 3 Nov 2015 01:33:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D92738 --- Comment #5 from Heiher --- (In reply to Michel D=C3=A4nzer from comment #3) > Created attachment 119339 [details] [review] > winsys/radeon: Use CPU page size instead of hardcoding 4096 >=20 > Updated patch which leaves the 4K alignment for the VM range start addres= s. I have backport this patch to mesa 10.4.0 and fixed. but i'm not sure the changes in radeon_winsys_bo_from_ptr isn't ok? because buffer_from_ptr miss= ing in mesa 10.4.0. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug. --1446514384.eC650.30211 Date: Tue, 3 Nov 2015 01:33:04 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 5 on bug 92738<= /a> from Hei= her
(In reply to Michel D=C3=A4nzer from comment #3)
> Created attachment 119339 [details] [review] [re=
view]
> winsys/radeon: Use CPU page size instead of hardcoding 4096
>=20
> Updated patch which leaves the 4K alignment for the VM range start add=
ress.

I have backport this patch to mesa 10.4.0 and fixed. but i'm not sure the
changes in radeon_winsys_bo_from_ptr isn't ok? because buffer_from_ptr miss=
ing
in mesa 10.4.0. Thanks!


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1446514384.eC650.30211-- --===============1638476896== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1638476896==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92738] Randon R7 240 doesn't work on 16KiB page size platform Date: Fri, 20 Nov 2015 03:21:12 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1750579932==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id C960E6E38A for ; Thu, 19 Nov 2015 19:21:11 -0800 (PST) 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 --===============1750579932== Content-Type: multipart/alternative; boundary="1447989671.546fE1560.25168"; charset="UTF-8" --1447989671.546fE1560.25168 Date: Fri, 20 Nov 2015 03:21:11 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D92738 Michel D=C3=A4nzer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Michel D=C3=A4nzer --- Module: Mesa Branch: master Commit: 24abbaff9ad177624c2b4906c7d94f5d91ac3cc0 URL:=20=20=20 http://cgit.freedesktop.org/mesa/mesa/commit/?id=3D24abbaff9ad177624c2b4906= c7d94f5d91ac3cc0 Author: Michel D=C3=A4nzer Date: Thu Aug 21 18:30:44 2014 +0900 winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3 --=20 You are receiving this mail because: You are the assignee for the bug. --1447989671.546fE1560.25168 Date: Fri, 20 Nov 2015 03:21:11 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable = Michel D=C3=A4nzer changed bug 92738<= /a>
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment= # 6 on bug 92738<= /a> from Michel D=C3=A4nzer
Module: Mesa
Branch: master
Commit: 24abbaff9ad177624c2b4906c7d94f5d91ac3cc0
URL:=20=20=20
http://cgit.freedesktop.org/mesa/mesa/commit/?=
id=3D24abbaff9ad177624c2b4906c7d94f5d91ac3cc0

Author: Michel D=C3=A4nzer <michel.daenzer@amd.com>
Date:   Thu Aug 21 18:30:44 2014 +0900

winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1447989671.546fE1560.25168-- --===============1750579932== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1750579932==--