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
Kconfig -rw-r--r-- 248 bytes
Makefile -rw-r--r-- 992 bytes
af_llc.c -rw-r--r-- 29.2 KB
llc_c_ac.c -rw-r--r-- 35.4 KB
llc_c_ev.c -rw-r--r-- 21.3 KB
llc_c_st.c -rw-r--r-- 149.8 KB
llc_conn.c -rw-r--r-- 25.3 KB
llc_core.c -rw-r--r-- 4.6 KB
llc_if.c -rw-r--r-- 4.4 KB
llc_input.c -rw-r--r-- 5.5 KB
llc_output.c -rw-r--r-- 3.0 KB
llc_pdu.c -rw-r--r-- 10.6 KB
llc_proc.c -rw-r--r-- 6.3 KB
llc_s_ac.c -rw-r--r-- 5.9 KB
llc_s_ev.c -rw-r--r-- 3.5 KB
llc_s_st.c -rw-r--r-- 5.7 KB
llc_sap.c -rw-r--r-- 10.0 KB
llc_station.c -rw-r--r-- 20.7 KB
sysctl_net_llc.c -rw-r--r-- 2.5 KB

back to top