dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers
@ 2017-05-15 21:51 bugzilla-daemon
  2017-05-16 16:00 ` bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-05-15 21:51 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 101053
           Summary: DC R9 285 fullscreen video regression since
                    drm/amd/display: Parse scanline registers
           Product: DRI
           Version: DRI git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: adf.lists@gmail.com

R9 285 tonga since

commit afbeb2d0961b2139bcf6553a710e6a8ae5d09d34
Author: Sylvia Tsai <sylvia.tsai@amd.com>
Date:   Tue Apr 11 15:15:28 2017 -0400

    drm/amd/display: Parse scanline registers

    They could differ between ASIC generations

    Change-Id: Ia352ae206273fe3a025579554cae4e3711a26fcc

on agd5f drm staging 4.9/11 there is a regression with full screen video.

mpv --vo=vaapi/vdpau/opengl all the same, dropping frames, or playing slowmo
with --framedrop=no

Windowed playback is OK, testing with 60fps vid on 60Hz DVI-D display.

Forcing clocks high does not help.

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

[-- Attachment #1.2: Type: text/html, Size: 2575 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] 7+ messages in thread

* [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers
  2017-05-15 21:51 [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers bugzilla-daemon
@ 2017-05-16 16:00 ` bugzilla-daemon
  2017-05-16 17:09 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-05-16 16:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Harry Wentland <harry.wentland@amd.com> ---
Created attachment 131374
  --> https://bugs.freedesktop.org/attachment.cgi?id=131374&action=edit
fix scanline params

Thanks, Andy. Please try attached patch. The regression change you mentioned
contains some bad code (that I wrote -_-).

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

[-- Attachment #1.2: Type: text/html, Size: 1519 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] 7+ messages in thread

* [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers
  2017-05-15 21:51 [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers bugzilla-daemon
  2017-05-16 16:00 ` bugzilla-daemon
@ 2017-05-16 17:09 ` bugzilla-daemon
  2017-05-16 17:12 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-05-16 17:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Andy Furniss <adf.lists@gmail.com> ---
That fixes it, thanks.

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

[-- Attachment #1.2: Type: text/html, Size: 1072 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] 7+ messages in thread

* [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers
  2017-05-15 21:51 [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers bugzilla-daemon
  2017-05-16 16:00 ` bugzilla-daemon
  2017-05-16 17:09 ` bugzilla-daemon
@ 2017-05-16 17:12 ` bugzilla-daemon
  2017-06-01 18:40 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-05-16 17:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Harry Wentland <harry.wentland@amd.com> ---
Thanks for testing. It should land in amd-staging-4.9 in a week or so.

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

[-- Attachment #1.2: Type: text/html, Size: 1130 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] 7+ messages in thread

* [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers
  2017-05-15 21:51 [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers bugzilla-daemon
                   ` (2 preceding siblings ...)
  2017-05-16 17:12 ` bugzilla-daemon
@ 2017-06-01 18:40 ` bugzilla-daemon
  2017-06-05 18:24 ` bugzilla-daemon
  2017-06-05 20:00 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-06-01 18:40 UTC (permalink / raw)
  To: dri-devel


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

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

Alex Deucher <alexdeucher@gmail.com> changed:

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

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

[-- Attachment #1.2: Type: text/html, Size: 1296 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] 7+ messages in thread

* [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers
  2017-05-15 21:51 [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-06-01 18:40 ` bugzilla-daemon
@ 2017-06-05 18:24 ` bugzilla-daemon
  2017-06-05 20:00 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-06-05 18:24 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to Harry Wentland from comment #3)
> Thanks for testing. It should land in amd-staging-4.9 in a week or so.

Closed by Alex, but AFAICT the fix is only in amd-staging-4.11. 4.9 doesn't
seem to have been touched for 4 weeks (unless cgit is wrong).

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

[-- Attachment #1.2: Type: text/html, Size: 1433 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] 7+ messages in thread

* [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers
  2017-05-15 21:51 [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers bugzilla-daemon
                   ` (4 preceding siblings ...)
  2017-06-05 18:24 ` bugzilla-daemon
@ 2017-06-05 20:00 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-06-05 20:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Alex Deucher <alexdeucher@gmail.com> ---
We've moved amd-staging to 4.11 and are not updating the 4.9 branch any more.

-- 
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: 160 bytes --]

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

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

end of thread, other threads:[~2017-06-05 20:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 21:51 [Bug 101053] DC R9 285 fullscreen video regression since drm/amd/display: Parse scanline registers bugzilla-daemon
2017-05-16 16:00 ` bugzilla-daemon
2017-05-16 17:09 ` bugzilla-daemon
2017-05-16 17:12 ` bugzilla-daemon
2017-06-01 18:40 ` bugzilla-daemon
2017-06-05 18:24 ` bugzilla-daemon
2017-06-05 20:00 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).