Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-imx-kuk
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Kernel
linux-imx-kuk
Merge requests
!171
dts:trizeps8plus: Disable VPU
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
dts:trizeps8plus: Disable VPU
dual-espresso_disable_vpu
into
linux-5.15.32-seco
Overview
1
Commits
1
Pipelines
3
Changes
1
Merged
Felix Gerking
requested to merge
dual-espresso_disable_vpu
into
linux-5.15.32-seco
2 years ago
Overview
1
Commits
1
Pipelines
3
Changes
1
Expand
The VPU is currently not working, disable it to enable SW decoding by default.
BCS 746-001087
0
0
Merge request reports
Compare
linux-5.15.32-seco
version 2
81ddcea8
2 years ago
version 1
048b89e7
2 years ago
linux-5.15.32-seco (base)
and
latest version
latest version
9f808f72
1 commit,
2 years ago
version 2
81ddcea8
1 commit,
2 years ago
version 1
048b89e7
1 commit,
2 years ago
1 file
+
4
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
arch/arm64/boot/dts/seconorth/trizeps8plus.dtsi
+
4
−
3
Options
@@ -1021,9 +1021,10 @@ &vpu_g2 {
@@ -1021,9 +1021,10 @@ &vpu_g2 {
status = "okay";
status = "okay";
};
};
&vpu_vc8000e {
/* The VPU is currently not working, disable it to enable SW decoding by default. */
status = "okay";
//&vpu_vc8000e {
};
// status = "okay";
//};
&vpu_v4l2 {
&vpu_v4l2 {
status = "okay";
status = "okay";
Loading