commit | 2ff2e8a3e1898e692b604424c384f134009dea80 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue May 26 10:35:52 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jun 11 16:15:29 2009 +1000 |
tree | 7eab469b77ef1635ea144baaf3202dffc6bd8d51 | |
parent | b798b1fe3b6436275ad1b517a6823d55e3b75c22 [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>