HomeSort by: relevance | last modified time | path
    Searched refs:ihandle (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_bo_helper.c 408 int ihandle = (int)(long)fd_handle; local
412 if (ihandle == -1)
430 data.fd = ihandle;
461 pixmap_buffer = amdgpu_gem_bo_open_prime(pAMDGPUEnt->pDev, ihandle, size);
466 close(ihandle);
amdgpu_glamor.c 406 int ihandle = (int)(long)handle; local
414 if (ihandle != -1 &&
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_bo_helper.c 457 int ihandle = (int)(long)fd_handle; local
461 if (ihandle == -1)
480 data.fd = ihandle;
506 bo->bo.radeon = radeon_gem_bo_open_prime(info->bufmgr, ihandle, size);
537 close(ihandle);
radeon_exa.c 299 int ihandle = (int)(long)fd_handle; local
304 driver_priv->shared = ihandle != -1;
radeon_glamor.c 419 int ihandle = (int)(long)handle; local
424 if (ihandle != -1 &&
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_exa.c 185 int ihandle = (int)(long)(handle); local
187 ret = nouveau_bo_prime_handle_ref(pNv->dev, ihandle, &bo);
189 ErrorF("failed to get BO with handle %d\n", ihandle);
194 close(ihandle);
  /xsrc/external/mit/xorg-server/dist/dix/
pixmap.c 137 int ihandle = -1; local
139 pScreen->SetSharedPixmapBacking(secondary_pixmap, ((void *)(long)ihandle));
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_uxa.c 1193 int ihandle = (int)(long)fd_handle; local
1196 bo = drm_intel_bo_gem_create_from_prime(intel->bufmgr, ihandle, 0);
1201 close(ihandle);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_uxa.c 1164 int ihandle = (int)(long)fd_handle; local
1167 bo = drm_intel_bo_gem_create_from_prime(intel->bufmgr, ihandle, 0);
1172 close(ihandle);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
driver.c 1693 int ihandle = (int) (long) fd_handle; local
1695 if (ihandle == -1)
1697 return drmmode_SetSlaveBO(ppix, &ms->drmmode, ihandle, 0, 0);
1700 ret = ms->glamor.back_pixmap_from_fd(ppix, ihandle,
1708 ret = drmmode_SetSlaveBO(ppix, &ms->drmmode, ihandle, ppix->devKind, size);

Completed in 22 milliseconds