diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2020-08-12 09:42:59 +0200 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2020-08-12 10:27:18 +0200 |
commit | 13b0d4a9ae0c2d650993c48be797992eaf621332 (patch) | |
tree | 2ed1b7d54c2e6fb3e9d50d11cbca386ac8bc6024 /drivers/gpu/drm/nouveau/nouveau_ttm.c | |
parent | drm/hisilicon: Remove the unused include statements (diff) | |
download | linux-13b0d4a9ae0c2d650993c48be797992eaf621332.tar.xz linux-13b0d4a9ae0c2d650993c48be797992eaf621332.zip |
drm/hisilicon: Code refactoring for hibmc_drv_de
The memory used to be allocated with devres helpers and released
automatically. In rare circumstances, the memory's release could
have happened before the DRM device got released, which would have
caused memory corruption of some kind. Now we're embedding the data
structures in struct hibmc_drm_private. The whole release problem
has been resolved, because struct hibmc_drm_private is allocated
with drmm_kzalloc and always released with the DRM device.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/1597218179-3938-3-git-send-email-tiantao6@hisilicon.com
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_ttm.c')
0 files changed, 0 insertions, 0 deletions