Open
Bug 1697065
Opened 4 years ago
Updated 3 years ago
Refresh driver quiescent idle period calculation is off by one
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
ASSIGNED
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 obsolete file)
idleEnd + refreshPeriod * pref
boils down to
(refreshPeriod + mostRecentRefresh) + refreshPeriod * pref
aka
mostRecentRefresh + refreshPeriod * (pref + 1)
So it's actually waiting for one more refresh period than you request via the pref, which seems wrong to me. I don't know if it's a good idea to fix it.
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → S3
Updated•3 years ago
|
Attachment #9207634 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•