mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 01:28:04 +00:00

Implement the vb2 ops for the buf queue. These are the different buffer attributes: BUF_ATTR_DEFERRED - buffer queued by the client but not submitted to firmware. BUF_ATTR_PENDING_RELEASE - buffers requested to be released from the firmware. BUF_ATTR_QUEUED - buffers submitted to the firmware. BUF_ATTR_DEQUEUED - buffers received from the firmware. BUF_ATTR_BUFFER_DONE - buffers sent back to vb2. Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Tested-by: Stefan Schmidt <stefan.schmidt@linaro.org> # x1e80100 (Dell XPS 13 9345) Reviewed-by: Stefan Schmidt <stefan.schmidt@linaro.org> Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8550-QRD Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8550-HDK Signed-off-by: Dikshita Agarwal <quic_dikshita@quicinc.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
14 lines
518 B
Plaintext
14 lines
518 B
Plaintext
config VIDEO_QCOM_IRIS
|
|
tristate "Qualcomm iris V4L2 decoder driver"
|
|
depends on VIDEO_DEV
|
|
depends on ARCH_QCOM || COMPILE_TEST
|
|
select V4L2_MEM2MEM_DEV
|
|
select QCOM_MDT_LOADER if ARCH_QCOM
|
|
select QCOM_SCM
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
help
|
|
This is a V4L2 driver for Qualcomm iris video accelerator
|
|
hardware. It accelerates decoding operations on various
|
|
Qualcomm SoCs.
|
|
To compile this driver as a module choose m here.
|