Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_ROCKCHIP_GEM_GET_PHYS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/
H A Ddrm_alloc.cpp45 #define DRM_IOCTL_ROCKCHIP_GEM_GET_PHYS DRM_IOWR(DRM_COMMAND_BASE + \ macro
201 int ret = drmIoctl_func(drm_fd, DRM_IOCTL_ROCKCHIP_GEM_GET_PHYS, &phys_arg); in drm_buf_get_phy()
/OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/
H A Ddrm_alloc.cpp45 #define DRM_IOCTL_ROCKCHIP_GEM_GET_PHYS DRM_IOWR(DRM_COMMAND_BASE + \ macro
200 int ret = drmIoctl_func(drm_fd, DRM_IOCTL_ROCKCHIP_GEM_GET_PHYS, &phys_arg); in drm_buf_get_phy()
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Drockchip_drm.h132 #define DRM_IOCTL_ROCKCHIP_GEM_GET_PHYS DRM_IOWR(DRM_COMMAND_BASE + \ macro