diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-10-07 13:08:38 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-10-07 13:08:38 -0700 |
commit | fe85ec34ec2b58188633dac4464a1e9e9977652b (patch) | |
tree | dfe54572801d16f6c1f3749c478d2526dda9e2b4 /hw/xfree86/loader | |
parent | 94919480d8bb66e1807b4fe87b8f326ef6e012c6 (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.c | 2 |
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) |