All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 72602] New: [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau
@ 2013-12-11 16:36 bugzilla-daemon
  2013-12-11 16:42 ` [Bug 72602] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-12-11 16:36 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 72602
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [REGRESSION] r600 cayman: forced performance level
                    gets reset to auto when playing a video with vdpau
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: h.judt@gmx.at
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: XOrg CVS
         Component: DRM/Radeon
           Product: DRI

Steps to reproduce:
1) echo low > /sys/class/drm/card0/device/power_dpm_force_performance_level
2) cat /sys/class/drm/card0/device/power_dpm_force_performance_level
   low
3) start playing a video (vdpau)
4) cat /sys/class/drm/card0/device/power_dpm_force_performance_level
   auto

Interestingly, I can repeat step 1 now and the video will play correctly, with
the value staying at "low". So it seems this occurs only when initializing
video playback (vdpau).

This started happening with kernel 3.12.0 or a rc. It did not get reset with
<=3.11.8.

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

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

* [Bug 72602] [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau
  2013-12-11 16:36 [Bug 72602] New: [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau bugzilla-daemon
@ 2013-12-11 16:42 ` bugzilla-daemon
  2013-12-11 16:49 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-12-11 16:42 UTC (permalink / raw)
  To: dri-devel


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

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

Alex Deucher <agd5f@yahoo.com> changed:

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

--- Comment #1 from Alex Deucher <agd5f@yahoo.com> ---
This is the expected behavior in kernels 3.11-3.12.  The user preference is
retained in 3.13.

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

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

* [Bug 72602] [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau
  2013-12-11 16:36 [Bug 72602] New: [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau bugzilla-daemon
  2013-12-11 16:42 ` [Bug 72602] " bugzilla-daemon
@ 2013-12-11 16:49 ` bugzilla-daemon
  2013-12-11 16:54 ` bugzilla-daemon
  2013-12-11 17:09 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-12-11 16:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Harald Judt <h.judt@gmx.at> ---
Will it suffice to cherry-pick
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=14ac88af156efcefac9ba3cf249ae84f9ff71d37
to get that behaviour in 3.12?

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

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

* [Bug 72602] [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau
  2013-12-11 16:36 [Bug 72602] New: [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau bugzilla-daemon
  2013-12-11 16:42 ` [Bug 72602] " bugzilla-daemon
  2013-12-11 16:49 ` bugzilla-daemon
@ 2013-12-11 16:54 ` bugzilla-daemon
  2013-12-11 17:09 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-12-11 16:54 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Alex Deucher <agd5f@yahoo.com> ---
(In reply to comment #2)
> Will it suffice to cherry-pick
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/
> ?id=14ac88af156efcefac9ba3cf249ae84f9ff71d37 to get that behaviour in 3.12?

I think that should do it.  I don't remember if there are any dependencies on
previous patches.

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

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

* [Bug 72602] [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau
  2013-12-11 16:36 [Bug 72602] New: [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-12-11 16:54 ` bugzilla-daemon
@ 2013-12-11 17:09 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-12-11 17:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Harald Judt <h.judt@gmx.at> ---
Thanks, that indeed did it. It required
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=0a17af373c61b4ded44a2cbac62c05ae5dad2106
too for the patch to apply.

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

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

end of thread, other threads:[~2013-12-11 17:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 16:36 [Bug 72602] New: [REGRESSION] r600 cayman: forced performance level gets reset to auto when playing a video with vdpau bugzilla-daemon
2013-12-11 16:42 ` [Bug 72602] " bugzilla-daemon
2013-12-11 16:49 ` bugzilla-daemon
2013-12-11 16:54 ` bugzilla-daemon
2013-12-11 17:09 ` 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.