mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-22 08:08:11 +02:00
drm_handle_t is defined to be a u32 on linux and a u64 on everything else. This addresses an issue on FreeBSD amd64 where the map offsets may be greater than 32bits. When the handle is cast to 32bit, mmap cannot match the requested map and causes X to crash. This should be a NOOP on linux since drm_handle_t is always 32bit. Signed-off-by: Robert Noland <rnoland@2hip.net> |
||
|---|---|---|
| .. | ||
| intel | ||
| nouveau | ||
| ChangeLog | ||
| libdrm_lists.h | ||
| Makefile.am | ||
| TODO | ||
| xf86drm.c | ||
| xf86drm.h | ||
| xf86drmHash.c | ||
| xf86drmMode.c | ||
| xf86drmMode.h | ||
| xf86drmRandom.c | ||
| xf86drmSL.c | ||
| xf86mm.h | ||