drm: Unamp the entire device address space on device unplug
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Mon, 18 Jan 2021 21:01:11 +0000 (16:01 -0500)
committerChristian König <christian.koenig@amd.com>
Tue, 19 Jan 2021 09:22:14 +0000 (10:22 +0100)
commitb9d4efa8f9a26428d8d9bace9ce0f988ab28431b
tree3e8e5c5aea8ff87a418f8bbd999f5cf4e22b3500
parent36b73b051c41c1c1a4fd543faed1ceeca1c2bce3
drm: Unamp the entire device address space on device unplug

Invalidate all BOs CPU mappings once device is removed.

v3: Move the code from TTM into drm_dev_unplug

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/414809/
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/drm_drv.c