https://bugs.freedesktop.org/show_bug.cgi?id=36745
Andrew Randrianasulu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=36745
Andrew Randrianasulu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi, Dave,
It is the explanation that is inaccurate; I was still thinking about mmap when
the new paradigm is to do the mapping when the VM faults.
I believe the code that requires this patch is: ttm/ttm_bo_vm.c:
ttm_bo_vm_fault(),
specifically:
for (i = 0; i < TTM_BO_VM_NUM_PREFAULT; ++i) {
Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20110614/d3875afd/attachment.pgp>
Hi, Dave,
It is the explanation that is inaccurate; I was still thinking about mmap when
the new paradigm is to do the mapping when the VM faults.
I believe the code that requires this patch is: ttm/ttm_bo_vm.c:
ttm_bo_vm_fault(),
specifically:
for (i = 0; i < TTM_BO_VM_NUM_PREFAULT; ++i) {
On Sun, Jun 05, 2011 at 10:32:34PM -0700, bugzilla-daemon at freedesktop.org
wrote:
> I'm attaching a patch that has an implementation. Unfortunately I can't seem
> to
> get it to work entirely correctly. The piglit test looks almost correct but
> has
> several artifacts in random places. If som
On 12/06/11 14:21, Markus Trippelsdorf wrote:
> Hmm, maybe you're seeing a different problem. The issue that I saw was
> fixed by commit 428c6e3630 in the git tree (this is identical to the
> patch by Dave you're referring to above).
>
> Does a "git-revert fe6f0bd03d697835e76dd18d232ba476c65b8282"
On Die, 2011-06-14 at 11:22 -0400, Alex Deucher wrote:
> I don't think Apple offered any other cards for
> this mac, so I doubt this will be an issue, but just
> to be on the safe side, check the pci ids as well.
>
> Signed-off-by: Alex Deucher
> Cc: Joachim Henke
> Cc: Michel D?nzer
> ---
>
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #10 from Aidan Marks 2011-06-14 17:01:39 PDT ---
pulling latest mesa/libdrm/ddx again still has the corruption with color tiling
on with r600c. I tried r600g and the corruption is not seen.
--
Configure bugmail: https://bugs.freede
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #10 from Aidan Marks 2011-06-14 17:01:39 PDT
---
pulling latest mesa/libdrm/ddx again still has the corruption with color tiling
on with r600c. I tried r600g and the corruption is not seen.
--
Configure bugmail: https://bugs.freed
From: Dave Airlie
On my RS690 the VGA and TV-out share the same DAC, so when xrandr
is called, tv-out steals the encoder and tries to load detect on it,
however this causes flicker on the VGA.
This blocks this by testing if the encoder is connected to anything
and if so whether its connected to
From: Dave Airlie
Some RS690 chipsets seem to end up with floating connectors, either
a DVI connector isn't actually populated, or an add-in HDMI card
is available but not installed. In this case we seem to get a NULL byte
response for each byte of the i2c transaction, so we detect this
case and
From: Dave Airlie
this puts the header and followup at the same loglevel as the
hex dump code.
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/drm_edid.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 0a9
temperature is signed.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/evergreen.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/radeon/evergreen.c
b/drivers/gpu/drm/radeon/evergreen.c
index e1b3d99..b06f2db 100644
--- a/drivers/gpu/drm/radeon
https://bugs.freedesktop.org/show_bug.cgi?id=32511
Tormod Volden changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=32511
Tormod Volden changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On Sat, Jun 11, 2011 at 10:58 PM, Jean Delvare wrote:
> Hi Florian,
>
> On Sat, 11 Jun 2011 13:28:15 +0200, Florian Mickler wrote:
>> On Sat, 04 Jun 2011 19:34:56 -
>> Jean Delvare wrote:
>>
>> > Revert commit 8f9a3f9b63b8cd3f03be9dc53533f90bd4120e5f. This fixes a
>> > hang when loading the e
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #9 from nizz...@hotmail.com 2011-06-14 13:29:55 PDT ---
mesa from current git works fine wit color tiling enabled so it seems an old
bug still present in 7.10.2 for cypress/evergreen at least. Still a check for a
recent enough mesa mig
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #9 from nizze86 at hotmail.com 2011-06-14 13:29:55 PDT ---
mesa from current git works fine wit color tiling enabled so it seems an old
bug still present in 7.10.2 for cypress/evergreen at least. Still a check for a
recent enough mesa
ri-devel/attachments/20110614/445760d9/attachment-0002.txt>
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: xrandr_log
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20110614/445760d9/attachment-0002.asc>
---
log
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20110614/d40ff361/attachment-0002.asc>
-- next part --
An embedded and charset-unspecified text was scrubbed...
Name: dmesg_log
URL:
<http://lists.freedesktop.org/archives/dri-devel/attac
temperature is signed.
Signed-off-by: Alex Deucher
---
drivers/gpu/drm/radeon/evergreen.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/radeon/evergreen.c
b/drivers/gpu/drm/radeon/evergreen.c
index e1b3d99..b06f2db 100644
--- a/drivers/gpu/drm/radeon
On Tue, 2011-06-14 at 19:09 +0200, David Lamparter wrote:
> On Sun, Jun 05, 2011 at 10:32:34PM -0700, bugzilla-dae...@freedesktop.org
> wrote:
> > I'm attaching a patch that has an implementation. Unfortunately I can't
> > seem to
> > get it to work entirely correctly. The piglit test looks almos
I don't think Apple offered any other cards for
this mac, so I doubt this will be an issue, but just
to be on the safe side, check the pci ids as well.
v2: fix spelling in commit message
Reviewed-by: Michel D?nzer
Signed-off-by: Alex Deucher
Cc: Joachim Henke
Cc: Michel D?nzer
---
drivers/gp
I don't think Apple offered any other cards for
this mac, so I doubt this will be an issue, but just
to be on the safe side, check the pci ids as well.
Signed-off-by: Alex Deucher
Cc: Joachim Henke
Cc: Michel D?nzer
---
drivers/gpu/drm/radeon/radeon_combios.c |9 ++---
1 files changed,
https://bugzilla.kernel.org/show_bug.cgi?id=32402
Florian Mickler changed:
What|Removed |Added
CC||florian at mickler.org
--- Comment
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #4 from Vadim 2011-06-14 10:44:29 PDT ---
Created an attachment (id=47965)
View: https://bugs.freedesktop.org/attachment.cgi?id=47965
Review: https://bugs.freedesktop.org/review?bug=38280&attachment=47965
patch
This patch should r
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #4 from Vadim 2011-06-14 10:44:29 PDT ---
Created an attachment (id=47965)
View: https://bugs.freedesktop.org/attachment.cgi?id=47965
Review: https://bugs.freedesktop.org/review?bug=38280&attachment=47965
patch
This patch should r
On Sun, Jun 05, 2011 at 10:32:34PM -0700, bugzilla-dae...@freedesktop.org wrote:
> I'm attaching a patch that has an implementation. Unfortunately I can't seem
> to
> get it to work entirely correctly. The piglit test looks almost correct but
> has
> several artifacts in random places. If someone
On Fri, Jun 10, 2011 at 8:20 AM, Jay Estabrook
wrote:
>
> Alpha needs to have the system bus address for the device's local
> memory available, so that it can be returned to user-level, where
> it may be used in an mmap(). So, we make bus.addr hold the ioremap()
> return for kernel use, and then
https://bugs.freedesktop.org/show_bug.cgi?id=36523
--- Comment #4 from Sven Arvidsson 2011-06-14 09:34:03 PDT ---
This seems to be fixed with current git master, can you confirm?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail becau
https://bugs.freedesktop.org/show_bug.cgi?id=36523
--- Comment #4 from Sven Arvidsson 2011-06-14 09:34:03 PDT ---
This seems to be fixed with current git master, can you confirm?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail becau
On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher wrote:
> No need to assign the same copy callback for both
> copy blit and dma.
This used to confuse the benchmark code if memory serves, if thats
fixed then I'm okay with this.
Dave.
On Die, 2011-06-14 at 02:48 -0400, Alex Deucher wrote:
> 2011/6/14 Michel D?nzer :
> > On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote:
> >> Apple uses the same subsystem pci ids for lots of
> >> hardware much of which is wired up differently. In
> >> this case, the G5 imac and the G5 tower
On 12/06/11 14:21, Markus Trippelsdorf wrote:
Hmm, maybe you're seeing a different problem. The issue that I saw was
fixed by commit 428c6e3630 in the git tree (this is identical to the
patch by Dave you're referring to above).
Does a "git-revert fe6f0bd03d697835e76dd18d232ba476c65b8282" solve y
On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote:
> Apple uses the same subsystem pci ids for lots of
> hardware much of which is wired up differently. In
> this case, the G5 imac and the G5 tower.
>
> Only apply the quirk configuration to G5 towers.
>
> Reported-by: Joachim Henke
> Signe
I don't think Apple offered any other cards for
this mac, so I doubt this will be an issue, but just
to be on the safe side, check the pci ids as well.
v2: fix spelling in commit message
Reviewed-by: Michel Dänzer
Signed-off-by: Alex Deucher
Cc: Joachim Henke
Cc: Michel Dänzer
---
drivers/gp
On Die, 2011-06-14 at 11:22 -0400, Alex Deucher wrote:
> I don't think Apple offered any other cards for
> this mac, so I doubt this will be an issue, but just
> to be on the safe side, check the pci ids as well.
>
> Signed-off-by: Alex Deucher
> Cc: Joachim Henke
> Cc: Michel Dänzer
> ---
>
I don't think Apple offered any other cards for
this mac, so I doubt this will be an issue, but just
to be on the safe side, check the pci ids as well.
Signed-off-by: Alex Deucher
Cc: Joachim Henke
Cc: Michel Dänzer
---
drivers/gpu/drm/radeon/radeon_combios.c |9 ++---
1 files changed,
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #3 from Andy Furniss 2011-06-14
05:54:32 PDT ---
(In reply to comment #2)
> I wonder if this means that the same commit broke rendering in Doom3 on
> non-Evergreen hardware?
Yes. with current master on 4890 there is no distortion b
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #3 from Andy Furniss 2011-06-14
05:54:32 PDT ---
(In reply to comment #2)
> I wonder if this means that the same commit broke rendering in Doom3 on
> non-Evergreen hardware?
Yes. with current master on 4890 there is no distortion b
https://bugs.freedesktop.org/show_bug.cgi?id=36917
--- Comment #3 from Sven Arvidsson 2011-06-14 05:16:54 PDT ---
Rendering of trees (and water) is fixed on master, but broken on non-evergreen,
see bug 38280.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=36917
--- Comment #3 from Sven Arvidsson 2011-06-14 05:16:54 PDT ---
Rendering of trees (and water) is fixed on master, but broken on non-evergreen,
see bug 38280.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Sven Arvidsson changed:
What|Removed |Added
CC||s...@whiz.se
--- Comment #2 from Sven A
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Sven Arvidsson changed:
What|Removed |Added
CC||sa at whiz.se
--- Comment #2 from Sven
https://bugs.freedesktop.org/show_bug.cgi?id=36421
--- Comment #7 from Sven Arvidsson 2011-06-14 04:59:18 PDT ---
The hangs in Team Fortress 2 and Left 4 Dead has been fixed on git master now,
can you retest?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugs.freedesktop.org/show_bug.cgi?id=36421
--- Comment #7 from Sven Arvidsson 2011-06-14 04:59:18 PDT ---
The hangs in Team Fortress 2 and Left 4 Dead has been fixed on git master now,
can you retest?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You
https://bugzilla.kernel.org/show_bug.cgi?id=32402
Florian Mickler changed:
What|Removed |Added
CC||flor...@mickler.org
--- Comment #19
Hi Linus,
nothing too interesting here, a couple of unusual ones for my tree, the
x86/uv/x2apic change was due to change in the VGA ARB in my -rc1 pull,
Ingo and Jesse agreed it should go via the same tree that broke it. I've
picked up one i915 change due to Keith being away, the rest are fair
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #8 from nizz...@hotmail.com 2011-06-14 03:59:54 PDT ---
Created an attachment (id=47951)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47951)
SuperTuxKart with color tiling, r600g hd5850
--
Configure bugmail: https://bugs.free
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #7 from nizz...@hotmail.com 2011-06-14 03:58:09 PDT ---
I get corruption with color tiling turned on too.
My system is up to date debian sid linux 2.6.39/ddx 6.14.2/mesa 7.10.2
with a 5850 using r600g. Attaching a screenshot of stk wit
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #8 from nizze86 at hotmail.com 2011-06-14 03:59:54 PDT ---
Created an attachment (id=47951)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47951)
SuperTuxKart with color tiling, r600g hd5850
--
Configure bugmail: https://bugs.f
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #7 from nizze86 at hotmail.com 2011-06-14 03:58:09 PDT ---
I get corruption with color tiling turned on too.
My system is up to date debian sid linux 2.6.39/ddx 6.14.2/mesa 7.10.2
with a 5850 using r600g. Attaching a screenshot of stk
2011/6/13 Rui Tiago Ca??o Matos :
> Looks suspiciously like
> https://bugzilla.redhat.com/show_bug.cgi?id=699551 which has been
> happening since at least 2.6.38.
>
Yes, the backtrace looks very similar, but i can not reproduce with
the reproducer image attached to the bugreport.
(Tried with Gwenv
2011/6/14 Michel D?nzer :
> On Mon, 2011-06-06 at 12:53 -0400, Alex Deucher wrote:
>> Apple uses the same subsystem pci ids for lots of
>> hardware much of which is wired up differently. ?In
>> this case, the G5 imac and the G5 tower.
>>
>> Only apply the quirk configuration to G5 towers.
>>
>> Rep
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> On my RS690 the VGA and TV-out share the same DAC, so when xrandr
> is called, tv-out steals the encoder and tries to load detect on it,
> however this causes flicker on the VGA.
>
> This blocks this by testing if the enc
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> Some RS690 chipsets seem to end up with floating connectors, either
> a DVI connector isn't actually populated, or an add-in HDMI card
> is available but not installed. In this case we seem to get a NULL byte
> response f
On Tue, Jun 14, 2011 at 2:13 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> this puts the header and followup at the same loglevel as the
> hex dump code.
>
> Signed-off-by: Dave Airlie
Reviewed-by: Alex Deucher
> ---
> ?drivers/gpu/drm/drm_edid.c | ? ?4 ++--
> ?1 files changed, 2 insertions(
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #6 from Aidan Marks 2011-06-14 01:28:20 PDT ---
(In reply to comment #4)
> What 3D driver are you using? r600g or r600c? Are you using a compositor or
> not?
vanilla kwin with r600c.
$ glxinfo |grep OpenGL
OpenGL vendor string: Ad
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #6 from Aidan Marks 2011-06-14 01:28:20 PDT ---
(In reply to comment #4)
> What 3D driver are you using? r600g or r600c? Are you using a compositor or
> not?
vanilla kwin with r600c.
$ glxinfo |grep OpenGL
OpenGL vendor string: Ad
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #5 from Aidan Marks 2011-06-14 01:26:38 PDT ---
Created an attachment (id=47925)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47925)
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Yo
https://bugs.freedesktop.org/show_bug.cgi?id=38270
--- Comment #5 from Aidan Marks 2011-06-14 01:26:38 PDT ---
Created an attachment (id=47925)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47925)
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- Yo
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Pierre-Eric Pelloux-Prayer changed:
What|Removed |Added
Component|Drivers/DRI/R600|Drivers/Gallium/r600
--
Co
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #1 from Pierre-Eric Pelloux-Prayer 2011-06-14
00:57:56 PDT ---
Created an attachment (id=47924)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47924)
correct rendering for comparison
--
Configure bugmail: https://bugs.freedes
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Pierre-Eric Pelloux-Prayer changed:
What|Removed |Added
Component|Drivers/DRI/R600|Drivers/Gallium/r600
--
Co
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Summary: [bisected] regression : etqw tree/water wrong
rendering
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
https://bugs.freedesktop.org/show_bug.cgi?id=38280
--- Comment #1 from Pierre-Eric Pelloux-Prayer
2011-06-14 00:57:56 PDT ---
Created an attachment (id=47924)
--> (https://bugs.freedesktop.org/attachment.cgi?id=47924)
correct rendering for comparison
--
Configure bugmail: https://bugs.freedes
https://bugs.freedesktop.org/show_bug.cgi?id=38280
Summary: [bisected] regression : etqw tree/water wrong
rendering
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
On Mon, Jun 13, 2011 at 7:27 PM, Dave Airlie wrote:
> On Tue, Jun 14, 2011 at 7:33 AM, Alex Deucher
> wrote:
>> No need to assign the same copy callback for both
>> copy blit and dma.
>
> This used to confuse the benchmark code if memory serves, if thats
> fixed then I'm okay with this.
>
The b
69 matches
Mail list logo