Home
last modified time | relevance | path

Searched refs:drm_gem_close (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/freedreno/drm/
Dmsm_device.c88 struct drm_gem_close close_req = { in msm_device_new()
Dfreedreno_bo.c70 struct drm_gem_close req = { in bo_from_handle()
357 struct drm_gem_close req = { in bo_del()
/third_party/libdrm/etnaviv/
Detnaviv_bo.c51 struct drm_gem_close req = { in bo_del()
85 struct drm_gem_close req = { in bo_from_handle()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c60 struct drm_gem_close req = { in _etna_bo_del()
104 struct drm_gem_close req = { in bo_from_handle()
/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c284 gem_close(int fd, struct drm_gem_close *close) in gem_close()
401 res = gem_close(fd, (struct drm_gem_close*)argp); in ioctl()
/third_party/libdrm/freedreno/
Dfreedreno_bo.c65 struct drm_gem_close req = { in bo_from_handle()
266 struct drm_gem_close req = { in bo_del()
/third_party/libdrm/omap/
Domap_drm.c177 struct drm_gem_close req = { in bo_from_handle()
368 struct drm_gem_close req = { in omap_bo_del()
/third_party/libdrm/tests/radeon/
Drbo.c141 struct drm_gem_close args; in rbo_decref()
/third_party/libdrm/libkms/
Dexynos.c179 struct drm_gem_close arg; in exynos_bo_destroy()
Dnouveau.c177 struct drm_gem_close arg; in nouveau_bo_destroy()
Dradeon.c198 struct drm_gem_close arg; in radeon_bo_destroy()
Dintel.c195 struct drm_gem_close arg; in intel_bo_destroy()
/third_party/mesa3d/include/drm-uapi/
Ddrm.h595 struct drm_gem_close { struct
969 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
/third_party/libdrm/include/drm/
Ddrm.h596 struct drm_gem_close { struct
831 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c61 struct drm_gem_close close = { in anv_gem_close()
336 struct drm_gem_close close; in anv_gem_get_bit6_swizzle()
/third_party/libdrm/exynos/
Dexynos_drm.c179 struct drm_gem_close req = { in exynos_bo_destroy()
/third_party/libdrm/tegra/
Dtegra.c41 struct drm_gem_close args; in drm_tegra_bo_free()
/third_party/mesa3d/src/drm-shim/
Ddevice.c200 struct drm_gem_close *c = arg; in drm_shim_ioctl_gem_close()
/third_party/libdrm/radeon/
Dradeon_bo_gem.c128 struct drm_gem_close args; in bo_unref()
/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.c95 struct drm_gem_close gem_close = { .handle = bo->gem_handle }; in panfrost_bo_free()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c137 struct drm_gem_close c; in bo_free()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c87 struct drm_gem_close args = { in lima_close_kms_handle()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c213 struct drm_gem_close c; in v3d_bo_free()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c316 struct drm_gem_close args; in amdgpu_winsys_unref()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c615 struct drm_gem_close close = { .handle = export->gem_handle }; in bo_close()
626 struct drm_gem_close close = { .handle = bo->gem_handle }; in bo_close()

12