Home
last modified time | relevance | path

Searched full:vivante (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpu/
H A Dvivante,gc.yaml4 $id: http://devicetree.org/schemas/gpu/vivante,gc.yaml#
7 title: Vivante GPU Bindings
9 description: Vivante GPU core devices
16 const: vivante,gc
67 compatible = "vivante,gc";
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dgenerated_static_table_fourcc.h17 { DRM_MODIFIER(VIVANTE, TILED, TILED) },
18 { DRM_MODIFIER(VIVANTE, SUPER_TILED, SUPER_TILED) },
19 { DRM_MODIFIER(VIVANTE, SPLIT_TILED, SPLIT_TILED) },
20 { DRM_MODIFIER(VIVANTE, SPLIT_SUPER_TILED, SPLIT_SUPER_TILED) },
44 { DRM_FORMAT_MOD_VENDOR_VIVANTE, "VIVANTE" },
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A DKconfig4 tristate "ETNAVIV (DRM support for Vivante GPU IP cores)"
16 DRM driver for Vivante GPUs.
H A Detnaviv_drv.c623 for_each_compatible_node(core_node, NULL, "vivante,gc") { in etnaviv_pdev_probe()
678 for_each_compatible_node(np, NULL, "vivante,gc") { in etnaviv_init()
693 * device as the GPU we found. This assumes that all Vivante in etnaviv_init()
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-g2d/
H A DConfig.in17 Userspace 2D libraries for Vivante GPU on i.MX platforms.
27 Copy the Vivante G2D examples to the target.
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx-viv/
H A DConfig.in10 X.Org driver for iMX6 GPU (Vivante)
22 Driver "vivante"
H A Dxdriver_xf86-video-imx-viv.mk8 XDRIVER_XF86_VIDEO_IMX_VIV_SITE = https://source.codeaurora.org/external/imx/xf86-video-imx-vivante
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-gpu-viv/
H A DConfig.in23 Userspace libraries for Vivante GPU on i.MX platforms
90 Copy the Vivante examples to the target.
H A Dimx-gpu-viv.mk93 $(INSTALL) -D -m 0644 $(@D)/gpu-core/etc/Vivante.icd $(TARGET_DIR)/etc/OpenCL/vendors/Vivante.icd
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm_fourcc.h363 /* Vivante framebuffer modifiers */
366 * Vivante 4x4 tiling layout
371 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
374 * Vivante 64x64 super-tiling layout
383 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
386 * Vivante 4x4 tiling layout for dual-pipe
392 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
395 * Vivante 64x64 super-tiling layout for dual-pipe
401 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm_fourcc.h363 /* Vivante framebuffer modifiers */
366 * Vivante 4x4 tiling layout
371 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
374 * Vivante 64x64 super-tiling layout
383 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
386 * Vivante 4x4 tiling layout for dual-pipe
392 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
395 * Vivante 64x64 super-tiling layout for dual-pipe
401 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_fourcc.h450 /* Vivante framebuffer modifiers */
453 * Vivante 4x4 tiling layout
458 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
461 * Vivante 64x64 super-tiling layout
470 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
473 * Vivante 4x4 tiling layout for dual-pipe
479 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
482 * Vivante 64x64 super-tiling layout for dual-pipe
488 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_fourcc.h450 /* Vivante framebuffer modifiers */
453 * Vivante 4x4 tiling layout
458 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
461 * Vivante 64x64 super-tiling layout
470 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
473 * Vivante 4x4 tiling layout for dual-pipe
479 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
482 * Vivante 64x64 super-tiling layout for dual-pipe
488 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_fourcc.h450 /* Vivante framebuffer modifiers */
453 * Vivante 4x4 tiling layout
458 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
461 * Vivante 64x64 super-tiling layout
470 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
473 * Vivante 4x4 tiling layout for dual-pipe
479 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
482 * Vivante 64x64 super-tiling layout for dual-pipe
488 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_fourcc.h531 /* Vivante framebuffer modifiers */
534 * Vivante 4x4 tiling layout
539 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
542 * Vivante 64x64 super-tiling layout
551 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
554 * Vivante 4x4 tiling layout for dual-pipe
560 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
563 * Vivante 64x64 super-tiling layout for dual-pipe
569 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/buildroot/package/freescale-imx/kernel-module-imx-gpu-viv/
H A DConfig.in8 Kernel loadable module for Vivante GPU.
/OK3568_Linux_fs/buildroot/package/gcnano-binaries/
H A DConfig.in25 Driver and libaries for stm vivante gcnano gpu.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp157.dtsi12 compatible = "vivante,gc";
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_fourcc.h593 /* Vivante framebuffer modifiers */
596 * Vivante 4x4 tiling layout
601 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
604 * Vivante 64x64 super-tiling layout
613 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
616 * Vivante 4x4 tiling layout for dual-pipe
622 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
625 * Vivante 64x64 super-tiling layout for dual-pipe
631 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_fourcc.h568 /* Vivante framebuffer modifiers */
571 * Vivante 4x4 tiling layout
576 #define DRM_FORMAT_MOD_VIVANTE_TILED fourcc_mod_code(VIVANTE, 1)
579 * Vivante 64x64 super-tiling layout
588 #define DRM_FORMAT_MOD_VIVANTE_SUPER_TILED fourcc_mod_code(VIVANTE, 2)
591 * Vivante 4x4 tiling layout for dual-pipe
597 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED fourcc_mod_code(VIVANTE, 3)
600 * Vivante 64x64 super-tiling layout for dual-pipe
606 #define DRM_FORMAT_MOD_VIVANTE_SPLIT_SUPER_TILED fourcc_mod_code(VIVANTE, 4)
/OK3568_Linux_fs/buildroot/package/libdrm/
H A DConfig.in75 Install the Etnaviv/Vivante driver using an experimental API.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-imx/
H A DConfig.in25 comment "imxeglvivsink needs the Vivante 3D libraries"
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libsdl2/libsdl2/
H A D0001-sdlchecks.cmake-pass-cflags-to-the-appropriate-cmake.patch7 If egl.pc sets at least two macros as the i.MX Vivante driver does, e.g.:
/OK3568_Linux_fs/buildroot/package/glslsandbox-player/
H A DConfig.in95 bool "Vivante Frame Buffer"
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/
H A Dgen_table_fourcc.py37 …'others': r'^#define DRM_FORMAT_MOD_((?:ARM|SAMSUNG|QCOM|VIVANTE|NVIDIA|BROADCOM|ALLWINNER)\w+)\s',

123