All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 194761] New: amdgpu driver breaks on Oland (SI)
@ 2017-03-02  8:57 bugzilla-daemon
  2017-03-02  9:37 ` [Bug 194761] " bugzilla-daemon
                   ` (95 more replies)
  0 siblings, 96 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-02  8:57 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

            Bug ID: 194761
           Summary: amdgpu driver breaks on Oland (SI)
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.10
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: jdelvare@suse.de
        Regression: No

Created attachment 255045
  --> https://bugzilla.kernel.org/attachment.cgi?id=255045&action=edit
Checkerboard effect on glxgears

After upgrading my kernel from v4.9.11 to v4.10.0, all 3D applications are
broken. The most visible problem is a checkerboard effect, with blinking of
some areas. See the attached screenshot of glxgears for an example. The bug
only happens when I use the amdgpu driver (with CONFIG_DRM_AMDGPU_SI=y.) If I
use the radeon driver instead then all is fine.

There are no error messages in the kernel log, nor in /var/log/Xorg.0.log.
However I could spot differences between the kernel logs:

-Linux version 4.9.11-1-default (geeko@buildhost) (gcc version 6.3.1 20170202
[gcc-6-branch revision 245119] (SUSE Linux) ) #1 SMP PREEMPT Sat Feb 18
17:59:27 UTC 2017 (cf9c670)
+Linux version 4.10.1-1-default (geeko@buildhost) (gcc version 6.3.1 20170202
[gcc-6-branch revision 245119] (SUSE Linux) ) #1 SMP PREEMPT Sun Feb 26
12:43:10 UTC 2017 (1ecd5af)

 [drm] GPU post is not needed
 amdgpu 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
(1024M used)
-amdgpu 0000:01:00.0: GTT: 3991M 0x0000000040000000 - 0x00000001397847FF
+amdgpu 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
 [drm] Detected VRAM RAM=1024M, BAR=256M
 [drm] RAM width 64bits DDR3
 [drm] amdgpu: 1024M of VRAM memory ready
-[drm] amdgpu: 3991M of GTT memory ready.
-[drm] GART: num cpu pages 1021828, num gpu pages 1021828
-amdgpu 0000:01:00.0: PCIE GART of 3991M enabled (table at 0x0000000000040000).
+[drm] amdgpu: 1024M of GTT memory ready.
+[drm] GART: num cpu pages 262144, num gpu pages 262144
+amdgpu 0000:01:00.0: PCIE GART of 1024M enabled (table at 0x0000000000040000).

-[drm] Initialized amdgpu 3.8.0 20150101 for 0000:01:00.0 on minor 0
+[drm] Initialized amdgpu 3.9.0 20150101 for 0000:01:00.0 on minor 0

So something changed in the detection of the available memory. I don't know if
this is related to the bug. As a comparison point, the radeon driver disagrees
with both the old amdgpu driver and the new amdgpu driver:

radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M
used)
radeon 0000:01:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[drm] Detected VRAM RAM=1024M, BAR=256M
[drm] RAM width 64bits DDR
[drm] radeon: 1024M of VRAM memory ready
[drm] radeon: 2048M of GTT memory ready.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
@ 2017-03-02  9:37 ` bugzilla-daemon
  2017-03-02 15:12 ` bugzilla-daemon
                   ` (94 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-02  9:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

flora.cui@amd.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |flora.cui@amd.com

--- Comment #1 from flora.cui@amd.com ---
revert this commit should fix this issue.
commit c7bc82efa60dd0ba220fbfc1bed5edc79e831a3e
Refs: v4.9-272-gc7bc82e
Author:     Flora Cui <Flora.Cui@amd.com>
AuthorDate: Thu Dec 15 16:29:31 2016 +0800
Commit:     Alex Deucher <alexander.deucher@amd.com>
CommitDate: Wed Dec 21 15:37:47 2016 -0500

    drm/amdgpu: update tile table for oland/hainan

    Change-Id: Ib8b66559d662cbe8a9f40f7405a4a052c189f604
    Signed-off-by: Flora Cui <Flora.Cui@amd.com>
    Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
    Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

or apply the commit series should fix this issue too.
* 8873e69 - drm/amd/gfx6: update gb_addr_config <Flora Cui> 2017-02-09 14:18:05
+0800
* 0882518 - drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDEN <Flora Cui>
2017-02-09 14:18:04 +0800
* 04cab25 - drm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDEN <Flora Cui>
2017-02-09 14:18:04 +0800
* a99ecc6 - drm/amdgpu: refine si_read_register <Flora Cui> 2017-02-09 14:18:03
+0800
* ffb3c1c - drm/amdgpu/gfx6: clean up spi configuration <Flora Cui> 2017-02-09
14:18:03 +0800
* d8a4e76 - drm/amdgpu/gfx6: clean up cu configuration <Flora Cui> 2017-02-09
14:18:02 +0800
* 1abd532 - drm/amdgpu/gfx6: clean up rb configuration <Flora Cui> 2017-02-09
14:18:02 +0800

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
  2017-03-02  9:37 ` [Bug 194761] " bugzilla-daemon
