summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2008-10-07 13:08:38 -0700
committerAaron Plattner <aplattner@nvidia.com>2008-10-07 13:08:38 -0700
commitfe85ec34ec2b58188633dac4464a1e9e9977652b (patch)
treedfe54572801d16f6c1f3749c478d2526dda9e2b4 /hw/xfree86/loader
parent94919480d8bb66e1807b4fe87b8f326ef6e012c6 (diff)
Revert "Remove unused server state change callbackery" for now.
The nvidia driver currently uses these callbacks to work around problems where RAC will disable access to the hardware at unexpected times. This change restores these hooks until we can come up with a better API for working around RAC. This reverts commit d7c0ba2e9eae7044ef4c31d9c3cbb9a71ee0f9f9. Conflicts: hw/xfree86/loader/xf86sym.c
Diffstat (limited to 'hw/xfree86/loader')
-rw-r--r--hw/xfree86/loader/xf86sym.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c
index 4fc83f219..40b9ba4fb 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -321,6 +321,8 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86IsEntityPrimary)
SYMFUNC(xf86SetOperatingState)
SYMFUNC(xf86FindScreenForEntity)
+ SYMFUNC(xf86RegisterStateChangeNotificationCallback)
+ SYMFUNC(xf86DeregisterStateChangeNotificationCallback)
/* Shared Accel Accessor Functions */
SYMFUNC(xf86GetLastScrnFlag)
SYMFUNC(xf86SetLastScrnFlag)