Adds missing video encoding NVIDIA ioctl classes#12867
Adds missing video encoding NVIDIA ioctl classes#12867copybara-service[bot] merged 1 commit intogoogle:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
@ayushr2 happy to resubmit this PR if the Google CLA issue above is hard to fix. |
|
The CLA check is unhappy about your git commit author, which is set to |
94e288e to
defcad3
Compare
|
@EtiennePerot thanks. Fixed! |
|
Hi, |
|
Be sure to run the tests in https://github.com/google/gvisor/tree/master/pkg/sentry/devices/nvproxy#step-3-account-for-abi-changes when modifying the version map (adding new ioctls or version support). |
|
Thank you for the reviews. Taking a look. |
This adds missing NVJPG (JPEG encoding/decoding) and optical flow classes. Both are used in video-processing workflows, hence thet video capability conditional.
defcad3 to
bf9b0ea
Compare
|
@ayushr2 updated with your proposed changes. Thank you. |
…-ioctls PiperOrigin-RevId: 896679610
This adds missing NVJPG (JPEG encoding/decoding) and optical flow classes. Both are used in video-processing workflows, hence the video capability conditional.