Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_GET_CLIENT (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c168 if (ioctl(tdrm_fd, DRM_IOCTL_GET_CLIENT)) in main()
378 if (ioctl(tdrm_fd, DRM_IOCTL_GET_CLIENT, &client)) in main()
/third_party/libdrm/amdgpu/
Damdgpu_device.c89 r = drmIoctl(fd, DRM_IOCTL_GET_CLIENT, &client); in amdgpu_get_auth()
/third_party/libdrm/include/drm/
Ddrm.h965 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client) macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h965 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client) macro
/third_party/libdrm/
Dxf86drm.c2843 if (drmIoctl(fd, DRM_IOCTL_GET_CLIENT, &client)) in drmGetClient()