Revision 6c51d1cfa0a370b48a157163340190cf5fd2346b authored by Ben Skeggs on 26 May 2009, 00:35:52 UTC, committed by Dave Airlie on 03 June 2009, 23:47:49 UTC
A driver will use the _DRM_DRIVER map flag to indicate that it wants
to be responsible for removing the map itself, bypassing the DRM's
automagic cleanup code.

Since the multi-master changes this has been broken, resulting in some
drivers having their registers unmapped before it's finished with them.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 93c05f2
History
File Mode Size
auth_gss
xprtrdma
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 477 bytes
auth.c -rw-r--r-- 13.3 KB
auth_generic.c -rw-r--r-- 4.7 KB
auth_null.c -rw-r--r-- 2.5 KB
auth_unix.c -rw-r--r-- 5.5 KB
cache.c -rw-r--r-- 30.6 KB
clnt.c -rw-r--r-- 38.1 KB
rpc_pipe.c -rw-r--r-- 22.0 KB
rpcb_clnt.c -rw-r--r-- 23.3 KB
sched.c -rw-r--r-- 25.6 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 6.6 KB
sunrpc_syms.c -rw-r--r-- 1.4 KB
svc.c -rw-r--r-- 28.8 KB
svc_xprt.c -rw-r--r-- 32.5 KB
svcauth.c -rw-r--r-- 3.8 KB
svcauth_unix.c -rw-r--r-- 19.8 KB
svcsock.c -rw-r--r-- 34.7 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.4 KB
xdr.c -rw-r--r-- 27.0 KB
xprt.c -rw-r--r-- 29.6 KB
xprtsock.c -rw-r--r-- 56.8 KB

back to top