This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-01-25 16:30:03 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
73239ad1ab
linux_dsm_epyc7002
/
drivers
/
media
/
platform
/
coda
/
Makefile
4 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
[media] coda: move BIT specific functions into separate file This patch moves the BIT processor specific coda_context_ops, the firmware upload and other related functions from coda-common.c into coda-bit.c. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-23 22:28:45 +07:00
coda-objs
:=
coda-common.o coda-bit.o coda-h264.o
[media] coda: move coda driver into its own directory The coda driver has grown significantly and will continue to grow. Move the coda driver into its own directory so it can be split. Rename coda.h to coda_regs.h as it contains the register defines. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-23 22:28:38 +07:00
obj-$(CONFIG_VIDEO_CODA)
+=
coda.o
Reference in New Issue
Copy Permalink