Home
last modified time | relevance | path

Searched refs:DRM_CAP_SYNCOBJ_TIMELINE (Results 1 – 6 of 6) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Dsyncobj_tests.c43 r = drmGetCap(drm_amdgpu[0], DRM_CAP_SYNCOBJ_TIMELINE, &cap); in suite_syncobj_timeline_tests_enable()
/third_party/mesa3d/src/drm-shim/
Ddevice.c185 case DRM_CAP_SYNCOBJ_TIMELINE: in drm_shim_ioctl_get_cap()
/third_party/libdrm/include/drm/
Ddrm.h647 #define DRM_CAP_SYNCOBJ_TIMELINE 0x14 macro
/third_party/mesa3d/include/drm-uapi/
Ddrm.h763 #define DRM_CAP_SYNCOBJ_TIMELINE 0x14 macro
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c39 #define DRM_CAP_SYNCOBJ_TIMELINE 0x14 macro
277 if (drmGetCap(fd, DRM_CAP_SYNCOBJ_TIMELINE, &value)) in has_timeline_syncobj()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c869 anv_gem_get_drm_cap(fd, DRM_CAP_SYNCOBJ_TIMELINE) != 0; in anv_physical_device_try_create()