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

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c182 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t)));
183 if (!res.crtc_id_ptr)
210 drmFree(U642VOID(res.crtc_id_ptr));
233 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t));
251 drmFree(U642VOID(res.crtc_id_ptr));
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h264 __u64 crtc_id_ptr; member in struct:drm_mode_card_res
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h235 __u64 crtc_id_ptr; member in struct:drm_mode_card_res
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h264 __u64 crtc_id_ptr; member in struct:drm_mode_card_res

Completed in 9 milliseconds