Searched refs:crtc_id_ptr (Results 1 – 2 of 2) sorted by relevance
149 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()178 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()184 drmFree(U642VOID(res.crtc_id_ptr)); in drmModeGetResources()
100 __u64 crtc_id_ptr; member