Home
last modified time | relevance | path

Searched refs:count_fbs (Results 1 - 6 of 6) sorted by relevance

/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c245 printf("count_fbs : %i\n", res->count_fbs); in printRes()
293 for (i = 0; i < res->count_fbs; i++) { in printRes()
/third_party/libdrm/
H A Dxf86drmMode.c176 if (res.count_fbs) { in drmModeGetResources()
177 res.fb_id_ptr = VOID2U64(drmMalloc(res.count_fbs*sizeof(uint32_t))); in drmModeGetResources()
204 if (counts.count_fbs < res.count_fbs || in drmModeGetResources()
227 r->count_fbs = res.count_fbs; in drmModeGetResources()
232 r->fbs = drmAllocCpy(U642VOID(res.fb_id_ptr), res.count_fbs, sizeof(uint32_t)); in drmModeGetResources()
236 if ((res.count_fbs && !r->fbs) || in drmModeGetResources()
H A Dxf86drmMode.h75 int count_fbs; member
/third_party/libdrm/tests/modetest/
H A Dmodetest.c110 int count_fbs; member
495 for (i = 0; i < dev->resources->count_fbs; i++) { in dump_framebuffers()
620 res->count_fbs = _res->count_fbs; in get_resources()
625 res->fbs = calloc(res->count_fbs, sizeof(*res->fbs)); in get_resources()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h267 __u32 count_fbs; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h267 __u32 count_fbs; member

Completed in 11 milliseconds