* [Bug 26350] New: Single corruption (artifacts) on engine reclocking
@ 2010-01-31 17:17 bugzilla-daemon
2010-01-31 17:28 ` [Bug 26350] " bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-01-31 17:17 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26350
Summary: Single corruption (artifacts) on engine reclocking
Product: DRI
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: DRM/Radeon
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: zajec5@gmail.com
Engine reclocking is too slow and so artifacts are visible when it happens. We
need to make it faster.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
--
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 26350] Single corruption (artifacts) on engine reclocking
2010-01-31 17:17 [Bug 26350] New: Single corruption (artifacts) on engine reclocking bugzilla-daemon
@ 2010-01-31 17:28 ` bugzilla-daemon
2010-01-31 17:30 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-01-31 17:28 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26350
--- Comment #1 from Rafał Miłecki <zajec5@gmail.com> 2010-01-31 09:28:14 PST ---
Created an attachment (id=32948)
--> (http://bugs.freedesktop.org/attachment.cgi?id=32948)
Switch AtomBIOS parser to udelay
Dave noticed we lost a lot of time when sleeping in AtomBIOS. Switching to
udelay drastically improves this.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 26350] Single corruption (artifacts) on engine reclocking
2010-01-31 17:17 [Bug 26350] New: Single corruption (artifacts) on engine reclocking bugzilla-daemon
2010-01-31 17:28 ` [Bug 26350] " bugzilla-daemon
@ 2010-01-31 17:30 ` bugzilla-daemon
2010-01-31 17:39 ` bugzilla-daemon
2019-11-19 8:09 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-01-31 17:30 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26350
--- Comment #2 from Rafał Miłecki <zajec5@gmail.com> 2010-01-31 09:30:52 PST ---
Created an attachment (id=32949)
--> (http://bugs.freedesktop.org/attachment.cgi?id=32949)
Switch engine clock setting to registers operations
It may be good idea to perform sensible operations manually, without parsing
AtomBIOS commands. Unfortunately it needs rewriting AtomBIOS code for each GPU
generation.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 26350] Single corruption (artifacts) on engine reclocking
2010-01-31 17:17 [Bug 26350] New: Single corruption (artifacts) on engine reclocking bugzilla-daemon
2010-01-31 17:28 ` [Bug 26350] " bugzilla-daemon
2010-01-31 17:30 ` bugzilla-daemon
@ 2010-01-31 17:39 ` bugzilla-daemon
2019-11-19 8:09 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-01-31 17:39 UTC (permalink / raw)
To: dri-devel
http://bugs.freedesktop.org/show_bug.cgi?id=26350
--- Comment #3 from Rafał Miłecki <zajec5@gmail.com> 2010-01-31 09:39:33 PST ---
Created an attachment (id=32950)
--> (http://bugs.freedesktop.org/attachment.cgi?id=32950)
Full results of my speed test
Currently reclocking engine takes averagely .005152s. That's way too long.
Using Dave's patch I went down to averagely .000287s.
With registers patch went down to averagely .000267s.
Using both patches gave even nicer result: .000185s.
Both + my patch hacked (to use "while" op): .000177s.
In every case corruptions were gone.
About hacked version of my patch, I switched to using "while" (just like
AtomBIOS does) instead of waiting in "for" for bit in 0x600.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 26350] Single corruption (artifacts) on engine reclocking
2010-01-31 17:17 [Bug 26350] New: Single corruption (artifacts) on engine reclocking bugzilla-daemon
` (2 preceding siblings ...)
2010-01-31 17:39 ` bugzilla-daemon
@ 2019-11-19 8:09 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-19 8:09 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 803 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=26350
Martin Peres <martin.peres@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #4 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/90.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2367 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-11-19 8:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-31 17:17 [Bug 26350] New: Single corruption (artifacts) on engine reclocking bugzilla-daemon
2010-01-31 17:28 ` [Bug 26350] " bugzilla-daemon
2010-01-31 17:30 ` bugzilla-daemon
2010-01-31 17:39 ` bugzilla-daemon
2019-11-19 8: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.