@ 2017-03-02 15:12 ` bugzilla-daemon
  2017-03-02 16:16 ` bugzilla-daemon
                   ` (93 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-02 15:12 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #2 from Jean Delvare (jdelvare@suse.de) ---
Thanks for the quick reply. I confirm that kernel v4.10.1 with commit
f8d9422ef80c ("drm/amdgpu: update tile table for oland/hainan") reverted works
again. Not sure why your commit ID is different but that's clearly the same
patch.

How do we fix this in the 4.10 stable kernel branch? Simply push the reverted
patch to stable@?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
  2017-03-02  9:37 ` [Bug 194761] " bugzilla-daemon
  2017-03-02 15:12 ` bugzilla-daemon
@ 2017-03-02 16:16 ` bugzilla-daemon
  2017-03-02 16:23 ` bugzilla-daemon
                   ` (92 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-02 16:16 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #3 from Alex Deucher (alexdeucher@gmail.com) ---
Either push the revert to stable, or pull the additional fixes back from 4.11.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2017-03-02 16:16 ` bugzilla-daemon
@ 2017-03-02 16:23 ` bugzilla-daemon
  2017-03-02 16:24 ` bugzilla-daemon
                   ` (91 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-02 16:23 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #4 from Jean Delvare (jdelvare@suse.de) ---
I know both are possible ;-) But I don't know what are the benefits of both
options. I'd go for just reverting one patch because it seems more simple, but
to be honest I have no idea what that patch was trying to achieve, so I don't
know if we lose anything important by reverting it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-03-02 16:23 ` bugzilla-daemon
@ 2017-03-02 16:24 ` bugzilla-daemon
  2017-03-02 17:23 ` bugzilla-daemon
                   ` (90 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-02 16:24 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #5 from Alex Deucher (alexdeucher@gmail.com) ---
It's just an optimization.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (4 preceding siblings ...)
  2017-03-02 16:24 ` bugzilla-daemon
@ 2017-03-02 17:23 ` bugzilla-daemon
  2017-03-15 11:30 ` bugzilla-daemon
                   ` (89 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-02 17:23 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #6 from Jean Delvare (jdelvare@suse.de) ---
OK, let's just revert then. I have just sent a revert patch to stable@.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (5 preceding siblings ...)
  2017-03-02 17:23 ` bugzilla-daemon
@ 2017-03-15 11:30 ` bugzilla-daemon
  2017-03-15 11:30 ` bugzilla-daemon
                   ` (88 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-15 11:30 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #7 from Jean Delvare (jdelvare@suse.de) ---
Fixed in kernel v4.10.3 by reverting commit 8d9422ef80c ("drm/amdgpu: update
tile table for oland/hainan").

Fixed in kernel v4.11 by the commits mentioned in comment #1.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (6 preceding siblings ...)
  2017-03-15 11:30 ` bugzilla-daemon
@ 2017-03-15 11:30 ` bugzilla-daemon
  2017-05-19  6:16 ` bugzilla-daemon
                   ` (87 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-03-15 11:30 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Regression|No                          |Yes

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (7 preceding siblings ...)
  2017-03-15 11:30 ` bugzilla-daemon
@ 2017-05-19  6:16 ` bugzilla-daemon
  2017-05-19  6:35 ` bugzilla-daemon
                   ` (86 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-19  6:16 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|CODE_FIX                    |---

--- Comment #8 from Jean Delvare (jdelvare@suse.de) ---
This is NOT fixed in v4.11. The claims in comment #1 are incorrect, the patch
series mentioned in that comment doesn't fix the problem.

Should we revert commit 8d9422ef80c ("drm/amdgpu: update tile table for
oland/hainan") permanently?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (8 preceding siblings ...)
  2017-05-19  6:16 ` bugzilla-daemon
@ 2017-05-19  6:35 ` bugzilla-daemon
  2017-05-19  9:43 ` bugzilla-daemon
                   ` (85 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-19  6:35 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #9 from Jean Delvare (jdelvare@suse.de) ---
Sorry there was a missing digit in the commit ID, I obviously meant
f8d9422ef80c ("drm/amdgpu: update tile table for oland/hainan".)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (9 preceding siblings ...)
  2017-05-19  6:35 ` bugzilla-daemon
@ 2017-05-19  9:43 ` bugzilla-daemon
  2017-05-19 12:45 ` bugzilla-daemon
                   ` (84 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-19  9:43 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #10 from flora.cui@amd.com ---
glxgears works on oland with alex's 4.11 branch (HEAD: commit 3a7370c -
drm/amdgpu: correct emit frame size for vcn dec/enc ring).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (10 preceding siblings ...)
  2017-05-19  9:43 ` bugzilla-daemon
@ 2017-05-19 12:45 ` bugzilla-daemon
  2017-05-22  2:32 ` bugzilla-daemon
                   ` (83 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-19 12:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #11 from Jean Delvare (jdelvare@suse.de) ---
Can you please point me to the exact tree and branch I am supposed to test?

Also, do you happen to know which commits in that branch are fixing the
problem?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (11 preceding siblings ...)
  2017-05-19 12:45 ` bugzilla-daemon
@ 2017-05-22  2:32 ` bugzilla-daemon
  2017-05-22  9:26 ` bugzilla-daemon
                   ` (82 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-22  2:32 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #12 from flora.cui@amd.com ---
https://cgit.freedesktop.org/~agd5f/linux/log/?h=amd-staging-4.11

I didn't check the commits. The commits in #commit1 should work.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (12 preceding siblings ...)
  2017-05-22  2:32 ` bugzilla-daemon
@ 2017-05-22  9:26 ` bugzilla-daemon
  2017-05-22  9:34 ` bugzilla-daemon
                   ` (81 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-22  9:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #13 from Jean Delvare (jdelvare@suse.de) ---
Assuming you mean "in comment #1", well no, they do not work for me. Have you
tested? I naively trusted you, and as a result agreed not to get the
problematic commit reverted upstream, and now users are hitting a regression
when upgrading to kernel v4.11. This isn't good.

Now we need to figure out whether it is actually fixed upstream or not. No more
assumptions. And if it fixed, knowing which commit did fix it would let us push
the fix to the 4.11 stable tree. However I am not going to waste time bisecting
it. If nobody knows how it was fixed, I will push the same revert to 4.11 that
was pushed to 4.10, and be done with it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (13 preceding siblings ...)
  2017-05-22  9:26 ` bugzilla-daemon
@ 2017-05-22  9:34 ` bugzilla-daemon
  2017-05-22 20:57 ` bugzilla-daemon
                   ` (80 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-22  9:34 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #14 from flora.cui@amd.com ---
I don't know why it fails on your side, at least it works with my test PC.
anyway, you could revert it if this troubles you.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (14 preceding siblings ...)
  2017-05-22  9:34 ` bugzilla-daemon
@ 2017-05-22 20:57 ` bugzilla-daemon
  2017-05-23 14:58 ` bugzilla-daemon
                   ` (79 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-22 20:57 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #15 from Jean Delvare (jdelvare@suse.de) ---
And it's not just me, see:

https://bugzilla.opensuse.org/show_bug.cgi?id=1039806

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (15 preceding siblings ...)
  2017-05-22 20:57 ` bugzilla-daemon
@ 2017-05-23 14:58 ` bugzilla-daemon
  2017-05-24  9:56 ` bugzilla-daemon
                   ` (78 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-23 14:58 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #16 from Jean Delvare (jdelvare@suse.de) ---
I tested Alex's branch amd-staging-4.11 as of yesterday (top commit
c285c73f2213) and it does NOT fix the bug.

Did it occur to you that there may be a simple bug in commit c7bc82efa60d
("drm/amdgpu: update tile table for oland/hainan")? Can anyone familiar with
the code review this commit to see if we missed something obvious?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (16 preceding siblings ...)
  2017-05-23 14:58 ` bugzilla-daemon
@ 2017-05-24  9:56 ` bugzilla-daemon
  2017-05-24 11:49 ` bugzilla-daemon
                   ` (77 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-24  9:56 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #17 from flora.cui@amd.com ---
I'll continue to check this issue. meanwhile you could revert the guilty commit
for quick fix. the tiling table is an optimization from hw team. btw, have u
try with amdgpu-pro driver? maybe that's the difference we have.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (17 preceding siblings ...)
  2017-05-24  9:56 ` bugzilla-daemon
@ 2017-05-24 11:49 ` bugzilla-daemon
  2017-05-24 12:55 ` bugzilla-daemon
                   ` (76 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-24 11:49 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #18 from Jean Delvare (jdelvare@suse.de) ---
I did not try the amdgpu-pro driver. My distribution (SUSE) doesn't appear to
be supported, and the download page doesn't list my hardware (Radeon R5 240) as
supported by this driver anyway.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (18 preceding siblings ...)
  2017-05-24 11:49 ` bugzilla-daemon
@ 2017-05-24 12:55 ` bugzilla-daemon
  2017-05-26  2:05 ` bugzilla-daemon
                   ` (75 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-24 12:55 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #19 from Berg (berg@uralmail.com) ---
I confirm:
Checkerboard effect when using amdgpu on Oland is back.

On amdgpu-pro the same effect has been for a long time (despite the fact that
my R7 240 is in the list of supported devices), but archlinux is not supported
as a distro, there is only a user package in AUR, so here it is difficult to
make claims

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (19 preceding siblings ...)
  2017-05-24 12:55 ` bugzilla-daemon
@ 2017-05-26  2:05 ` bugzilla-daemon
  2017-05-26  8:06 ` bugzilla-daemon
                   ` (74 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-26  2:05 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #20 from Michel Dänzer (michel@daenzer.net) ---
Flora, why did you add me to Cc? I get notifications via the dri-devel mailing
list.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (20 preceding siblings ...)
  2017-05-26  2:05 ` bugzilla-daemon
@ 2017-05-26  8:06 ` bugzilla-daemon
  2017-05-26  8:25 ` bugzilla-daemon
                   ` (73 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-26  8:06 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #21 from flora.cui@amd.com ---
Hi Michel,
This issue might has something with mesa. I add you to the cc list for you're
expert on open source umd.
It can be reproduced with oland + ubuntu + xinit + glxgears + mesa. reverting
(commit drm/amd/amdgpu: Clean up GFX6 tilemode programming && commit
drm/amdgpu: update tile table for oland/hainan) could fix it.
It can't be reproduced with amdgpu-pro driver (with the same kernel). Could you
help to further investigate?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (21 preceding siblings ...)
  2017-05-26  8:06 ` bugzilla-daemon
@ 2017-05-26  8:25 ` bugzilla-daemon
  2017-05-26 15:00 ` bugzilla-daemon
                   ` (72 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-26  8:25 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Michel Dänzer (michel@daenzer.net) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|michel@daenzer.net          |

--- Comment #22 from Michel Dänzer (michel@daenzer.net) ---
Not really I'm afraid. Maybe Marek or Nicolai has an idea.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (22 preceding siblings ...)
  2017-05-26  8:25 ` bugzilla-daemon
@ 2017-05-26 15:00 ` bugzilla-daemon
  2017-05-26 16:38 ` bugzilla-daemon
                   ` (71 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-26 15:00 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #23 from Marek Olšák (maraeo@gmail.com) ---
Hi,

(BTW I'm from AMD)

First of all, if a kernel change breaks Mesa, the kernel change should be
reverted. Kernel changes should never ever break existing userspace. There are
released versions of Mesa out there that we can't change with commits to the
master branch. That's why. Kernel changes can't break Mesa ever!

Now about the commit. Yes, the commit is wrong! I've checked internal hw docs
and there are 2 variants of Oland: Oland64 and Oland128. The number may refer
to the bus width. Oland128 uses the same config as Cape Verde, which is
P4_8x16. Oland64 uses the same config as Hainan, which is P2. The commit only
switches the config from Oland128 to Oland64, so it seems to fix Oland64 and at
the same time break Oland128.

I think the real fix is to use the old version of the tile mode table for
Oland128, and the new version for Oland64.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (23 preceding siblings ...)
  2017-05-26 15:00 ` bugzilla-daemon
@ 2017-05-26 16:38 ` bugzilla-daemon
  2017-05-30  9:02 ` bugzilla-daemon
                   ` (70 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-26 16:38 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #24 from Alex Deucher (alexdeucher@gmail.com) ---
Created attachment 256727
  --> https://bugzilla.kernel.org/attachment.cgi?id=256727&action=edit
possible fix

Does this patch help?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (24 preceding siblings ...)
  2017-05-26 16:38 ` bugzilla-daemon
@ 2017-05-30  9:02 ` bugzilla-daemon
  2017-05-30 13:19 ` bugzilla-daemon
                   ` (69 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-30  9:02 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO

--- Comment #25 from Jean Delvare (jdelvare@suse.de) ---
As my wife upgraded her hardware last week, the problematic card is now sitting
on my desk. Give me a few hours to install it on my own system and reproduce
the bug, then I can test your candidate fix and report.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (25 preceding siblings ...)
  2017-05-30  9:02 ` bugzilla-daemon
@ 2017-05-30 13:19 ` bugzilla-daemon
  2017-05-30 13:59 ` bugzilla-daemon
                   ` (68 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-30 13:19 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED

--- Comment #26 from Jean Delvare (jdelvare@suse.de) ---
Hmmm. I backported the patch to kernel 4.11.3, but it did not help. Then I
swapped the conditions, and it worked. That is, adev->mc.vram_width < 128
mapped to Cape Verde and adev->mc.vram_width >= 128 mapped to Hainan. Does that
make any sense? I do not claim I know what I'm doing.

My Oland card has adev->mc.vram_width == 64 and is apparently happy with the
Cape Verde configuration (I'd need to test further to confirm there is no
negative side effect.)

amdgpu 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M
used)
amdgpu 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[drm] Detected VRAM RAM=1024M, BAR=256M
[drm] RAM width 64bits DDR3

I can provide additional information about my card, just tell me what you need
to know.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (26 preceding siblings ...)
  2017-05-30 13:19 ` bugzilla-daemon
@ 2017-05-30 13:59 ` bugzilla-daemon
  2017-05-30 14:41 ` bugzilla-daemon
                   ` (67 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-30 13:59 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #27 from Marek Olšák (maraeo@gmail.com) ---
Well then I wonder what the number in Oland128 means if it's not the bus width.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (27 preceding siblings ...)
  2017-05-30 13:59 ` bugzilla-daemon
@ 2017-05-30 14:41 ` bugzilla-daemon
  2017-05-31 11:35 ` bugzilla-daemon
                   ` (66 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-30 14:41 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #28 from Jean Delvare (jdelvare@suse.de) ---
I don't know how reliable it is, but Wikipedia claims that the Radeon R5 240
has a 128-bit bus to video RAM. Is it possible that the amdgpu driver is
getting it wrong?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (28 preceding siblings ...)
  2017-05-30 14:41 ` bugzilla-daemon
@ 2017-05-31 11:35 ` bugzilla-daemon
  2017-06-01 11:53 ` bugzilla-daemon
                   ` (65 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-05-31 11:35 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #29 from Berg (berg@uralmail.com) ---
(In reply to Jean Delvare from comment #28)
> I don't know how reliable it is, but Wikipedia claims that the Radeon R5 240
> has a 128-bit bus to video RAM.
I confirm as the owner of the R7 240, - yes, the 128-bit bus, R5 240 is same

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (29 preceding siblings ...)
  2017-05-31 11:35 ` bugzilla-daemon
@ 2017-06-01 11:53 ` bugzilla-daemon
  2017-06-01 20:04 ` bugzilla-daemon
                   ` (64 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-01 11:53 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEEDINFO

--- Comment #30 from Jean Delvare (jdelvare@suse.de) ---
(In reply to Marek Olšák from comment #27)
> Well then I wonder what the number in Oland128 means if it's not the bus
> width.

Who can answer this question?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (30 preceding siblings ...)
  2017-06-01 11:53 ` bugzilla-daemon
@ 2017-06-01 20:04 ` bugzilla-daemon
  2017-06-02  2:28 ` bugzilla-daemon
                   ` (63 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-01 20:04 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #31 from Alex Deucher (alexdeucher@gmail.com) ---
Flora, what is the bus width on your oland card?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (31 preceding siblings ...)
  2017-06-01 20:04 ` bugzilla-daemon
@ 2017-06-02  2:28 ` bugzilla-daemon
  2017-06-02 16:18 ` bugzilla-daemon
                   ` (62 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-02  2:28 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #32 from flora.cui@amd.com ---
(In reply to Alex Deucher from comment #31)
> Flora, what is the bus width on your oland card?

128bits

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (32 preceding siblings ...)
  2017-06-02  2:28 ` bugzilla-daemon
@ 2017-06-02 16:18 ` bugzilla-daemon
  2017-06-02 20:26 ` bugzilla-daemon
                   ` (61 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-02 16:18 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #256727|0                           |1
        is obsolete|                            |

--- Comment #33 from Alex Deucher (alexdeucher@gmail.com) ---
Created attachment 256831
  --> https://bugzilla.kernel.org/attachment.cgi?id=256831&action=edit
possible fix

Based on the feedback on this bug, it appears the logic should be reversed.  I
verified the vram width detection and that is correct.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (33 preceding siblings ...)
  2017-06-02 16:18 ` bugzilla-daemon
@ 2017-06-02 20:26 ` bugzilla-daemon
  2017-06-02 20:35 ` bugzilla-daemon
                   ` (60 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-02 20:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #34 from Marek Olšák (maraeo@gmail.com) ---
BTW, adev->gfx.config.mc_arb_ramcfg is not set for SI. That might cause addrlib
to do something incorrect.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (34 preceding siblings ...)
  2017-06-02 20:26 ` bugzilla-daemon
@ 2017-06-02 20:35 ` bugzilla-daemon
  2017-06-03 10:27 ` bugzilla-daemon
                   ` (59 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-02 20:35 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #35 from Alex Deucher (alexdeucher@gmail.com) ---
Created attachment 256845
  --> https://bugzilla.kernel.org/attachment.cgi?id=256845&action=edit
another possible fix

This sets mc_arb_ramcfg properly for userspace.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (35 preceding siblings ...)
  2017-06-02 20:35 ` bugzilla-daemon
@ 2017-06-03 10:27 ` bugzilla-daemon
  2017-06-03 10:34 ` bugzilla-daemon
                   ` (58 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-03 10:27 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #36 from Jean Delvare (jdelvare@suse.de) ---
The patch in comment #33 is what I came up with (see comment #26) and it works
OK for me. Note that the second part of the patch isn't needed though, the
added condition will always be tree if you reach it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (36 preceding siblings ...)
  2017-06-03 10:27 ` bugzilla-daemon
@ 2017-06-03 10:34 ` bugzilla-daemon
  2017-06-03 10:37 ` bugzilla-daemon
                   ` (57 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-03 10:34 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #37 from Jean Delvare (jdelvare@suse.de) ---
Alex, is the fix in comment #35 possibly related to this bug, or you just
happened to find it while reading the code?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (37 preceding siblings ...)
  2017-06-03 10:34 ` bugzilla-daemon
@ 2017-06-03 10:37 ` bugzilla-daemon
  2017-06-09 13:33 ` bugzilla-daemon
                   ` (56 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-03 10:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #38 from Marek Olšák (maraeo@gmail.com) ---
The second possible fix is a bug fix by itself (not just for this issue), seems
like an important fix affecting Mesa, and may change the outcome of the first
fix. (which we are still uncertain of)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (38 preceding siblings ...)
  2017-06-03 10:37 ` bugzilla-daemon
@ 2017-06-09 13:33 ` bugzilla-daemon
  2017-06-09 13:45 ` bugzilla-daemon
                   ` (55 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 13:33 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

siyia (eutychios23@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eutychios23@gmail.com

--- Comment #39 from siyia (eutychios23@gmail.com) ---
After kernel 4.11.4 2d apps and videos work perfectly with amdgpu and r7
240,however any game either with opengl or vulkan,native or with wine gets the
chessboard effect artifacts.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (39 preceding siblings ...)
  2017-06-09 13:33 ` bugzilla-daemon
@ 2017-06-09 13:45 ` bugzilla-daemon
  2017-06-09 14:25 ` bugzilla-daemon
                   ` (54 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 13:45 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #40 from Marek Olšák (maraeo@gmail.com) ---
(In reply to siyia from comment #39)
> After kernel 4.11.4 2d apps and videos work perfectly with amdgpu and r7
> 240,however any game either with opengl or vulkan,native or with wine gets
> the chessboard effect artifacts.

Can you test the second possible fix and if it doesn't help, can you test both
of them?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (40 preceding siblings ...)
  2017-06-09 13:45 ` bugzilla-daemon
@ 2017-06-09 14:25 ` bugzilla-daemon
  2017-06-09 14:28 ` bugzilla-daemon
                   ` (53 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 14:25 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #41 from siyia (eutychios23@gmail.com) ---
another possible fix patch?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (41 preceding siblings ...)
  2017-06-09 14:25 ` bugzilla-daemon
@ 2017-06-09 14:28 ` bugzilla-daemon
  2017-06-09 14:34 ` bugzilla-daemon
                   ` (52 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 14:28 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #42 from Marek Olšák (maraeo@gmail.com) ---
Yes, second == another.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (42 preceding siblings ...)
  2017-06-09 14:28 ` bugzilla-daemon
@ 2017-06-09 14:34 ` bugzilla-daemon
  2017-06-09 15:06 ` bugzilla-daemon
                   ` (51 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 14:34 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #43 from siyia (eutychios23@gmail.com) ---
Damn, i could a few weeks back with arch,but my current distro does not have an
easy way to compile from source and apply patches to kernels.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (43 preceding siblings ...)
  2017-06-09 14:34 ` bugzilla-daemon
@ 2017-06-09 15:06 ` bugzilla-daemon
  2017-06-09 16:59 ` bugzilla-daemon
                   ` (50 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 15:06 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #44 from Marek Olšák (maraeo@gmail.com) ---
I don't have Oland and I presume Alex doesn't have Oland either, so there is
nothing we can do. Whoever tests the patches will make the decision whether or
not they will be included in the kernel and which ones.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (44 preceding siblings ...)
  2017-06-09 15:06 ` bugzilla-daemon
@ 2017-06-09 16:59 ` bugzilla-daemon
  2017-06-09 17:37 ` bugzilla-daemon
                   ` (49 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 16:59 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #45 from siyia (eutychios23@gmail.com) ---
I ll see what i can do and will post back.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (45 preceding siblings ...)
  2017-06-09 16:59 ` bugzilla-daemon
@ 2017-06-09 17:37 ` bugzilla-daemon
  2017-06-09 17:37 ` bugzilla-daemon
                   ` (48 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 17:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #46 from siyia (eutychios23@gmail.com) ---
Ok i am compiling linux 4.11.4 with the second patch only, will post results
after installing it and booting it with amdgpu

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (46 preceding siblings ...)
  2017-06-09 17:37 ` bugzilla-daemon
@ 2017-06-09 17:37 ` bugzilla-daemon
  2017-06-09 18:40 ` bugzilla-daemon
                   ` (47 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 17:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #47 from siyia (eutychios23@gmail.com) ---
This will take a while.....

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (47 preceding siblings ...)
  2017-06-09 17:37 ` bugzilla-daemon
@ 2017-06-09 18:40 ` bugzilla-daemon
  2017-06-09 18:46 ` bugzilla-daemon
                   ` (46 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 18:40 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #48 from siyia (eutychios23@gmail.com) ---
Still happens with second patch only

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (48 preceding siblings ...)
  2017-06-09 18:40 ` bugzilla-daemon
@ 2017-06-09 18:46 ` bugzilla-daemon
  2017-06-09 18:46 ` bugzilla-daemon
                   ` (45 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 18:46 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #49 from Alex Deucher (alexdeucher@gmail.com) ---
(In reply to siyia from comment #48)
> Still happens with second patch only

Can you attach your demsg output?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (49 preceding siblings ...)
  2017-06-09 18:46 ` bugzilla-daemon
@ 2017-06-09 18:46 ` bugzilla-daemon
  2017-06-09 18:51 ` bugzilla-daemon
                   ` (44 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 18:46 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #50 from Alex Deucher (alexdeucher@gmail.com) ---
dmesg even.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (50 preceding siblings ...)
  2017-06-09 18:46 ` bugzilla-daemon
@ 2017-06-09 18:51 ` bugzilla-daemon
  2017-06-09 18:57 ` bugzilla-daemon
                   ` (43 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 18:51 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #51 from siyia (eutychios23@gmail.com) ---
Created attachment 256935
  --> https://bugzilla.kernel.org/attachment.cgi?id=256935&action=edit
dmesg output

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (51 preceding siblings ...)
  2017-06-09 18:51 ` bugzilla-daemon
@ 2017-06-09 18:57 ` bugzilla-daemon
  2017-06-09 19:06 ` bugzilla-daemon
                   ` (42 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 18:57 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #52 from siyia (eutychios23@gmail.com) ---
The first patch fails at compilation cannot use it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (52 preceding siblings ...)
  2017-06-09 18:57 ` bugzilla-daemon
@ 2017-06-09 19:06 ` bugzilla-daemon
  2017-06-09 19:08 ` bugzilla-daemon
                   ` (41 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:06 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #53 from siyia (eutychios23@gmail.com) ---
When i use the first patch i get:

patching file drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
Hunk #1 FAILED at 412.
Hunk #2 FAILED at 636.
2 out of 2 hunks FAILED -- saving rejects to file
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (53 preceding siblings ...)
  2017-06-09 19:06 ` bugzilla-daemon
@ 2017-06-09 19:08 ` bugzilla-daemon
  2017-06-09 19:10 ` bugzilla-daemon
                   ` (40 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:08 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #54 from Alex Deucher (alexdeucher@gmail.com) ---
(In reply to siyia from comment #52)
> The first patch fails at compilation cannot use it.

[    0.882491] [drm] RAM width 128bits DDR3

Yours is the 128bit version.

What patch did you try?  Please try:

https://bugzilla.kernel.org/attachment.cgi?id=256831&action=diff
or
https://bugzilla.kernel.org/attachment.cgi?id=256727&action=diff

They are the same patch, just with the logic reversed.

Alex

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (54 preceding siblings ...)
  2017-06-09 19:08 ` bugzilla-daemon
@ 2017-06-09 19:10 ` bugzilla-daemon
  2017-06-09 19:11 ` bugzilla-daemon
                   ` (39 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:10 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #55 from siyia (eutychios23@gmail.com) ---
which one is suppossed to work on my card?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (55 preceding siblings ...)
  2017-06-09 19:10 ` bugzilla-daemon
@ 2017-06-09 19:11 ` bugzilla-daemon
  2017-06-09 19:13 ` bugzilla-daemon
                   ` (38 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:11 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #56 from siyia (eutychios23@gmail.com) ---
i tried another possible fix from attachments

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (56 preceding siblings ...)
  2017-06-09 19:11 ` bugzilla-daemon
@ 2017-06-09 19:13 ` bugzilla-daemon
  2017-06-09 19:17 ` bugzilla-daemon
                   ` (37 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:13 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #57 from Alex Deucher (alexdeucher@gmail.com) ---
https://bugzilla.kernel.org/attachment.cgi?id=256831&action=diff
is what fixes it for others, but I suspect
https://bugzilla.kernel.org/attachment.cgi?id=256727&action=diff
is what will fix it for you.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (57 preceding siblings ...)
  2017-06-09 19:13 ` bugzilla-daemon
@ 2017-06-09 19:17 ` bugzilla-daemon
  2017-06-09 19:46 ` bugzilla-daemon
                   ` (36 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:17 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #58 from siyia (eutychios23@gmail.com) ---
patching file drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
Hunk #1 FAILED at 412.
Hunk #2 FAILED at 636.
2 out of 2 hunks FAILED -- saving rejects to file
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c.rej

https://bugzilla.kernel.org/attachment.cgi?id=256727&action=diff

fails

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (58 preceding siblings ...)
  2017-06-09 19:17 ` bugzilla-daemon
@ 2017-06-09 19:46 ` bugzilla-daemon
  2017-06-09 19:52 ` bugzilla-daemon
                   ` (35 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:46 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #59 from Marek Olšák (maraeo@gmail.com) ---
So it looks like 64-bit Oland needs the P4 config and 128-bit Oland needs the
P2 config. Maybe the MC_ARB_RAMCFG patch will help with other SI chips if it
doesn't help Oland.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (59 preceding siblings ...)
  2017-06-09 19:46 ` bugzilla-daemon
@ 2017-06-09 19:52 ` bugzilla-daemon
  2017-06-12  7:26 ` bugzilla-daemon
                   ` (34 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-09 19:52 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #60 from Alex Deucher (alexdeucher@gmail.com) ---
(In reply to Marek Olšák from comment #59)
> So it looks like 64-bit Oland needs the P4 config and 128-bit Oland needs
> the P2 config. Maybe the MC_ARB_RAMCFG patch will help with other SI chips
> if it doesn't help Oland.

The windows driver uses the P2 config for all Oland and hainan parts regardless
of memory memory bandwidth.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (60 preceding siblings ...)
  2017-06-09 19:52 ` bugzilla-daemon
@ 2017-06-12  7:26 ` bugzilla-daemon
  2017-06-12  7:39 ` bugzilla-daemon
                   ` (33 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-12  7:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED

--- Comment #61 from Jean Delvare (jdelvare@suse.de) ---
For completeness, I tried with only the mc_arb_ramcfg fix on my R5 240
(reportedly 64-bit Oland) and it does not work. Actually that patch doesn't
seem to have any effect for me (but it is obviously correct so should be
applied anyway.)

What fixes it for me is using the P4_8x16 config. If the Windows driver really
uses the P2 config for that part, then something else must be wrong in the
Linux driver. But then again this contradicts Marek's findings in comment #23
that the hardware documentation claims some Oland variants use the P4_8x16
config. We still don't know for sure what Oland64 and Oland128 stand for, if
not the memory bus width.

I am available and willing to help with any test or question you may have.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (61 preceding siblings ...)
  2017-06-12  7:26 ` bugzilla-daemon
@ 2017-06-12  7:39 ` bugzilla-daemon
  2017-06-12  7:40 ` bugzilla-daemon
                   ` (32 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-12  7:39 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #62 from Jean Delvare (jdelvare@suse.de) ---
Created attachment 256949
  --> https://bugzilla.kernel.org/attachment.cgi?id=256949&action=edit
drm/amdgpu/gfx6: [TEST] fix tiling setup for oland (for v4.11)

Siyia, this is a test patch for kernel v4.11.4. It uses the P4_8x16 config for
all Oland variants, please test it and report if it fixes the problem for you.

This is most likely NOT suitable for upstream, it is only a test patch. At
least assuming some Oland cards are working with the current code.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (62 preceding siblings ...)
  2017-06-12  7:39 ` bugzilla-daemon
@ 2017-06-12  7:40 ` bugzilla-daemon
  2017-06-12  7:40 ` bugzilla-daemon
                   ` (31 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-12  7:40 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #256949|0                           |1
           is patch|                            |
 Attachment #256949|message/rfc822              |text/plain
          mime type|                            |

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (63 preceding siblings ...)
  2017-06-12  7:40 ` bugzilla-daemon
@ 2017-06-12  7:40 ` bugzilla-daemon
  2017-06-12 10:47 ` bugzilla-daemon
                   ` (30 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-12  7:40 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEEDINFO

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (64 preceding siblings ...)
  2017-06-12  7:40 ` bugzilla-daemon
@ 2017-06-12 10:47 ` bugzilla-daemon
  2017-06-12 11:09 ` bugzilla-daemon
                   ` (29 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-12 10:47 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #63 from siyia (eutychios23@gmail.com) ---
Cant you contact amd about what Oland64 and Oland128 mean?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (65 preceding siblings ...)
  2017-06-12 10:47 ` bugzilla-daemon
@ 2017-06-12 11:09 ` bugzilla-daemon
  2017-06-12 13:09 ` bugzilla-daemon
                   ` (28 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-12 11:09 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #64 from siyia (eutychios23@gmail.com) ---
Latest patch fixed it for me with kernel 4.11.4.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (66 preceding siblings ...)
  2017-06-12 11:09 ` bugzilla-daemon
@ 2017-06-12 13:09 ` bugzilla-daemon
  2017-06-15 14:12 ` bugzilla-daemon
                   ` (27 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-12 13:09 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #65 from siyia (eutychios23@gmail.com) ---
https://bugzilla.kernel.org/attachment.cgi?id=256949 works as it should with
kernel 4.11.4,tested both opengl and vulkan 3d apps and didnt notice any
regressions.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (67 preceding siblings ...)
  2017-06-12 13:09 ` bugzilla-daemon
@ 2017-06-15 14:12 ` bugzilla-daemon
  2017-06-26  7:30 ` bugzilla-daemon
                   ` (26 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-15 14:12 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #66 from siyia (eutychios23@gmail.com) ---
Regression persists with kernel 4.11.5, but
https://bugzilla.kernel.org/attachment.cgi?id=256949 thankfully works and fixes
the issue.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (68 preceding siblings ...)
  2017-06-15 14:12 ` bugzilla-daemon
@ 2017-06-26  7:30 ` bugzilla-daemon
  2017-06-26 12:30 ` bugzilla-daemon
                   ` (25 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-26  7:30 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED

--- Comment #67 from Jean Delvare (jdelvare@suse.de) ---
We are still waiting for someone at AMD to contact their hardware documentation
team to clarify what Oland64 and Oland128 refer to, and to explain how the
Windows driver can possibly use the P2 tile table for all Oland parts (comment
#60) when the hardware documentation claims some of them must use the P4_8x16
tile table (comment #23) and experiments with the Linux driver confirms this is
the case (comment #26, comment #64.)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (69 preceding siblings ...)
  2017-06-26  7:30 ` bugzilla-daemon
@ 2017-06-26 12:30 ` bugzilla-daemon
  2017-07-03 14:37 ` bugzilla-daemon
                   ` (24 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-06-26 12:30 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #68 from siyia (eutychios23@gmail.com) ---
Probably some mistake in the documentation, otherwise i doesnt make sense,
unless the use some magic lol, by the way with kernel 4.11.6 the problem got
worse, now also the desktop enviroment is rendered incorrectly.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (70 preceding siblings ...)
  2017-06-26 12:30 ` bugzilla-daemon
@ 2017-07-03 14:37 ` bugzilla-daemon
  2017-07-03 15:04 ` bugzilla-daemon
                   ` (23 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-03 14:37 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #69 from siyia (eutychios23@gmail.com) ---
Created attachment 257315
  --> https://bugzilla.kernel.org/attachment.cgi?id=257315&action=edit
Bumped number Patch for linux 4.12

Patch still works for linux 4.12.0

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (71 preceding siblings ...)
  2017-07-03 14:37 ` bugzilla-daemon
@ 2017-07-03 15:04 ` bugzilla-daemon
  2017-07-03 15:11 ` bugzilla-daemon
                   ` (22 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-03 15:04 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

siyia (eutychios23@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #257315|0                           |1
           is patch|                            |
 Attachment #257315|message/rfc822              |text/plain
          mime type|                            |

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (72 preceding siblings ...)
  2017-07-03 15:04 ` bugzilla-daemon
@ 2017-07-03 15:11 ` bugzilla-daemon
  2017-07-06 15:35 ` bugzilla-daemon
                   ` (21 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-03 15:11 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

siyia (eutychios23@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #257315|Bumped number Patch for     |Bumped Patch version number
        description|linux 4.12                  |for linux 4.12

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (73 preceding siblings ...)
  2017-07-03 15:11 ` bugzilla-daemon
@ 2017-07-06 15:35 ` bugzilla-daemon
  2017-07-06 16:00 ` bugzilla-daemon
                   ` (20 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-06 15:35 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Alexander Tsoy (alexander@tsoy.me) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander@tsoy.me

--- Comment #70 from Alexander Tsoy (alexander@tsoy.me) ---
For me P4_8x16 config fixed this issue.

$ sudo dmesg | egrep 'RAM width|OLAND'
[    1.670667] [drm] initializing kernel modesetting (OLAND 0x1002:0x6613
0x174B:0xE266 0x00).
[    2.754782] [drm] RAM width 128bits GDDR5

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (74 preceding siblings ...)
  2017-07-06 15:35 ` bugzilla-daemon
@ 2017-07-06 16:00 ` bugzilla-daemon
  2017-07-07 22:12 ` bugzilla-daemon
                   ` (19 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-06 16:00 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #71 from Alexander Tsoy (alexander@tsoy.me) ---
(In reply to Alexander Tsoy from comment #70)
> For me P4_8x16 config fixed this issue.
> 
> $ sudo dmesg | egrep 'RAM width|OLAND'
> [    1.670667] [drm] initializing kernel modesetting (OLAND 0x1002:0x6613
> 0x174B:0xE266 0x00).
> [    2.754782] [drm] RAM width 128bits GDDR5

To clarify a bit. I've applied the following two patches on top of 4.11.9:
https://bugzilla.kernel.org/attachment.cgi?id=256727
https://bugzilla.kernel.org/attachment.cgi?id=256845

So I guess the following patch should also work for me:
https://bugzilla.kernel.org/attachment.cgi?id=256949

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (75 preceding siblings ...)
  2017-07-06 16:00 ` bugzilla-daemon
@ 2017-07-07 22:12 ` bugzilla-daemon
  2017-07-25 13:10 ` bugzilla-daemon
                   ` (18 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-07 22:12 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #72 from Marek Olšák (maraeo@gmail.com) ---
Additional piece of the puzzle to the Oland mystery:

1) Oland uses Verde's GB_ADDR_CONFIG in one place:
        case CHIP_OLAND:
                ...
                gb_addr_config = VERDE_GB_ADDR_CONFIG_GOLDEN;
        ...
        WREG32(mmGB_ADDR_CONFIG, gb_addr_config);

// #define VERDE_GB_ADDR_CONFIG_GOLDEN         0x02010002

See: (1 << VERDE_GB_ADDR_CONFIG_GOLDEN.NUM_PIPES) == 4 (P4)


2) Oland uses GB_ADDR_CONFIG with (1 << NUM_PIPES) == 4 (P4) in golden
settings, also same as Verde:

static const u32 verde_golden_rlc_registers[] =
{
        mmGB_ADDR_CONFIG, 0xffffffff, 0x02010002, (P4)
...
static const u32 oland_golden_rlc_registers[] =
{
        mmGB_ADDR_CONFIG, 0xffffffff, 0x02010002, (P4)


I see two issues:
- GB_ADDR_CONFIG matches Verde in both places
- GB_ADDR_CONFIG is set in two places (duplicated code?)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (76 preceding siblings ...)
  2017-07-07 22:12 ` bugzilla-daemon
@ 2017-07-25 13:10 ` bugzilla-daemon
  2017-07-28  9:06 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-25 13:10 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #73 from siyia (eutychios23@gmail.com) ---
Any further news about this issue?Why dont you just use the p4 config for the
afflicted cards as a fix?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (77 preceding siblings ...)
  2017-07-25 13:10 ` bugzilla-daemon
@ 2017-07-28  9:06 ` bugzilla-daemon
  2017-07-28  9:26 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-28  9:06 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Rich (fr0@bitservices.org.uk) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fr0@bitservices.org.uk

--- Comment #74 from Rich (fr0@bitservices.org.uk) ---
Agree with the above. Not sure why such a huge regression has not just been
reverted until a suitable fix has been implemented.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (78 preceding siblings ...)
  2017-07-28  9:06 ` bugzilla-daemon
@ 2017-07-28  9:26 ` bugzilla-daemon
  2017-07-28 14:16 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-28  9:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Zoltan Boszormenyi (zboszor@pr.hu) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zboszor@pr.hu

--- Comment #75 from Zoltan Boszormenyi (zboszor@pr.hu) ---
(In reply to Rich from comment #74)
> Agree with the above. Not sure why such a huge regression has not just been
> reverted until a suitable fix has been implemented.

It seems the QA process has holes @ AMD.
See bug #170741 , this is a regression since Linux 4.4-rc4 (not Radeon
related).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (79 preceding siblings ...)
  2017-07-28  9:26 ` bugzilla-daemon
@ 2017-07-28 14:16 ` bugzilla-daemon
  2017-07-28 14:28 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-28 14:16 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #76 from Marek Olšák (maraeo@gmail.com) ---
Created attachment 257745
  --> https://bugzilla.kernel.org/attachment.cgi?id=257745&action=edit
possible final fix?

Can you please test this patch?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (80 preceding siblings ...)
  2017-07-28 14:16 ` bugzilla-daemon
@ 2017-07-28 14:28 ` bugzilla-daemon
  2017-07-28 14:31 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-28 14:28 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #77 from Alexander Tsoy (alexander@tsoy.me) ---
Can't test right now. BTW, why HAINAN_GB_ADDR_CONFIG_GOLDEN value is different
in different headers?

./amdgpu/sid.h:#define HAINAN_GB_ADDR_CONFIG_GOLDEN        0x02010001
./amdgpu/si_enums.h:#define HAINAN_GB_ADDR_CONFIG_GOLDEN        0x02011003

VERDE_GB_ADDR_CONFIG_GOLDEN and TAHITI_GB_ADDR_CONFIG_GOLDEN values are the
same, for example:

./amdgpu/sid.h:#define VERDE_GB_ADDR_CONFIG_GOLDEN         0x12010002
./amdgpu/si_enums.h:#define VERDE_GB_ADDR_CONFIG_GOLDEN         0x02010002

./amdgpu/sid.h:#define TAHITI_GB_ADDR_CONFIG_GOLDEN        0x12011003
./amdgpu/si_enums.h:#define TAHITI_GB_ADDR_CONFIG_GOLDEN        0x12011003

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (81 preceding siblings ...)
  2017-07-28 14:28 ` bugzilla-daemon
@ 2017-07-28 14:31 ` bugzilla-daemon
  2017-07-28 14:32 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-28 14:31 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #78 from Marek Olšák (maraeo@gmail.com) ---
Created attachment 257747
  --> https://bugzilla.kernel.org/attachment.cgi?id=257747&action=edit
possible final fix?

Please try this patch instead.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (82 preceding siblings ...)
  2017-07-28 14:31 ` bugzilla-daemon
@ 2017-07-28 14:32 ` bugzilla-daemon
  2017-07-28 17:00 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-28 14:32 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Marek Olšák (maraeo@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #257745|0                           |1
        is obsolete|                            |

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (83 preceding siblings ...)
  2017-07-28 14:32 ` bugzilla-daemon
@ 2017-07-28 17:00 ` bugzilla-daemon
  2017-07-30  6:21 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-28 17:00 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #79 from siyia (eutychios23@gmail.com) ---
Will test it when i get my hands on 4.12.4 kernel

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (84 preceding siblings ...)
  2017-07-28 17:00 ` bugzilla-daemon
@ 2017-07-30  6:21 ` bugzilla-daemon
  2017-07-31 14:17 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-30  6:21 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #80 from Jean Delvare (jdelvare@suse.de) ---
I tested the patch from comment #78 and unfortunately I have to report that it
doesn't fix the problem for me, checkerboard effect is still present.
Nevertheless these cleanups look good so I think they should go upstream,
assuming they don't break anything else.

I have noticed that the values of VERDE_GB_ADDR_CONFIG_GOLDEN and
HAINAN_GB_ADDR_CONFIG_GOLDEN which were kept do not match the ones in the
radeon driver. I tried using the ones from the radeon driver instead but it did
not help.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (85 preceding siblings ...)
  2017-07-30  6:21 ` bugzilla-daemon
@ 2017-07-31 14:17 ` bugzilla-daemon
  2017-08-01  5:42 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-07-31 14:17 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #81 from Alexander Tsoy (alexander@tsoy.me) ---
(In reply to Jean Delvare from comment #80)
> I tested the patch from comment #78 and unfortunately I have to report that
> it doesn't fix the problem for me, checkerboard effect is still present.
It doesn't fix the problem for me as well.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (86 preceding siblings ...)
  2017-07-31 14:17 ` bugzilla-daemon
@ 2017-08-01  5:42 ` bugzilla-daemon
  2017-08-23 14:47 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-08-01  5:42 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #82 from Zoltan Boszormenyi (zboszor@pr.hu) ---
This might be a related fix from Jean Delvare:
https://lists.freedesktop.org/archives/dri-devel/2017-July/148751.html

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (87 preceding siblings ...)
  2017-08-01  5:42 ` bugzilla-daemon
@ 2017-08-23 14:47 ` bugzilla-daemon
  2017-09-04  8:11 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-08-23 14:47 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #83 from Rich (fr0@bitservices.org.uk) ---
For anyone reading this, this is still broken in Kernel 4.12.8 (currently
latest).

Really concerned that this bug doesn't get fixed before 4.9 is no longer the
latest LONGTERM. Still wondering about my previous comment re: just reverting
the offending commit due to the severity of the regression before a proper fix
can be implemented.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (88 preceding siblings ...)
  2017-08-23 14:47 ` bugzilla-daemon
@ 2017-09-04  8:11 ` bugzilla-daemon
  2017-09-11 15:39 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-09-04  8:11 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #84 from Jean Delvare (jdelvare@suse.de) ---
Created attachment 258183
  --> https://bugzilla.kernel.org/attachment.cgi?id=258183&action=edit
[PATCH] drm/amdgpu: revert tile table update for oland (for kernels v4.10 to
v4.12)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (89 preceding siblings ...)
  2017-09-04  8:11 ` bugzilla-daemon
@ 2017-09-11 15:39 ` bugzilla-daemon
  2017-10-03  7:26 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-09-11 15:39 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #85 from Jean Delvare (jdelvare@suse.de) ---
Created attachment 258301
  --> https://bugzilla.kernel.org/attachment.cgi?id=258301&action=edit
[PATCH] drm/amdgpu: revert tile table update for oland (for kernels v4.13 and
up)

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (90 preceding siblings ...)
  2017-09-11 15:39 ` bugzilla-daemon
@ 2017-10-03  7:26 ` bugzilla-daemon
  2017-10-20 14:26 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-10-03  7:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

Jean Delvare (jdelvare@suse.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #86 from Jean Delvare (jdelvare@suse.de) ---
Fixed in kernel v4.14:

commit 4cf97582b46f123a4b7cd88d999f1806c2eb4093
Author: Jean Delvare <jdelvare@suse.de>
Date:   Mon Sep 11 17:43:56 2017 +0200

    drm/amdgpu: revert tile table update for oland

The root cause is probably somewhere else but at least Oland cards are usable
again.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (91 preceding siblings ...)
  2017-10-03  7:26 ` bugzilla-daemon
@ 2017-10-20 14:26 ` bugzilla-daemon
  2017-10-20 14:30 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-10-20 14:26 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

yousifjkadom@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yousifjkadom@yahoo.com

--- Comment #87 from yousifjkadom@yahoo.com ---
Hi. I have Lenovo ThinkPad e550 with 2 VGA:

1) shared: Intel Corporate HD 5500

2) dedicated VGA, Radeon R7 M265 2GB

I'm using Fedora 26 X64 bit on this laptop.

Currently, Linux kernel support Radeon R7 M265 (which is South Island), BUT
DISABLED BY DEFAULT BECAUSE THIS SUPPORT IS EXPERIMENTAL. So, currently, user
should use customized kernel to enable such support which beyond many users
like me .... Kindly, see this link:
https://forums.fedoraforum.org/showthread.php?t=315139

I asked in Fedora forum about this & they inform me that this bug (that you
kindly fixed it) is a blocker against enable kernel support for my Radeon VGA
by default.

I read that it is planned to enable kernel support by default in kernel 4.15.x

But, now I see that you kindly fixed this bug at kernel version 4.14.x !

Please is fixing this bug mean that kernel support for my Radeon R7 M265
dedicated VGA will be enabled by default or it will deferred till kernel 4.15.x

Best.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (92 preceding siblings ...)
  2017-10-20 14:26 ` bugzilla-daemon
@ 2017-10-20 14:30 ` bugzilla-daemon
  2017-10-20 19:20 ` bugzilla-daemon
  2017-10-23 11:07 ` bugzilla-daemon
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-10-20 14:30 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #88 from Michel Dänzer (michel@daenzer.net) ---
(In reply to yousifjkadom from comment #87)

Everything you say applies to the amdgpu kernel driver, but in the meantime,
your card should work with the radeon kernel driver. Doesn't it?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (93 preceding siblings ...)
  2017-10-20 14:30 ` bugzilla-daemon
@ 2017-10-20 19:20 ` bugzilla-daemon
  2017-10-23 11:07 ` bugzilla-daemon
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-10-20 19:20 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #89 from yousifjkadom@yahoo.com ---
@Michel Dänzer

Many thanks for your kind & rapid reply !

No ! No ! Since I was on Fedora 24 that I used for 11 months & then I upgraded
from Fedora 24 to Fedora 26, till now my Radeon VGA do not work at all !

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

* [Bug 194761] amdgpu driver breaks on Oland (SI)
  2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
                   ` (94 preceding siblings ...)
  2017-10-20 19:20 ` bugzilla-daemon
@ 2017-10-23 11:07 ` bugzilla-daemon
  95 siblings, 0 replies; 97+ messages in thread
From: bugzilla-daemon @ 2017-10-23 11:07 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=194761

--- Comment #90 from Jean Delvare (jdelvare@suse.de) ---
yousifjkadom, your problem has nothing to do with this bug, please create a new
bug for it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 97+ messages in thread

end of thread, other threads:[~2017-10-23 11:07 UTC | newest]

Thread overview: 97+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  8:57 [Bug 194761] New: amdgpu driver breaks on Oland (SI) bugzilla-daemon
2017-03-02  9:37 ` [Bug 194761] " bugzilla-daemon
2017-03-02 15:12 ` bugzilla-daemon
2017-03-02 16:16 ` bugzilla-daemon
2017-03-02 16:23 ` bugzilla-daemon
2017-03-02 16:24 ` bugzilla-daemon
2017-03-02 17:23 ` bugzilla-daemon
2017-03-15 11:30 ` bugzilla-daemon
2017-03-15 11:30 ` bugzilla-daemon
2017-05-19  6:16 ` bugzilla-daemon
2017-05-19  6:35 ` bugzilla-daemon
2017-05-19  9:43 ` bugzilla-daemon
2017-05-19 12:45 ` bugzilla-daemon
2017-05-22  2:32 ` bugzilla-daemon
2017-05-22  9:26 ` bugzilla-daemon
2017-05-22  9:34 ` bugzilla-daemon
2017-05-22 20:57 ` bugzilla-daemon
2017-05-23 14:58 ` bugzilla-daemon
2017-05-24  9:56 ` bugzilla-daemon
2017-05-24 11:49 ` bugzilla-daemon
2017-05-24 12:55 ` bugzilla-daemon
2017-05-26  2:05 ` bugzilla-daemon
2017-05-26  8:06 ` bugzilla-daemon
2017-05-26  8:25 ` bugzilla-daemon
2017-05-26 15:00 ` bugzilla-daemon
2017-05-26 16:38 ` bugzilla-daemon
2017-05-30  9:02 ` bugzilla-daemon
2017-05-30 13:19 ` bugzilla-daemon
2017-05-30 13:59 ` bugzilla-daemon
2017-05-30 14:41 ` bugzilla-daemon
2017-05-31 11:35 ` bugzilla-daemon
2017-06-01 11:53 ` bugzilla-daemon
2017-06-01 20:04 ` bugzilla-daemon
2017-06-02  2:28 ` bugzilla-daemon
2017-06-02 16:18 ` bugzilla-daemon
2017-06-02 20:26 ` bugzilla-daemon
2017-06-02 20:35 ` bugzilla-daemon
2017-06-03 10:27 ` bugzilla-daemon
2017-06-03 10:34 ` bugzilla-daemon
2017-06-03 10:37 ` bugzilla-daemon
2017-06-09 13:33 ` bugzilla-daemon
2017-06-09 13:45 ` bugzilla-daemon
2017-06-09 14:25 ` bugzilla-daemon
2017-06-09 14:28 ` bugzilla-daemon
2017-06-09 14:34 ` bugzilla-daemon
2017-06-09 15:06 ` bugzilla-daemon
2017-06-09 16:59 ` bugzilla-daemon
2017-06-09 17:37 ` bugzilla-daemon
2017-06-09 17:37 ` bugzilla-daemon
2017-06-09 18:40 ` bugzilla-daemon
2017-06-09 18:46 ` bugzilla-daemon
2017-06-09 18:46 ` bugzilla-daemon
2017-06-09 18:51 ` bugzilla-daemon
2017-06-09 18:57 ` bugzilla-daemon
2017-06-09 19:06 ` bugzilla-daemon
2017-06-09 19:08 ` bugzilla-daemon
2017-06-09 19:10 ` bugzilla-daemon
2017-06-09 19:11 ` bugzilla-daemon
2017-06-09 19:13 ` bugzilla-daemon
2017-06-09 19:17 ` bugzilla-daemon
2017-06-09 19:46 ` bugzilla-daemon
2017-06-09 19:52 ` bugzilla-daemon
2017-06-12  7:26 ` bugzilla-daemon
2017-06-12  7:39 ` bugzilla-daemon
2017-06-12  7:40 ` bugzilla-daemon
2017-06-12  7:40 ` bugzilla-daemon
2017-06-12 10:47 ` bugzilla-daemon
2017-06-12 11:09 ` bugzilla-daemon
2017-06-12 13:09 ` bugzilla-daemon
2017-06-15 14:12 ` bugzilla-daemon
2017-06-26  7:30 ` bugzilla-daemon
2017-06-26 12:30 ` bugzilla-daemon
2017-07-03 14:37 ` bugzilla-daemon
2017-07-03 15:04 ` bugzilla-daemon
2017-07-03 15:11 ` bugzilla-daemon
2017-07-06 15:35 ` bugzilla-daemon
2017-07-06 16:00 ` bugzilla-daemon
2017-07-07 22:12 ` bugzilla-daemon
2017-07-25 13:10 ` bugzilla-daemon
2017-07-28  9:06 ` bugzilla-daemon
2017-07-28  9:26 ` bugzilla-daemon
2017-07-28 14:16 ` bugzilla-daemon
2017-07-28 14:28 ` bugzilla-daemon
2017-07-28 14:31 ` bugzilla-daemon
2017-07-28 14:32 ` bugzilla-daemon
2017-07-28 17:00 ` bugzilla-daemon
2017-07-30  6:21 ` bugzilla-daemon
2017-07-31 14:17 ` bugzilla-daemon
2017-08-01  5:42 ` bugzilla-daemon
2017-08-23 14:47 ` bugzilla-daemon
2017-09-04  8:11 ` bugzilla-daemon
2017-09-11 15:39 ` bugzilla-daemon
2017-10-03  7:26 ` bugzilla-daemon
2017-10-20 14:26 ` bugzilla-daemon
2017-10-20 14:30 ` bugzilla-daemon
2017-10-20 19:20 ` bugzilla-daemon
2017-10-23 11:07 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.