Video memory corruption Google Pixel 7 Pro
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: kbrosnan, Assigned: jnicol)
References
Details
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
pascalc
:
approval-mozilla-release+
|
Details |
From github: https://github.com/mozilla-mobile/fenix/issues/27420.
Steps to reproduce
- This happen very in the xda-forum
- When you look forum and open photos.
- Then comes random pixels (This happened on Pixel 6 Pro as well, but fixed with update from Mozila. (Bugfix: Fixed image and animation corruption on Pixel 6, 6 Pro and 6a devices running Android 13) this is now with Pixel 7 Pro. )
Expected behaviour
Glitch random pixels, like gpu issue
Actual behaviour
Ransom pixels when you watching photos
Device name
Google Pixel 7 Pro
Android version
13
Firefox release type
Firefox
Firefox version
105.0
Device logs
No response
Additional information
No response
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
The Pixel 7/7Pro uses the same chipset as the 6/6 pro and so we need the same fix on that device. See bug 1787520 for details about the Pixel 6/6 Pro.
Comment 2•2 years ago
|
||
I also recently got a Pixel 7 and have been noticing the same artifacting on Reddit that was mentioned in the upstream issue.
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Yes presumably this is just bug 1787520 but on the G710 as well as G78. But we need to know whether the driver version is consistent for both GPUs or whether they reset the version number.
Ryan, could you please attach your about:support
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
In bug 1787520 we discovered a driver bug affecting Mali-G78 devices,
and added a workaround for it - avoiding invalidating no-longer-needed
render targets at the end of each render pass. It now transpires this
bug also affects Mali-G710 GPUs, so this patch applies the same
workaround for those devices too.
Comment 7•2 years ago
|
||
bugherder |
Comment 8•2 years ago
|
||
Jamie, should we uplift this fix to Beta 107 or ride along in a Fenix 106.0.x dot release, if there is one?
Assignee | ||
Comment 10•2 years ago
|
||
Comment on attachment 9298862 [details]
Bug 1795614 - Avoid invalidating render targets on Mali-G710. r?#gfx-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: Users with Pixel 7 phones see frequent image corruption
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Workaround for a driver bug. already fixed this on similar GPU, just making it include an additional GPU now.
- String changes made/needed:
- Is Android affected?: Yes
Comment 11•2 years ago
|
||
Just to confirm, today's Nightly has been working reliably for me.
Comment 12•2 years ago
|
||
Comment on attachment 9298862 [details]
Bug 1795614 - Avoid invalidating render targets on Mali-G710. r?#gfx-reviewers
Approved for 107.0b2 and Fenix/Focus 107.0b2.
Comment 13•2 years ago
|
||
bugherder uplift |
Comment 14•2 years ago
|
||
Comment on attachment 9298862 [details]
Bug 1795614 - Avoid invalidating render targets on Mali-G710. r?#gfx-reviewers
Although we don't have a Fenix dot release planned this week, it doesn't hurt to have the patch landed on the release branch in case we need to build one.
Comment 15•2 years ago
|
||
bugherder uplift |
Description
•