Home
last modified time | relevance | path

Searched refs:crtc_id_ptr (Results 1 - 3 of 3) sorted by relevance

/third_party/libdrm/
H A Dxf86drmMode.c182 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()
183 if (!res.crtc_id_ptr) in drmModeGetResources()
210 drmFree(U642VOID(res.crtc_id_ptr)); in drmModeGetResources()
233 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()
251 drmFree(U642VOID(res.crtc_id_ptr)); in drmModeGetResources()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h264 __u64 crtc_id_ptr; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h264 __u64 crtc_id_ptr; member

Completed in 7 milliseconds