Module Name: src Committed By: mrg Date: Wed Mar 3 03:48:40 UTC 2010
Modified Files: src/sys/external/bsd/drm/dist/bsd-core: radeon_drv.c Log Message: make suspend/resume actually work: - we have to DRM_LOCK()/DRM_UNLOCK(), thus s/rad_dev/dev/ in a variable name - only call into radeon_cp_{stop,resume}() if the device is active with this my nforce4 dual core amd system is able to suspend/resume with both X and drm active. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm/dist/bsd-core/radeon_drv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.