- Dec 13, 2024
-
-
Chun-Kuang Hu authored
In order to have fine-grained control, use cmdq_pkt_eoc() and cmdq_pkt_jump_rel() to replace cmdq_pkt_finalize(). Signed-off-by:
Chun-Kuang Hu <chunkuang.hu@kernel.org> Acked-by:
Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Chun-Kuang Hu authored
Use the cmdq_pkt_create() and cmdq_pkt_destroy() common functions instead of implementing specific mdp3 versions. Signed-off-by:
Chun-Kuang Hu <chunkuang.hu@kernel.org> Reviewed-by:
Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Chun-Kuang Hu authored
In order to have fine-grained control, use cmdq_pkt_eoc() and cmdq_pkt_jump_rel() to replace cmdq_pkt_finalize(). Signed-off-by:
Chun-Kuang Hu <chunkuang.hu@kernel.org> Reviewed-by:
Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Nícolas F. R. A. Prado authored
Just like was done with MM_REG_WRITE, remove the mask from the MM_REG_POLL macro, leaving MM_REG_POLL_MASK to be used when a mask is required, and update the call sites accordingly. In this case, all calls require a mask, so MM_REG_POLL remains unused, but at least this makes the MM_REG_POLL macros consistent with the MM_REG_WRITE ones. Signed-off-by:
Nícolas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Nícolas F. R. A. Prado authored
There are two macros to issue a cmdq write: MM_REG_WRITE_MASK and MM_REG_WRITE, but confusingly, both of them take a mask parameter. The difference is that MM_REG_WRITE additionally checks whether the mask passed in contains the register mask, in which case, the 0xffffffff mask is passed to cmdq_pkt_write_mask(), effectively disregarding the mask and calling cmdq_pkt_write() as an optimization. Move that optimization to the MM_REG_WRITE_MASK macro and make MM_REG_WRITE the variant that doesn't take a mask, directly calling to cmdq_pkt_write(). Change the call sites to MM_REG_WRITE whenever a mask wasn't necessary (ie 0xffffffff or a <register>_MASK was passed as mask) and in other cases to MM_REG_WRITE_MASK. Signed-off-by:
Nícolas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Nícolas F. R. A. Prado authored
A few macros declare variadic arguments even though the underlying functions don't support them. Remove them. Signed-off-by:
Nícolas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Nícolas F. R. A. Prado authored
cmdq_pkt_write_mask() boils down to a cmdq_pkt_write() when the mask is 0xFFFFFFFF. Call cmdq_pkt_write() directly in those cases to simplify the code. Suggested-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Nícolas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by:
Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
- Dec 12, 2024
-
-
Alain Volmat authored
The stm32mp25 supports both parallel & csi inputs. An additional clock control is necessary. Skeleton of the subdev structures for the stm32mp25 is added, identical for the time being to the stm32mp13 however more subdeves will be added in further commits. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Add the stm32mp25 compatible for the DCMIPP. The stm32mp25 distinguish with the stm32mp13 by the fact that: - supports also csi inputs in addition to parallel inputs - requires an addition csi clock to be present Add also access-controllers, an optional property that allows a peripheral to refer to one or more domain access controller(s). Reviewed-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Add hw_revision field information of the media controller so that application can distinguish between variants of DCMIPP implementations. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Avoid duplication of enumerated pixelformat on the bytecap video capture device. Indeed, since the bytecap format list contains both CSI & parallel 16bits formats, ensure that same pixelformat are not reported twice when performing enumeration of supported formats. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Add 1X16 RGB & YUV formats support within bytecap & byteproc. Slightly change the link_validate function to be able to validate against either 1X16 or 2X8 variant of a format. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Add support for bayer formats from 10 to 14 bits. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
On stm32mp25, the dcmipp can accept data coming from a CSI bus in addition to the parallel interface. Add this support into dcmipp-input subdev. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
In preparation of the introduction of dcmipp csi input support, rename the dcmipp_parallel subdev into a generic dcmipp_input which will be in charge of handling both parallel input & csi input. Only structures / variables / functions and file naming are changed without any functional modifications. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Replace s_stream ops with enable_streams and disable_streams. At the same time, use v4l2_subdev_enable_streams and v4l2_subdev_disable_streams functions instead of direct s_stream calls. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Rely on v4l2_subdev_is_streaming in order to know if the subdev is streaming or not instead of relying on a local variable. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
The STM32 CSI controller is tightly coupled with the DCMIPP and act as an input stage to receive data coming from the sensor and transferring them into the DCMIPP. Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Add the stm32 csi controller description. Reviewed-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Alain Volmat authored
Correct the call to dma_set_mask_and_coherent which should be set to DMA_BIT_MASK(32). Fixes: 28e0f377 ("media: stm32-dcmipp: STM32 DCMIPP camera interface driver") Cc: stable@vger.kernel.org Signed-off-by:
Alain Volmat <alain.volmat@foss.st.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Chen Ni authored
Add check for the return value of usb_pipe_endpoint() and usb_submit_urb() in order to catch the errors. Fixes: 15e1ce33 ("[media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb") Signed-off-by:
Chen Ni <nichen@iscas.ac.cn> Link: https://lore.kernel.org/r/20240521091042.1769684-1-nichen@iscas.ac.cn Signed-off-by:
Mauro Carvalho Chehab <mchehab@kernel.org>
-
Suresh Vankadara authored
Add support for the camss driver on the sc7280 soc. Signed-off-by:
Suresh Vankadara <quic_svankada@quicinc.com> Signed-off-by:
Trishansh Bhardwaj <quic_tbhardwa@quicinc.com> Signed-off-by:
Vikram Sharma <quic_vikramsa@quicinc.com> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Tested-by:
Luca Weiss <luca.weiss@fairphone.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Vikram Sharma authored
Sort CAMSS version enums and compatible strings alphanumerically. Signed-off-by:
Suresh Vankadara <quic_svankada@quicinc.com> Signed-off-by:
Trishansh Bhardwaj <quic_tbhardwa@quicinc.com> Signed-off-by:
Vikram Sharma <quic_vikramsa@quicinc.com> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Vikram Sharma authored
Add bindings for qcom,sc7280-camss to support the camera subsystem on the SC7280 platform. Signed-off-by:
Suresh Vankadara <quic_svankada@quicinc.com> Signed-off-by:
Trishansh Bhardwaj <quic_tbhardwa@quicinc.com> Signed-off-by:
Vikram Sharma <quic_vikramsa@quicinc.com> Reviewed-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
- Dec 11, 2024
-
-
Oliver Neukum authored
In case of a timeout the IO must be cancelled or the next IO using the URB will fail and/or overwrite an operational URB. The automatic bisection fails because it arrives at a commit that correctly lets the test case run without an error. Signed-off-by:
Oliver Neukum <oneukum@suse.com> Fixes: e99a7cfe ("[media] iguanair: reuse existing urb callback for command responses") Reported-by:
<syzbot+ffba8e636870dac0e0c0@syzkaller.appspotmail.com> Closes: https://lore.kernel.org/all/66f5cc9a.050a0220.46d20.0004.GAE@google.com/ Tested-by:
<syzbot+ffba8e636870dac0e0c0@syzkaller.appspotmail.com> Signed-off-by:
Sean Young <sean@mess.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Wolfram Sang authored
The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by:
Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by:
Sean Young <sean@mess.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Sean Young authored
There is no need to pass constants via stack. The width may be explicitly specified in the format. Signed-off-by:
Sean Young <sean@mess.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Sean Young authored
There is no need to pass constants via stack. The width may be explicitly specified in the format. Signed-off-by:
Sean Young <sean@mess.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Dr. David Alan Gilbert authored
cx18_reset_ir_gpio() has been unused in tree since 2009 commit eefe1010 ("V4L/DVB (10759): cx18: Convert GPIO connected functions to act as v4l2_subdevices") It has a comment saying it's exported for use by 'lirc_pvr150' but I don't see any sign of it in the lirc git, and I see it removed support for lirc_i2c.c 'Flavors of the Hauppage PVR-150...' in 2014. Remove it. Signed-off-by:
Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by:
Sean Young <sean@mess.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
- Dec 06, 2024
-
-
Jacopo Mondi authored
There apparently is no reason to require 3 queued buffers to call streamon() for the RkISP1 as the driver operates with a scratch buffer where frames can be directed to if there's no available buffer provided by userspace. Reduce the number of required buffers to 1 to allow applications to operate with a single queued buffer. Tested with libcamera, by operating with a single capture request. The same request (and associated capture buffer) gets recycled once completed. This of course causes a frame rate drop but doesn't hinder operations. Signed-off-by:
Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/20241007124225.63463-1-jacopo.mondi@ideasonboard.com Signed-off-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
Dheeraj Reddy Jonnalagadda authored
This commit fixes an unused value issue detected by Coverity (CID 1519008). The error condition for the invalid MIPI CSI-2 is not properly handled as the break statement would only exit the switch block and not the entire loop. Fix this by breaking from the look immediately after the switch block when an error occurs. Signed-off-by:
Dheeraj Reddy Jonnalagadda <dheeraj.linuxdev@gmail.com> Fixes: 7d4f126f ("media: rkisp1: Make the internal CSI-2 receiver optional") Reviewed-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by:
Jacopo Mondi <jacopo.mondi@ideasonboard.com> Link: https://lore.kernel.org/r/20241119072653.72260-1-dheeraj.linuxdev@gmail.com Signed-off-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-
- Dec 04, 2024
-
-
Vladimir Zapolskiy authored
Qualcomm IP catalog says that all CAMSS interrupts are edge rising, fix it in the documented example from CAMSS device tree bindings for SM8250 SoC. Fixes: 46f8ac84 ("media: dt-bindings: media: camss: Add qcom,sm8250-camss binding") Signed-off-by:
Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Acked-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Vladimir Zapolskiy authored
Qualcomm IP catalog says that all CAMSS interrupts are edge rising, fix it in the documented example from CAMSS device tree bindings for sdm845 SoC. Fixes: d1d5ce26 ("media: dt-bindings: media: camss: Add qcom,sdm845-camss binding") Signed-off-by:
Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Acked-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Vladimir Zapolskiy authored
Qualcomm IP catalog says that all CAMSS interrupts are edge rising, fix it in the documented example from CAMSS device tree bindings for sc8280xp SoC. Fixes: bc5191e5 ("media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding") Signed-off-by:
Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Acked-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Caleb Connolly authored
Add documentation for struct csiphy_lanes_cfg. Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by:
David Heidelberg <david@ixit.cz> Acked-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl> [hverkuil: added missing commit description]
-
Vikram Sharma authored
Refactor the camss_link_entities function by breaking it down into three distinct functions. Each function will handle the linking of a specific entity separately. SC7280 and later targets mandates for 1:1 linking for csid -> vfe. i.e. csid0 can be mapped to vfe0 only. Signed-off-by:
Suresh Vankadara <quic_svankada@quicinc.com> Signed-off-by:
Trishansh Bhardwaj <quic_tbhardwa@quicinc.com> Signed-off-by:
Vikram Sharma <quic_vikramsa@quicinc.com> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Vikram Sharma authored
Introducing a new function camss_link_err to avoid repition of same error message, improving code maintainability. Signed-off-by:
Vikram Sharma <quic_vikramsa@quicinc.com> Reviewed-by:
Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
- Dec 03, 2024
-
-
Paul Kocialkowski authored
Update my email address as I am no longer working at Bootlin and have started my own consulting company: sys-base. Signed-off-by:
Paul Kocialkowski <paulk@sys-base.io> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
- Dec 02, 2024
-
-
Martin Tůma authored
Do not define stuff used in a single source file in a global header. Do not mix defines with "bare" values in the initialization. Signed-off-by:
Martin Tůma <martin.tuma@digiteqautomotive.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-
Martin Tůma authored
Unify the names of HW hsync/vsync registers between the inputs and outputs. Signed-off-by:
Martin Tůma <martin.tuma@digiteqautomotive.com> Signed-off-by:
Hans Verkuil <hverkuil@xs4all.nl>
-