-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: platform: chips-media: Move Coda to separate folder
Prepare the folder structure for a second Chips&Media driver. Move the Coda driver to a sub-directory. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
- Loading branch information
Sebastian Fricke
authored and
Hans Verkuil
committed
Nov 16, 2023
1 parent
4f61d8a
commit 02a8b42
Showing
17 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
|
||
coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpeg.o | ||
|
||
obj-$(CONFIG_VIDEO_CODA) += coda-vpu.o | ||
obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o | ||
obj-y += coda/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
|
||
config VIDEO_CODA | ||
tristate "Chips&Media Coda multi-standard codec IP" | ||
depends on V4L_MEM2MEM_DRIVERS | ||
depends on VIDEO_DEV && OF && (ARCH_MXC || COMPILE_TEST) | ||
select SRAM | ||
select VIDEOBUF2_DMA_CONTIG | ||
select VIDEOBUF2_VMALLOC | ||
select V4L2_JPEG_HELPER | ||
select V4L2_MEM2MEM_DEV | ||
select GENERIC_ALLOCATOR | ||
help | ||
Coda is a range of video codec IPs that supports | ||
H.264, MPEG-4, and other video formats. | ||
|
||
config VIDEO_IMX_VDOA | ||
def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
|
||
coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpeg.o | ||
|
||
obj-$(CONFIG_VIDEO_CODA) += coda-vpu.o | ||
obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters