Home
last modified time | relevance | path

Searched refs:RGA2_GET_VERSION (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga_ioctl.h58 #define RGA2_GET_VERSION 0x601b macro
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h55 #define RGA2_GET_VERSION 0x601b macro
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h21 #define RGA2_GET_VERSION 0x601b macro
H A Drga2_drv.c124 case RGA2_GET_VERSION: in rga2_get_cmd_mode_str()
1385 case RGA2_GET_VERSION: in rga_ioctl()
1529 case RGA2_GET_VERSION: in compat_rga_ioctl()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h30 #define RGA2_GET_VERSION 0x601b macro
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c975 case RGA2_GET_VERSION: in rga_ioctl()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_FAQ_RGA_CN.md459 rga2: cmd is RGA2_GET_VERSION //获取版本号功能,每个进程第一次调用librga时会查询硬件版本。
H A DRockchip_FAQ_RGA_EN.md454 …rga2: cmd is RGA2_GET_VERSION //Get version number, which queries hardware version the first…
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp108 ret = ioctl(fd, RGA2_GET_VERSION, ctx->mHwVersions.version[0].str); in NormalRgaOpen()