diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-08 15:41:35 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-08-19 14:29:41 +1000 |
commit | f336ab76008f66f6153573d1479aeed388d7b08a (patch) | |
tree | 663730d457d336badec1b3b2486f7e047a8ffffe /kernel/time | |
parent | cb6458f97b53d7f73043206c18014b3ca63ac345 (diff) | |
download | linux-f336ab76008f66f6153573d1479aeed388d7b08a.tar.bz2 |
drm: move dev data clearing from drm_setup to lastclose
We kzalloc this structure, and for real kms devices we should never
loose track of things really.
But ums/legacy drivers rely on the drm core to clean up a bit of cruft
between lastclose and firstopen (i.e. when X is being restarted), so
keep this around. But give it a clear drm_legacy_ prefix and
conditionalize the code on !DRIVER_MODESET.
Cc: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'kernel/time')
0 files changed, 0 insertions, 0 deletions