Searched refs:crtc_id_ptr (Results 1 – 11 of 11) sorted by relevance
180 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t))); in drmModeGetResources()181 if (!res.crtc_id_ptr) in drmModeGetResources()208 drmFree(U642VOID(res.crtc_id_ptr)); in drmModeGetResources()231 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()249 drmFree(U642VOID(res.crtc_id_ptr)); in drmModeGetResources()
117 __u64 crtc_id_ptr; member
235 __u64 crtc_id_ptr; member
243 __u64 crtc_id_ptr; member
234 __u64 crtc_id_ptr; member
264 __u64 crtc_id_ptr; member
128 crtc_id = u64_to_user_ptr(card_res->crtc_id_ptr); in drm_mode_getresources()