Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/drm
Module Name: src
Committed By: jmcneill
Date: Sun May 4 20:09:32 UTC 2008
Modified Files:
src/sys/dev/drm: drmP.h drm_bufs.c drm_vm.c
Log Message:
For _DRM_SHM allocations, do not use the VA as drm_map handle on x86_64
since udv_attach will not accept a larger offset than signed 64-bit will
provide. Not the best fix, but good enough for now -- at least an X server
will now startup and get proper mappings.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/dev/drm/drmP.h
cvs rdiff -r1.6 -r1.7 src/sys/dev/drm/drm_bufs.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/drm/drm_vm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index