| /OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/include/ |
| H A D | drm_alloc.h | 26 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 32 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | drm_alloc.h | 26 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 32 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| H A D | rga_im2d_slt.cpp | 252 … &drm_src.actual_size, IM2D_SLT_BUFFER_PHY_EN ? ROCKCHIP_BO_CONTIG : 0); in pthread_rga_run() 255 … &drm_dst.actual_size, IM2D_SLT_BUFFER_PHY_EN ? ROCKCHIP_BO_CONTIG : 0); in pthread_rga_run() 271 … &drm_src.actual_size, IM2D_SLT_BUFFER_PHY_EN ? ROCKCHIP_BO_CONTIG : 0); in pthread_rga_run() 274 … &drm_dst.actual_size, IM2D_SLT_BUFFER_PHY_EN ? ROCKCHIP_BO_CONTIG : 0); in pthread_rga_run()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/include/ |
| H A D | drm_func.h | 32 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 38 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/include/ |
| H A D | drm_func.h | 32 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 38 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | rockchip_drm.h | 36 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 46 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | drmrga.h | 88 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 94 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/ |
| H A D | rga_allocator_drm_phy_demo.cpp | 72 src_alloc_flags |= ROCKCHIP_BO_CONTIG; in main() 73 dst_alloc_flags |= ROCKCHIP_BO_CONTIG; in main()
|
| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | drmrga.h | 91 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 97 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | drmrga.h | 91 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 97 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | drmrga.h | 91 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 97 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | drmrga.h | 91 ROCKCHIP_BO_CONTIG = 1 << 0, enumerator 97 ROCKCHIP_BO_MASK = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_CACHABLE |
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.c | 431 rk_obj->flags |= ROCKCHIP_BO_CONTIG; in rockchip_gem_alloc_buf() 435 rk_obj->flags |= ROCKCHIP_BO_CONTIG; in rockchip_gem_alloc_buf() 443 } else if (rk_obj->flags & ROCKCHIP_BO_CONTIG) { in rockchip_gem_alloc_buf() 954 if (!(rk_obj->flags & ROCKCHIP_BO_CONTIG)) { in rockchip_gem_get_phys_ioctl()
|
| H A D | rockchip_drm_self_test.c | 96 buffer->flag = ROCKCHIP_BO_CONTIG; in rockchip_drm_self_test_alloc_buffer()
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 1314 - arg.flags = ROCKCHIP_BO_CONTIG; 1315 + arg.flags = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_ALLOC_KMAP; //ROCKCHIP_BO_ALLOC_KMAP仅与ROCKCHIP_BO_CO…
|
| H A D | Rockchip_FAQ_RGA_EN.md | 1306 - arg.flags = ROCKCHIP_BO_CONTIG; 1307 … arg.flags = ROCKCHIP_BO_CONTIG | ROCKCHIP_BO_ALLOC_KMAP; //ROCKCHIP_BO_ALLOC_KMAP is valid only w…
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_flinger.c | 229 create_buffer->flag = ROCKCHIP_BO_CONTIG; in rk_flinger_alloc_buffer()
|