summaryrefslogtreecommitdiff
path: root/include/uapi/media/Kbuild (follow)
Commit message (Collapse)AuthorAge
* ADV7481: Query lane_count and settle_count from device treeRahul Sharma2017-12-22
| | | | | | | | | Get lane count and settle count from device tree. Add VIDIOC_G_CSI_PARAMS ioctl to pass lane count and settle count values to userspace. Change-Id: Ic0e0b7b402908c9970fd1771cf9bf19627f5a5d8 Signed-off-by: Rahul Sharma <sharah@codeaurora.org>
* msm: Initial ais driver for automotive cameraTerence Ho2017-05-15
| | | | | | | | | | | | | | | | | | Initial driver directory setup for automotive imaging subsystem - ais. The camera kernel drivers for mobile and automotive platforms have been decoupled and placed in separate directories as automotive usecases will require significant divergence from mobile drivers. The changes to the imaging pipeline drivers enable automotive imaging subsystem interface from userspace. This snapshot is taken as of msm-3.18 'commit c3d5931bbc51 ("msm: Initial ais driver for automotive camera")' Change-Id: I49b8e827818994d0a8b320ffe92f8031ffbb69ca Signed-off-by: Terence Ho <terenceh@codeaurora.org> Signed-off-by: Andy Sun <bins@codeaurora.org>
* radio: iris: uapi header splitJeremy Gebben2016-08-21
| | | | | | | | | The uapi directory should only contain userspace visible definitions, move everything else to the regular include directory. Change-Id: I33a2f4511eef540c979a3880e7926cbe6cadafe6 Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org> Signed-off-by: Rupesh Tatiya <rtatiya@codeaurora.org>
* msm: sde: Add interface to support sde v4l2 rotatorAlan Kwong2016-03-25
| | | | | | | | | | Current fbdev rotator interface lacks support for mult-context use cases. This new interface adopts V4L2 M2M framework to support multiple concurrent sessions/contexts efficiently. CRs-Fixed: 972831 Change-Id: I89593a57ba44e91c95d73154a7830539e5aab6e3 Signed-off-by: Alan Kwong <akwong@codeaurora.org>
* msm: vidc: Add Video driver for MSM targetsArun Menon2016-03-23
| | | | | | | | Add snapshot for Video driver source for MSM targets. The code is migrated from msm-3.18 kernel at the below commit level - d5809484bb1bf5864dad2f081b0145224762963a. Signed-off-by: Arun Menon <avmenon@codeaurora.org>
* msm: media: Add msm_media_info header to uapiArun Menon2016-03-23
| | | | | | | | Add snapshot for msm_media_info video header to uapi folder. The header file is taken from msm-3.18 kernel at commit - d580948 . Signed-off-by: Arun Menon <avmenon@codeaurora.org>
* msm: camera: Update camera driversLakshmi Narayana Kalavala2016-03-23
| | | | | | | | | | | | Add changes to update camera drivers to: 1. Update necessary Kconfig files to support camera driver compilation. 2. Support minor changes to V4L framework. 3. Export uapi headers to header_install export location. Signed-off-by: Seemanta Dutta <seemanta@codeaurora.org> Signed-off-by: Lakshmi Narayana Kalavala <lkalaval@codeaurora.org>
* Revert "msm: camera: Update camera drivers"Seemanta Dutta2016-03-23
| | | | | | This reverts commit 282882c50fe26957c00bd598e8cab75d00251e2e. Signed-off-by: Seemanta Dutta <seemanta@codeaurora.org>
* msm: vidc: Add Video driver for MSM targetsArun Menon2016-03-23
| | | | | | | | Add snapshot for Video driver source for MSM targets. The code is migrated from msm-3.18 kernel at the below commit level - d5809484bb1bf5864dad2f081b0145224762963a. Signed-off-by: Arun Menon <avmenon@codeaurora.org>
* uapi: export IPA & Media headersSatya Durga Srinivasu Prabhala2016-03-23
| | | | | | IPA & Media headers need to go to userspace. Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
* msm: camera: Update camera driversLakshmi Narayana Kalavala2016-03-23
| | | | | | | | | | | | Add changes to update camera drivers to: 1. Update necessary Kconfig files to support camera driver compilation. 2. Support minor changes to V4L framework. 3. Export uapi headers to header_install export location. Signed-off-by: Seemanta Dutta <seemanta@codeaurora.org> Signed-off-by: Lakshmi Narayana Kalavala <lkalaval@codeaurora.org>
* msm: camera: Add all camera driversLakshmi Narayana Kalavala2016-03-23
Add all camera drivers by picking them up from AU_LINUX_ANDROID_LA.HB.1.3.1.06.00.00.187.056 (e70ad0cd) Signed-off-by: Lakshmi Narayana Kalavala <lkalaval@codeaurora.org>