Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_prop_blob.c268 igt_assert(drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, in prop_tests()
275 igt_assert(drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, in prop_tests()
Dkms_properties.c634 do_ioctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, &properties); in validate_props()
650 do_ioctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, &properties); in validate_props()
669 igt_assert_neq(drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, &properties), 0); in expect_no_props()
Dkms_addfb_basic.c644 igt_assert(drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, in prop_tests()
651 igt_assert(drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, in prop_tests()
/external/strace/
Dioctl_redefs1.h325 #ifdef DRM_IOCTL_MODE_OBJ_GETPROPERTIES
326 # undef DRM_IOCTL_MODE_OBJ_GETPROPERTIES
327 # define DRM_IOCTL_MODE_OBJ_GETPROPERTIES 0xc01c64b9 macro
/external/igt-gpu-tools/include/drm-uapi/
Ddrm.h886 #define DRM_IOCTL_MODE_OBJ_GETPROPERTIES DRM_IOWR(0xB9, struct drm_mode_obj_get_properties) macro
/external/mesa3d/include/drm-uapi/
Ddrm.h920 #define DRM_IOCTL_MODE_OBJ_GETPROPERTIES DRM_IOWR(0xB9, struct drm_mode_obj_get_properties) macro
/external/kernel-headers/original/uapi/drm/
Ddrm.h927 #define DRM_IOCTL_MODE_OBJ_GETPROPERTIES DRM_IOWR(0xB9, struct drm_mode_obj_get_properties) macro
/external/libdrm/include/drm/
Ddrm.h920 #define DRM_IOCTL_MODE_OBJ_GETPROPERTIES DRM_IOWR(0xB9, struct drm_mode_obj_get_properties) macro
/external/libdrm/
Dxf86drmMode.c1139 if (drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, &properties)) in drmModeObjectGetProperties()
1155 if (drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, &properties)) in drmModeObjectGetProperties()