Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Ddri_amd64.const55 DRM_IOCTL_SG_ALLOC = 3222299704
Ddri_ppc64le.const55 DRM_IOCTL_SG_ALLOC = 3222299704
Ddri_arm.const55 DRM_IOCTL_SG_ALLOC = 3221775416
Ddri_arm64.const55 DRM_IOCTL_SG_ALLOC = 3222299704
Ddri_386.const55 DRM_IOCTL_SG_ALLOC = 3221775416
Ddri.txt59 ioctl$DRM_IOCTL_SG_ALLOC(fd fd_dri, cmd const[DRM_IOCTL_SG_ALLOC], arg ptr[in, drm_scatter_gather])
/external/strace/
Dioctl_redefs2.h365 #ifdef DRM_IOCTL_SG_ALLOC
366 # undef DRM_IOCTL_SG_ALLOC
367 # define DRM_IOCTL_SG_ALLOC 0xc0086438 macro
Dioctl_redefs1.h421 #ifdef DRM_IOCTL_SG_ALLOC
422 # undef DRM_IOCTL_SG_ALLOC
423 # define DRM_IOCTL_SG_ALLOC 0xc0086438 macro
/external/libdrm/include/drm/
Ddrm.h833 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
/external/mesa3d/include/drm-uapi/
Ddrm.h833 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
/external/kernel-headers/original/uapi/drm/
Ddrm.h855 #define DRM_IOCTL_SG_ALLOC DRM_IOWR(0x38, struct drm_scatter_gather) macro
/external/libdrm/
Dxf86drm.c2116 if (drmIoctl(fd, DRM_IOCTL_SG_ALLOC, &sg)) in drmScatterGatherAlloc()