]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/vmwgfx: Call vmw_driver_{load,unload}() before registering device
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 10 Dec 2019 12:43:22 +0000 (13:43 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 15 Jan 2020 10:46:58 +0000 (11:46 +0100)
commit36891da8de9822a62d79b64f99e73442efbf3f1d
tree264029f86d804f8b09f8d5cb9edef7c7788e7dcc
parentaf4eaf10978e5b14660020f39e619059489cc694
drm/vmwgfx: Call vmw_driver_{load,unload}() before registering device

The load/unload callbacks in struct drm_driver are deprecated. Remove
them and call functions explicitly.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c