Searched refs:gbm_device_fd (Results 1 – 2 of 2) sorted by relevance
376 int gbm_device_fd; member417 int gbm_device_fd; member891 bool alloc_map_gbm_memory(OMX_U32 w,OMX_U32 h,int gbm_device_fd,
766 drv_ctx.gbm_device_fd = -1; in omx_vdec()3731 drv_ctx.gbm_device_fd, in use_output_buffer()4481 drv_ctx.gbm_device_fd = open("/dev/dri/renderD128", O_RDWR | O_CLOEXEC); in allocate_output_buffer()4482 if (drv_ctx.gbm_device_fd < 0) { in allocate_output_buffer()4483 … DEBUG_PRINT_ERROR("opening dri device for gbm failed with fd = %d", drv_ctx.gbm_device_fd); in allocate_output_buffer()4566 if(drv_ctx.gbm_device_fd >= 0) { in allocate_output_buffer()4568 close(drv_ctx.gbm_device_fd); in allocate_output_buffer()4569 drv_ctx.gbm_device_fd = -1; in allocate_output_buffer()4615 drv_ctx.gbm_device_fd, in allocate_output_buffer()6822 if (drv_ctx.gbm_device_fd >= 0) { in free_output_buffer_header()[all …]