Home
last modified time | relevance | path

Searched refs:count_fbs (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/libdrm/libdrm/
Dxf86drmMode.c146 if (res.count_fbs) in drmModeGetResources()
147 res.fb_id_ptr = VOID2U64(drmMalloc(res.count_fbs*sizeof(uint32_t))); in drmModeGetResources()
172 r->count_fbs = res.count_fbs; in drmModeGetResources()
177 r->fbs = drmAllocCpy(U642VOID(res.fb_id_ptr), res.count_fbs, sizeof(uint32_t)); in drmModeGetResources()
Dxf86drmMode.h159 int count_fbs; member
/hardware/intel/img/libdrm/tests/modeprint/
Dmodeprint.c242 printf("count_fbs : %i\n", res->count_fbs); in printRes()
290 for (i = 0; i < res->count_fbs; i++) { in printRes()
/hardware/intel/img/libdrm/shared-core/
Ddrm_mode.h103 __u32 count_fbs; member
/hardware/intel/img/libdrm/tests/modetest/
Dmodetest.c244 for (i = 0; i < resources->count_fbs; i++) { in dump_framebuffers()