Module Name: src Committed By: riastradh Date: Sat Jul 26 07:02:13 UTC 2014
Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Fix radeon framebuffer mmapping. The framebuffer is not a system-RAM-backed, TTM-managed object; rather, it is a VRAM-backed object. So we have to use its bus address, which is a little less sketchy with bus_space_mmap anyway. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/radeon/radeondrmkmsfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.