Home
last modified time | relevance | path

Searched refs:RGA_GET_VERSION (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga.h13 #define RGA_GET_VERSION 0x501b macro
H A Drga_drv.c142 case RGA_GET_VERSION: in rga_get_cmd_mode_str()
1637 case RGA_GET_VERSION: in rga_ioctl()
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga_ioctl.h52 #define RGA_GET_VERSION 0x501b macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Drga.h33 #define RGA_GET_VERSION 0x501b macro
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h49 #define RGA_GET_VERSION 0x501b macro
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h14 #define RGA_GET_VERSION 0x501b macro
H A Drga2_drv.c113 case RGA_GET_VERSION: in rga2_get_cmd_mode_str()
1373 case RGA_GET_VERSION: in rga_ioctl()
1528 case RGA_GET_VERSION: in compat_rga_ioctl()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h27 #define RGA_GET_VERSION 0x501b macro
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c961 case RGA_GET_VERSION: in rga_ioctl()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_Developer_Guide_RGA_CN.md2857 librga:RGA_GET_VERSION:3.02,3.020000 //RGA版本
2877 librga:RGA_GET_VERSION:3.02,3.020000 //RGA版本
3032 librga:RGA_GET_VERSION:3.02,3.020000
H A DRockchip_Developer_Guide_RGA_EN.md2625 librga:RGA_GET_VERSION:3.02,3.020000 //RGA version
2645 librga:RGA_GET_VERSION:3.02,3.020000 //RGA version
2800 librga:RGA_GET_VERSION:3.02,3.020000
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp111 ret = ioctl(fd, RGA_GET_VERSION, ctx->mHwVersions.version[0].str); in NormalRgaOpen()