Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci/drm
Module Name: src
Committed By: drochner
Date: Wed Feb 27 18:01:49 UTC 2008
Modified Files:
src/sys/dev/pci/drm: i915_drv.c
Log Message:
Register a NULL pmf handler, so that the system can suspend.
This is OK because wscons detaches the X server before devices are
suspended, and the X server closes the drm device on detach.
(We could install a suspend handler which just double-checks, but
atm its return value is ignored anyway.)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/drm/i915_drv.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