summaryrefslogtreecommitdiffstats
path: root/include/linux/nvhost_isp_ioctl.h
Commit message (Collapse)AuthorAge
* include: uapi: move nvhost user-interface headersAnuj Gangwar2019-05-03
| | | | | | | | | | | | | | | | | | Move the linux user-interface headers from include/linux/ to include/uapi/linux/. Change the path for above headers in the dependent files Bug 2062672 Change-Id: I2e116dc8f6c33f53c03fb56b923931b6e600b534 Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1953709 (cherry picked from commit 965ceca35c92eba011163f4c637b3b9e0f073f1a) Signed-off-by: Anuj Gangwar <anujg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2110116 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* camera: kernel cleanupBhushan Rayrikar2018-05-17
| | | | | | | | | | | | | | | | | | | * Cleanup unneeded ioctls and related code. * Add a call to set latency allowance for VI. * Allow ISO cleints to set their own platform specific memory latency allowance. * Split a long number in two to fix issues flagged by static code analysis. Bug 2069761 Bug 1815173 Bug 200408168 Change-Id: If66ab6f604c2bfa369d7466d2cb1f5e42a6c6a41 Signed-off-by: Bhushan Rayrikar <brayrikar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1708678 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
* video: tegra: host: vi/isp: CLK-BW ioctls supportSudhir Vyas2015-09-02
| | | | | | | | | | | | | | | | Add new ioctls GET_CLK and SET_LA_BW support in VI and ISP drivers. These will replace SET_EMC ioctl, but still keep it until user drivers are using it. Bug 1666597 Change-Id: Ia63ad120e0f06eefc64bdb50753c2f6b974bd407 Reviewed-on: http://git-master/r/774484 (cherry picked from commit 500875f1a06453315ddfea97413030ae3fe2d32c) Signed-off-by: Sudhir Vyas <svyas@nvidia.com> Reviewed-on: http://git-master/r/789641 Reviewed-by: Shridhar Rasal <srasal@nvidia.com>
* video: tegra: host: Add VI/ISP clock ctrl ioctlSudhir Vyas2015-04-04
| | | | | | | | | | | | | Add ctrl-node ioctl support for VI and ISP clocks. Bug 1610946 Change-Id: Ifa02dc925b563888526f3dbaceaa5cca608f8f1c Signed-off-by: Sudhir Vyas <svyas@nvidia.com> Reviewed-on: http://git-master/r/722559 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jihoon Bang <jbang@nvidia.com> Reviewed-by: Arto Merilainen <amerilainen@nvidia.com>
* Revert "video: tegra: host: Add VI/ISP clock ctrl ioctl"Arto Merilainen2015-04-04
| | | | | | | | | | | This reverts commit a0fd071b3f0cd72ed9e551123705a876ca7c5369 as it causes build failure Bug 1628484 Change-Id: Idfa5275292a5e20620d96837a17b605d2e5b016b Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-on: http://git-master/r/722531
* video: tegra: host: Add VI/ISP clock ctrl ioctlSudhir Vyas2015-04-04
| | | | | | | | | | | | Add ctrl-node ioctl support for VI and ISP clocks. Bug 1610946 Change-Id: Icbd7d00d26912a1b0ffd0611c5c5644a86681d4d Signed-off-by: Sudhir Vyas <svyas@nvidia.com> Reviewed-on: http://git-master/r/716814 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jihoon Bang <jbang@nvidia.com>
* video: tegra: host: ioctl to vi/isp driverKushal Shah2015-03-18
Adds an ioctl to isp driver ctrl node and add ioctl entry to vi driver. It is used for setting ISO and LA settings Bug 1349044 Bug 1381431 Change-Id: I8155467ee4e269303a5ba6cfeaa7e012e3addecf Signed-off-by: Kushal Shah <kshah@nvidia.com> Reviewed-on: http://git-master/r/301484 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>