All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
@ 2016-01-29 14:48 bugzilla-daemon
  2016-01-29 15:30 ` bugzilla-daemon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-29 14:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1210 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

            Bug ID: 93928
           Summary: Tonga valley regression since drm/amdgpu: split VM
                    mappings into smaller operations (v2)
           Product: DRI
           Version: DRI git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: adf.lists@gmail.com

R8285 agd5f drm-next-4.6-wip

Since below Unigine Valley renders mostly a screen full of colored blocks.

Doesn't affect desktop, Unreal Elemental or xonotic.

In case settings are relevant I run valley ultra quality fullscreen 1920x1080
8xAA

commit 8292e95e64134e8c81ccec25fb702f3c838c2a1e
Author: Christian König <christian.koenig@amd.com>
Date:   Mon Jan 25 14:27:31 2016 +0100

    drm/amdgpu: split VM mappings into smaller operations (v2)

    If we can't copy entries from the GTT or fill them with one command split
    up the mapping operation into multiple ones.

    v2: agd: rebase on upstream

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2518 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
@ 2016-01-29 15:30 ` bugzilla-daemon
  2016-01-29 16:16 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-29 15:30 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 277 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

--- Comment #1 from Nicolai Hähnle <nhaehnle@gmail.com> ---
Hi Andy, do you have a screenshot? What version of Mesa are you using? Anything
in dmesg?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1121 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
  2016-01-29 15:30 ` bugzilla-daemon
@ 2016-01-29 16:16 ` bugzilla-daemon
  2016-01-29 16:20 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-29 16:16 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 468 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

--- Comment #2 from Christian König <deathsimple@vodafone.de> ---
Crap, that looks like I haven't pushed the latest version of that to our server
where Alex picket it up. There are numerous bugs in the version of the patch
which went upstream.

I'm going to take a look what went wrong as soon as I have time (going to
FOSDEM this weekend).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1318 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
  2016-01-29 15:30 ` bugzilla-daemon
  2016-01-29 16:16 ` bugzilla-daemon
@ 2016-01-29 16:20 ` bugzilla-daemon
  2016-01-29 17:11 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-29 16:20 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 229 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

--- Comment #3 from Alex Deucher <alexdeucher@gmail.com> ---
I'll drop them from my wip tree for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1074 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2016-01-29 16:20 ` bugzilla-daemon
@ 2016-01-29 17:11 ` bugzilla-daemon
  2016-01-29 17:12 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-29 17:11 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 307 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

--- Comment #4 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to Alex Deucher from comment #3)
> I'll drop them from my wip tree for now.

OK and have a good time at FOSDEM

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1220 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
                   ` (3 preceding siblings ...)
  2016-01-29 17:11 ` bugzilla-daemon
@ 2016-01-29 17:12 ` bugzilla-daemon
  2016-01-30 10:06 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-29 17:12 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 214 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

--- Comment #5 from Andy Furniss <adf.lists@gmail.com> ---
There was nothing in dmesg.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1057 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
                   ` (4 preceding siblings ...)
  2016-01-29 17:12 ` bugzilla-daemon
@ 2016-01-30 10:06 ` bugzilla-daemon
  2016-01-30 10:55 ` bugzilla-daemon
  2016-05-02 22:48 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-30 10:06 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 473 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

--- Comment #6 from Christian König <deathsimple@vodafone.de> ---
Created attachment 121411
  --> https://bugs.freedesktop.org/attachment.cgi?id=121411&action=edit
Possible fix

Please try the attached patch if you have time.

Completely untested (not even compiled), but should do most of the trick.

Need to check in detail when I'm back home.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1525 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
                   ` (5 preceding siblings ...)
  2016-01-30 10:06 ` bugzilla-daemon
@ 2016-01-30 10:55 ` bugzilla-daemon
  2016-05-02 22:48 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-01-30 10:55 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 340 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

--- Comment #7 from Andy Furniss <adf.lists@gmail.com> ---
Patch is good, all seems OK so far.

Testing the version of drm-next-4.6-wip that I bisected as Alex has updated and
removed the fail commit from latest.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1183 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2)
  2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
                   ` (6 preceding siblings ...)
  2016-01-30 10:55 ` bugzilla-daemon
@ 2016-05-02 22:48 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2016-05-02 22:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 417 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=93928

Andy Furniss <adf.lists@gmail.com> changed:

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1259 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-05-02 22:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-29 14:48 [Bug 93928] Tonga valley regression since drm/amdgpu: split VM mappings into smaller operations (v2) bugzilla-daemon
2016-01-29 15:30 ` bugzilla-daemon
2016-01-29 16:16 ` bugzilla-daemon
2016-01-29 16:20 ` bugzilla-daemon
2016-01-29 17:11 ` bugzilla-daemon
2016-01-29 17:12 ` bugzilla-daemon
2016-01-30 10:06 ` bugzilla-daemon
2016-01-30 10:55 ` bugzilla-daemon
2016-05-02 22:48 ` 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.