Re: [PATCH v2] drm/hisilicon: Add the shutdown for hibmc_pci_driver

2020-06-18 Thread Thomas Zimmermann
Hi Am 16.04.20 um 03:02 schrieb Tian Tao: > add the shutdown function to release the resource. Why is this necessary for hibmc? The other PCI drivers don't require a shutdown method. > > v2: > Remove the unnecessary unmap function. > > Signed-off-by: Tian Tao > Reviewed-by: Sam Ravnborg >

[PATCH v2] drm/hisilicon: Add the shutdown for hibmc_pci_driver

2020-04-16 Thread Tian Tao
add the shutdown function to release the resource. v2: Remove the unnecessary unmap function. Signed-off-by: Tian Tao Reviewed-by: Sam Ravnborg --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git