Closed
Bug 1751710
Opened 3 years ago
Closed 3 years ago
nvidia-vaapi-driver: Allow VA-API decoding without GBM device
Categories
(Core :: Audio/Video: Playback, enhancement)
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Crash Data
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
NVIDIA does not support GBM but we don't need that for VA-API playback so don't require it.
Assignee | ||
Updated•3 years ago
|
Summary: Allow VA-API decoding without GBM device → [NVIDIA] Allow VA-API decoding without GBM device
Assignee | ||
Comment 1•3 years ago
|
||
Allow to use VA-API without GBM device as we need DRM device file descriptor only.
Implement static method nsDMABufDevice::GetDRMFd() to get it.
Updated•3 years ago
|
Crash Signature: [@ XDisplayString]
[@ libX11.so.6@0x2f090]
[@ libX11.so.6@0x32b90]
Updated•3 years ago
|
Crash Signature: [@ XDisplayString]
[@ libX11.so.6@0x2f090]
[@ libX11.so.6@0x32b90] → [@ XDisplayString]
[@ libX11.so.6@0x2f090]
[@ libX11.so.6@0x32b90]
OS: Unspecified → Linux
Summary: [NVIDIA] Allow VA-API decoding without GBM device → nvidia-vaapi-driver: Allow VA-API decoding without GBM device
Updated•3 years ago
|
Attachment #9260398 -
Attachment description: Bug 1751710 [Linux] Allow VA-API decoding without GBM device r?emilio,alwu → Bug 1751710 [Linux] Allow VA-API decoding without GBM device and switch MOZ_WAYLAND_DRM_DEVICE to MOZ_DRM_DEVICE r?emilio,alwu
Updated•3 years ago
|
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/a44d91198e01
[Linux] Allow VA-API decoding without GBM device and switch MOZ_WAYLAND_DRM_DEVICE to MOZ_DRM_DEVICE r=emilio,alwu,media-playback-reviewers
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•