Block all Haswell GPUs for VP8 HW decoding
Categories
(Core :: Audio/Video: Playback, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(1 file)
Fork from bug 1760464 comment 11.
Assignee | ||
Comment 1•3 years ago
•
|
||
There are still some crashes from other graphic cards which we didn't block, such as 0x0a16
(Intel HD Graphics Family) and 0x1616
(Intel HD Graphics 5500). But 0x1616
in on Broadwell, which should support VP8 HW decoding already based on the wiki documentation.
Those crashes all happened on driver verision 10.18.14.4264
.
Assignee | ||
Comment 2•3 years ago
|
||
This is a follow-up for bug1760464, we observed more crashes from devices which we didn't added to the block list before.
Therefore, we decided to block all Haswell GPUs for VP8 HW decoding (Intel supports that sine Broadwell) and one other device (HD 5500 even if it's Broadwell series).
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Assignee | ||
Comment 5•3 years ago
|
||
According to this report there are still some crashes from 0x0416
(Intel HD Graphics 4600) which is already listed in Haswell family.
But I suppose this block rule should take effect and block that device? So I don't know why we can still see crashes from that device. Jeff, do you have any idea about this? Thank you.
Comment 6•3 years ago
|
||
No, that seems really odd. Perhaps the blocking is not working (e.g. we call into mfx_mft_vp8vd_64.dll) for some other reason?
Updated•3 years ago
|
Description
•