Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-firmware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
linux-firmware
Commits
e440651e
Commit
e440651e
authored
Aug 06, 2026
by
Ran Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added udev rules for tegra234 nvenc/nvdec
parent
ed21d7af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
Makefile
Makefile
+10
-1
No files found.
Makefile
View file @
e440651e
...
@@ -58,5 +58,14 @@ rtl8168h:
...
@@ -58,5 +58,14 @@ rtl8168h:
ga10b
:
ga10b
:
tar
xf ga10b.tar.xz
-C
/lib/firmware
tar
xf ga10b.tar.xz
-C
/lib/firmware
tegra234
:
tegra234
:
nvenc-udev-config
tar
xf tegra234.tar.xz
-C
/lib/firmware
tar
xf tegra234.tar.xz
-C
/lib/firmware
@
echo
"
$$
NVENC_UDEV_CONFIG"
>
/etc/udev/rules.d/90-nvenc.rules
nvenc-udev-config
:
define
NVENC_UDEV_CONFIG
# Populate v4l2 decoder/encoder device node for upstream linux on Tegra platforms
KERNEL
==
"15480000.nvdec"
,
DRIVER
==
"tegra-nvdec"
,
ACTION
==
"bind"
, RUN+
=
"/bin/mknod -m 666 /dev/v4l2-nvdec c 1 3"
KERNEL
==
"154c0000.nvenc"
,
DRIVER
==
"tegra-nvenc"
,
ACTION
==
"bind"
, RUN+
=
"/bin/mknod -m 666 /dev/v4l2-nvenc c 1 3"
endef
export
NVENC_UDEV_CONFIG
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment