Commit Graph

10 Commits

Author SHA1 Message Date
Fudong Zhang
a65ceebe83 msm: vidc: Add config files for scuba
Add video config files for scuba to enable
the video driver for scuba target

Change-Id: I2ee99356ab66f81e2b1a15b4a76155938ffe0db5
2021-07-09 14:42:44 +08:00
Priyanka Gujjula
2686a86b94 msm: vidc: Include uapi header files from techpack
Currently uapi header files are included from core
kernel include path since core kernel makefile also
includes them. Hence making changes to include path
in techpack makefile such that uapi header files are
included from techpack project.

Change-Id: I604b8bbb3058473b3e301cbbce112c8c93a0e963
Signed-off-by: Priyanka Gujjula <pgujjula@codeaurora.org>
2020-08-19 22:32:19 +05:30
Manikanta Kanamarlapudi
9ea86bc34d msm: vidc: Add config files for holi
Add video config files for holi to enable
the video driver for holi target

CRs-Fixed: 2684474
Change-Id: I7aaf47f2616300665bfe155aface8aa5ed9e4d6e
2020-06-05 00:18:42 -07:00
Murali Nalajala
9d29e83709 msm: video: config: Do not compile video sources for VM image
Do not compile video sources for VM image for lahaina.
Guard the source path against CONFIG_QTI_VM to decide to
compile it are not.

Change-Id: If9549c2a58ed3e7cf66c2cbc51c5fc01b82dd79b
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
2020-04-17 09:47:22 -07:00
Maheshwar Ajja
50eabf78ef msm: vidc: change user include header files directory
Current location is cleaning up all the existing header files
in usr/include/media directory before installing video specific
header files and hence change video specific header files location.
Kbuild files are not required anymore so remove Kbuild files.

Change-Id: I217d0652be9b2811ef1c6df64bf4143c9bcd1bd3
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
2019-11-13 18:21:20 -08:00
Karthikeyan Periasamy
2c2d48f5b6 msm: vidc: fix the compilation in lahaina
- Made the changes in video module to compile successfully.
 - Removed cvp and v4l2 private files.

Change-Id: Iaf5f29d6042a87d5b96b1fa4abb985ee3e592f0e
Signed-off-by: Karthikeyan Periasamy <kperiasa@codeaurora.org>
2019-10-25 12:35:37 -07:00
Maheshwar Ajja
17ff6ba65a msm: vidc: add userspace interface header files
Add userspace interface header files for userspace
to access video driver functionalities.

Change-Id: I1919f9025e87f15da06a0428d95077372aec603e
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
2019-10-25 12:33:40 -07:00
Govindaraj Rajagopal
96cf4d94e4 techpack: video: add support for lito in makefile
This change adds support to compile video driver
project for lito.

Change-Id: I398fd8f37cb42bb20f849f17284c377001c14dde
Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
2019-05-15 11:45:20 +05:30
Shivendra Kakrania
4ae4cb1749 techpack: video: Video driver kernel project initial snapshot
This change brings msm vidc driver from base 4.19 kernel project.
It is the first source code snapshot from base kernel project.

Change-Id: I1d600c4e9459b9013f4b607890c52644f6d94f0c
Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
2019-05-02 22:31:44 -07:00
Shivendra Kakrania
623f36a95c techpack: video: add makefile for video driver
This change adds dummy Makefile support to compile
video driver project along with base kernel.

Change-Id: Ia1fad0785131d3a8852b8d7dcf713b537e9fa4d1
Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
2019-05-01 22:46:31 -07:00