Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
linux-next
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
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
Angus Ainslie
linux-next
Commits
697b9905
Commit
697b9905
authored
Apr 26, 2019
by
Guido Gunther
Committed by
Angus Ainslie (Purism)
Jul 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm: imx: Disable ipuv3
We don't need it atm. Signed-off-by:
Guido Günther
<
guido.gunther@puri.sm
>
parent
92bd9760
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
drivers/gpu/drm/imx/Kconfig
drivers/gpu/drm/imx/Kconfig
+0
-1
drivers/gpu/drm/imx/Makefile
drivers/gpu/drm/imx/Makefile
+1
-1
No files found.
drivers/gpu/drm/imx/Kconfig
View file @
697b9905
...
...
@@ -6,7 +6,6 @@ config DRM_IMX
select DRM_GEM_CMA_HELPER
select DRM_KMS_CMA_HELPER
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
depends on IMX_IPUV3_CORE
help
enable i.MX graphics support
...
...
drivers/gpu/drm/imx/Makefile
View file @
697b9905
# SPDX-License-Identifier: GPL-2.0
imxdrm-objs
:=
imx-drm-core.o
ipuv3-crtc.o ipuv3-plane.o
imxdrm-objs
:=
imx-drm-core.o
obj-$(CONFIG_DRM_IMX)
+=
imxdrm.o
...
...
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