mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-24 04:40:45 +02:00
This patch to libdrm adds support for the new execbuf2 ioctl. If detected, it will be used instead of the old ioctl. By using the new drm_intel_bufmgr_gem_enable_fenced_relocs(), you can indicate that any time a fence register is actually required for a relocation target you will call drm_intel_bo_emit_reloc_fence instead of drm_intel_bo_emit_reloc, which will reduce fence register pressure. Signed-off-by: Eric Anholt <eric@anholt.net> |
||
|---|---|---|
| .. | ||
| drm.h | ||
| drm_mode.h | ||
| drm_sarea.h | ||
| i810_drm.h | ||
| i830_drm.h | ||
| i915_drm.h | ||
| mach64_drm.h | ||
| Makefile.am | ||
| mga_drm.h | ||
| nouveau_drm.h | ||
| r128_drm.h | ||
| radeon_drm.h | ||
| savage_drm.h | ||
| sis_drm.h | ||
| via_drm.h | ||
| vmwgfx_drm.h | ||