/Linux-v6.6/Documentation/filesystems/ |
D | coda.rst | 4 Coda Kernel-Venus Interface 10 Coda -- this document describes the client kernel-Venus interface. 21 named Venus, as well as tools to manipulate ACLs, to log in, etc. The 28 The Venus kernel interface 34 This document describes the communication between Venus and kernel 51 4.1 Data structures shared by the kernel and Venus 99 manager, Venus. 103 operating system. The operating system will communicate with Venus to 104 service the request for the process. Venus manages a persistent 107 requests it receives from the operating system. When Venus has [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/media/ |
D | qcom,sc7180-venus.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml# 7 title: Qualcomm SC7180 Venus video encode and decode accelerators 13 The Venus IP is a video encode and decode accelerator present 17 - $ref: qcom,venus-common.yaml# 21 const: qcom,sc7180-venus 30 - const: venus 68 const: venus-decoder 80 const: venus-encoder 101 venus: video-codec@aa00000 { 102 compatible = "qcom,sc7180-venus"; [all …]
|
D | qcom,sc7280-venus.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,sc7280-venus.yaml# 7 title: Qualcomm SC7280 Venus video encode and decode accelerators 13 The Venus Iris2 IP is a video encode and decode accelerator present 17 - $ref: qcom,venus-common.yaml# 21 const: qcom,sc7280-venus 30 - const: venus 65 const: venus-decoder 77 const: venus-encoder 100 venus: video-codec@aa00000 { 101 compatible = "qcom,sc7280-venus"; [all …]
|
D | qcom,sm8250-venus.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,sm8250-venus.yaml# 7 title: Qualcomm SM8250 Venus video encode and decode accelerators 13 The Venus IP is a video encode and decode accelerator present 17 - $ref: qcom,venus-common.yaml# 21 const: qcom,sm8250-venus 30 - const: venus 71 const: venus-decoder 83 const: venus-encoder 111 venus: video-codec@aa00000 { 112 compatible = "qcom,sm8250-venus"; [all …]
|
D | qcom,sdm845-venus-v2.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml# 7 title: Qualcomm SDM845 Venus v2 video encode and decode accelerators 13 The Venus IP is a video encode and decode accelerator present 17 - $ref: qcom,venus-common.yaml# 21 const: qcom,sdm845-venus-v2 30 - const: venus 60 const: venus-decoder 72 const: venus-encoder 94 compatible = "qcom,sdm845-venus-v2"; 110 power-domain-names = "venus", "vcodec0", "vcodec1"; [all …]
|
D | qcom,msm8916-venus.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml# 7 title: Qualcomm MSM8916 Venus video encode and decode accelerators 13 The Venus IP is a video encode and decode accelerator present 17 - $ref: qcom,venus-common.yaml# 21 const: qcom,msm8916-venus 43 const: venus-decoder 55 const: venus-encoder 76 compatible = "qcom,msm8916-venus"; 88 compatible = "venus-decoder"; 92 compatible = "venus-encoder";
|
D | qcom,sdm845-venus.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml# 7 title: Qualcomm SDM845 Venus video encode and decode accelerators 13 The Venus IP is a video encode and decode accelerator present 17 - $ref: qcom,venus-common.yaml# 21 const: qcom,sdm845-venus 43 const: venus-decoder 69 const: venus-encoder 104 compatible = "qcom,sdm845-venus"; 117 compatible = "venus-decoder"; 125 compatible = "venus-encoder";
|
D | qcom,msm8996-venus.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml# 7 title: Qualcomm MSM8996 Venus video encode and decode accelerators 13 The Venus IP is a video encode and decode accelerator present 17 - $ref: qcom,venus-common.yaml# 21 const: qcom,msm8996-venus 52 const: venus-decoder 77 const: venus-encoder 111 compatible = "qcom,msm8996-venus"; 143 compatible = "venus-decoder"; 150 compatible = "venus-encoder";
|
D | qcom,sdm660-venus.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,sdm660-venus.yaml# 7 title: Qualcomm SDM660 Venus video encode and decode accelerators 14 The Venus IP is a video encode and decode accelerator present 18 - $ref: qcom,venus-common.yaml# 22 const: qcom,sdm660-venus 53 const: venus-decoder 78 const: venus-encoder 112 compatible = "qcom,sdm660-venus"; 147 compatible = "venus-decoder"; 154 compatible = "venus-encoder";
|
D | qcom,venus-common.yaml | 4 $id: http://devicetree.org/schemas/media/qcom,venus-common.yaml# 7 title: Qualcomm SoC Venus Video Encode and Decode Accelerators Common Properties 14 The Venus IP is a video encode and decode accelerator present
|
/Linux-v6.6/drivers/media/platform/qcom/venus/ |
D | Makefile | 2 # Makefile for Qualcomm Venus driver 4 venus-core-objs += core.o helpers.o firmware.o \ 10 venus-dec-objs += vdec.o vdec_ctrls.o 11 venus-enc-objs += venc.o venc_ctrls.o 13 obj-$(CONFIG_VIDEO_QCOM_VENUS) += venus-core.o 14 obj-$(CONFIG_VIDEO_QCOM_VENUS) += venus-dec.o 15 obj-$(CONFIG_VIDEO_QCOM_VENUS) += venus-enc.o
|
D | core.c | 132 err_msg = "boot Venus"; in venus_sys_error_handler() 339 "venus", core); in venus_probe() 552 .fwname = "qcom/venus-1.8/venus.mdt", 585 .fwname = "qcom/venus-4.2/venus.mdt", 648 .fwname = "qcom/venus-4.4/venus.mdt", 693 .fwname = "qcom/venus-5.2/venus.mdt", 708 .vcodec_pmdomains = { "venus", "vcodec0", "vcodec1" }, 723 .fwname = "qcom/venus-5.2/venus.mdt", 757 .vcodec_pmdomains = { "venus", "vcodec0" }, 771 .fwname = "qcom/venus-5.4/venus.mdt", [all …]
|
D | hfi_venus_io.h | 51 /* Venus cpu */ 76 /* Venus wrapper */ 138 /* Venus 4xx */ 145 /* Venus 6xx */ 155 /* Venus AON */
|
D | Kconfig | 2 tristate "Qualcomm Venus V4L2 encoder/decoder driver" 11 This is a V4L2 driver for Qualcomm Venus video accelerator
|
D | core.h | 130 * @irq: Venus irq 144 * @res: a reference to venus resources structure 153 * @state: the state of the venus core 172 * @venus_ver: the venus firmware version
|
/Linux-v6.6/fs/coda/ |
D | upcall.c | 3 * Mostly platform independent upcall operations to Venus: 146 /* send Venus a null terminated string */ in venus_lookup() 217 /* Venus must get null terminated string */ in venus_mkdir() 251 /* Venus must receive an null terminated string */ in venus_rename() 256 /* another null terminated string for Venus */ in venus_rename() 288 /* Venus must get null terminated string */ in venus_create() 486 /* build packet for Venus */ in venus_pioctl() 501 * out before sending the command to Venus. */ in venus_pioctl() 521 pr_warn("%s: Venus returns: %d for %s\n", in venus_pioctl() 638 /* Don't allow signals to interrupt the following upcalls before venus [all …]
|
D | cnode.c | 103 /* We get inode numbers from Venus -- see venus source */ in coda_cnode_make() 166 /* the CONTROL inode is made without asking attributes from Venus */
|
D | coda_psdev.h | 14 /* messages between coda filesystem in kernel and Venus */ 34 wait_queue_head_t vc_waitq; /* Venus wait queue */
|
D | psdev.c | 88 * Receive a message written by Venus to the psdev 132 /* what downcall errors does Venus handle ? */ in coda_psdev_write() 201 * Read a message from the kernel to Venus 246 pr_warn("%s: Venus read %ld bytes of %d in message\n", in coda_psdev_read()
|
/Linux-v6.6/include/uapi/linux/ |
D | coda.h | 136 /* these are to find mode bits in Venus */ 140 /* for access Venus will use */ 229 /* structure used by CODA_STATFS for getting cache information from venus */ 239 * Kernel <--> Venus communications. 286 // CODA_KERNEL_VERSION 1 /* The old venus 4.6 compatible interface */ 293 * Venus <-> Coda RPC arguments 568 /* CODA_INVALIDATE is a venus->kernel call */ 569 /* CODA_FLUSH is a venus->kernel call */ 572 /* CODA_PURGEUSER is a venus->kernel call */ 579 /* CODA_ZAPFILE is a venus->kernel call */ [all …]
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | msm8996-oneplus3t.dts | 48 &venus { 49 firmware-name = "qcom/msm8996/oneplus3t/venus.mbn";
|
D | msm8996-oneplus3.dts | 47 &venus { 48 firmware-name = "qcom/msm8996/oneplus3/venus.mbn";
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ |
D | msm_media_info.h | 19 /* Venus NV12: 57 /* Venus NV21: 94 /* Venus NV12_MVTB: 155 * (1) Venus NV12 UBWC Progressive 156 * (2) Venus NV12 UBWC Interlaced 158 * (1) Venus NV12 UBWC Progressive Buffer Format: 246 * (2) Venus NV12 UBWC Interlaced Buffer Format: 426 /* Venus NV12 10-bit UBWC: 515 /* Venus RGBA8888 format: 542 /* Venus RGBA8888 UBWC format: [all …]
|
/Linux-v6.6/Documentation/admin-guide/media/ |
D | platform-cardlist.rst | 70 venus-enc Qualcomm Venus V4L2 encoder/decoder
|
/Linux-v6.6/drivers/media/platform/qcom/ |
D | Makefile | 3 obj-y += venus/
|