commit | 6c51d1cfa0a370b48a157163340190cf5fd2346b | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue May 26 10:35:52 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jun 04 09:47:49 2009 +1000 |
tree | 0c77e9df84de710e18a6927e6972af12e3cdfd23 | |
parent | 93c05f222413e3a16e8785f252db4726693abd71 [diff] |
drm: don't associate _DRM_DRIVER maps with a master 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>