Re: [PATCH] drm/hisilicon: Add the load and unload for hibmc_driver

2020-03-06 Thread kbuild test robot
Hi Tian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on next-20200305] [cannot apply to linus/master v5.6-rc4 v5.6-rc3 v5.6-rc2 v5.6-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to

答复: [PATCH] drm/hisilicon: Add the load and unload for hibmc_driver

2020-03-06 Thread tiantao (H)
...@linutronix.de; dri-devel@lists.freedesktop.org; xinliang@linaro.org; linux-ker...@vger.kernel.org 抄送: Linuxarm 主题: [PATCH] drm/hisilicon: Add the load and unload for hibmc_driver using the load and unload function provided by drm framework instead of doing the same work in the hibmc_pci_probe and do

[PATCH] drm/hisilicon: Add the load and unload for hibmc_driver

2020-03-06 Thread Tian Tao
using the load and unload function provided by drm framework instead of doing the same work in the hibmc_pci_probe and do some code cleanup. Signed-off-by: Tian Tao Signed-off-by: Gong junjie --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 62 + drivers/gpu/drm/his

Re: [PATCH] drm/hisilicon: Add the load and unload for hibmc_driver

2020-03-05 Thread Thomas Zimmermann
Hi Am 06.03.20 um 04:42 schrieb Tian Tao: > using the load and unload function provided by drm framework instead of > doing the same work in the hibmc_pci_probe and do some code cleanup. > > Signed-off-by: Tian Tao > Signed-off-by: Gong junjie > --- > drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_