Closed
Bug 1851736
Opened 1 year ago
Closed 9 months ago
Enable NVIDIA RTX Video Super Resolution for video overlay on Windows only during power charge
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
"NVIDIA RTX Video Super Resolution for video overlay" support was added by Bug 1823135. But it is not enabled by default. Since enabling it consumes more power.
Chromium enables it only when power is charging.
Then it seems better to enable it only when PC is power charged.
Assignee | ||
Comment 1•1 year ago
|
||
gecko already supports to notify power status. Though it is not notified to GPU process.
- https://searchfox.org/mozilla-central/rev/b6cd901cf074c5e75e3902d660bafa3cf3967c40/hal/HalBatteryInformation.h#15
- https://searchfox.org/mozilla-central/rev/b6cd901cf074c5e75e3902d660bafa3cf3967c40/dom/battery/BatteryManager.cpp#36
- https://searchfox.org/mozilla-central/rev/b6cd901cf074c5e75e3902d660bafa3cf3967c40/dom/battery/BatteryManager.cpp#144
Assignee | ||
Comment 2•1 year ago
|
||
video processor super resolution is enabled on Intel Gen10+ GPUs and NVIDIA GPUs with 530+ drivers
https://bugs.chromium.org/p/chromium/issues/detail?id=1368319
https://bugs.chromium.org/p/chromium/issues/detail?id=1318380
Assignee | ||
Comment 4•10 months ago
|
||
Assignee | ||
Updated•10 months ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Updated•10 months ago
|
Summary: Enable NVIDIA RTX Video Super Resolution for video overlay on Windows during power charge → Enable NVIDIA RTX Video Super Resolution for video overlay on Windows only during power charge
Updated•10 months ago
|
Attachment #9382760 -
Attachment description: WIP: Bug 1851736 - Enable NVIDIA RTX Video Super Resolution for video overlay on Windows only during power charge → Bug 1851736 - Enable NVIDIA RTX Video Super Resolution for video overlay on Windows only during power charge
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/67d9df31e921
Enable NVIDIA RTX Video Super Resolution for video overlay on Windows only during power charge r=gfx-reviewers,ahale
Comment 6•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•