All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state
@ 2010-03-15 15:23 bugzilla-daemon
  2010-03-15 15:49 ` [Bug 27086] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-03-15 15:23 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27086

           Summary: radeon pm should have uninitialize function for cleaning
                    pm state
           Product: DRI
           Version: XOrg CVS
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/Radeon
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: suokkos@gmail.com


Currently unloading radeon module if dynpm is enabled causes oopses. It also
looks that if only fixing oopses radeon would leave card to power save mode.

When kernel module is unloaded power management should unregister the delayed
work with cancel_delayed_work_sync and set default power state.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 27086] radeon pm should have uninitialize function for cleaning pm state
  2010-03-15 15:23 [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state bugzilla-daemon
@ 2010-03-15 15:49 ` bugzilla-daemon
  2010-03-15 15:58 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-03-15 15:49 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27086





--- Comment #1 from Rafał Miłecki <zajec5@gmail.com>  2010-03-15 08:49:31 PST ---
Could you post fast tip for reloading radeon, please? I heard of some fbcon
unbinding hack.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

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

* [Bug 27086] radeon pm should have uninitialize function for cleaning pm state
  2010-03-15 15:23 [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state bugzilla-daemon
  2010-03-15 15:49 ` [Bug 27086] " bugzilla-daemon
@ 2010-03-15 15:58 ` bugzilla-daemon
  2010-03-15 16:00 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-03-15 15:58 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27086





--- Comment #2 from Pauli <suokkos@gmail.com>  2010-03-15 08:58:42 PST ---
Created an attachment (id=34074)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=34074)
My script for reloading radeon module

Attached the shell script that I use to reload radeon module.

usage is <script> [01] [s]{0,1}

where the first parameter is for selecting if modesetting is enabled after
reload. the second paramter is set to s if you want to start gdm immediately
after module reload.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 27086] radeon pm should have uninitialize function for cleaning pm state
  2010-03-15 15:23 [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state bugzilla-daemon
  2010-03-15 15:49 ` [Bug 27086] " bugzilla-daemon
  2010-03-15 15:58 ` bugzilla-daemon
@ 2010-03-15 16:00 ` bugzilla-daemon
  2010-03-17  2:35 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-03-15 16:00 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27086





--- Comment #3 from Pauli <suokkos@gmail.com>  2010-03-15 09:00:56 PST ---
(In reply to comment #2)
> Created an attachment (id=34074)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=34074) [details]
> My script for reloading radeon module
> 
> Attached the shell script that I use to reload radeon module.
> 
> usage is <script> [01] [s]{0,1}
> 
> where the first parameter is for selecting if modesetting is enabled after
> reload. the second paramter is set to s if you want to start gdm immediately
> after module reload.
> 

warning: There is extra agpmode=4 parameter. I didn't remember that I had added
it there.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 27086] radeon pm should have uninitialize function for cleaning pm state
  2010-03-15 15:23 [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-03-15 16:00 ` bugzilla-daemon
@ 2010-03-17  2:35 ` bugzilla-daemon
  2011-11-13 17:09 ` bugzilla-daemon
  2014-01-23 11:51 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-03-17  2:35 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=27086





--- Comment #4 from Alex Deucher <agd5f@yahoo.com>  2010-03-16 19:35:49 PST ---
I've attempted to fill this in here:
http://people.freedesktop.org/~agd5f/pm2/0022-drm-radeon-kms-pm-restore-default-power-state-on-ex.patch


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

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

* [Bug 27086] radeon pm should have uninitialize function for cleaning pm state
  2010-03-15 15:23 [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-03-17  2:35 ` bugzilla-daemon
@ 2011-11-13 17:09 ` bugzilla-daemon
  2014-01-23 11:51 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-11-13 17:09 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from almos <aaalmosss@gmail.com> 2011-11-13 09:09:12 PST ---
Can this be closed?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 27086] radeon pm should have uninitialize function for cleaning pm state
  2010-03-15 15:23 [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state bugzilla-daemon
                   ` (4 preceding siblings ...)
  2011-11-13 17:09 ` bugzilla-daemon
@ 2014-01-23 11:51 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-01-23 11:51 UTC (permalink / raw)
  To: dri-devel


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

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

Marek Olšák <maraeo@gmail.com> changed:

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

--- Comment #6 from Marek Olšák <maraeo@gmail.com> ---
No feedback for 3 years. Closing.

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

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

end of thread, other threads:[~2014-01-23 11:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-15 15:23 [Bug 27086] New: radeon pm should have uninitialize function for cleaning pm state bugzilla-daemon
2010-03-15 15:49 ` [Bug 27086] " bugzilla-daemon
2010-03-15 15:58 ` bugzilla-daemon
2010-03-15 16:00 ` bugzilla-daemon
2010-03-17  2:35 ` bugzilla-daemon
2011-11-13 17:09 ` bugzilla-daemon
2014-01-23 11:51 ` 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.