[PATCH] drm/hisilicon: Fixed pcie resource conflict using the general API

2020-02-21 Thread Tian Tao
the kernel provide the drm_fb_helper_remove_conflicting_pci_framebuffer to remvoe the pcie resource conflict,there is no need to driver it again. Signed-off-by: Tian Tao --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 22 +- 1 file changed, 5 insertions(+), 17

Re: [PATCH] drm/hisilicon: Fixed pcie resource conflict using the general API

2020-02-21 Thread tiantao (H)
Sorry,my mistake. I sent the wrong patch, please ignore the patch below 在 2020/2/21 16:52, Thomas Zimmermann 写道: Hi Am 21.02.20 um 08:06 schrieb Xinliang Liu: Hi tao, Are you sending a wrong patch? Function hibmc_remove_framebuffers is added by your prior reviewing patch. Please send patch

Re: [PATCH] drm/hisilicon: Fixed pcie resource conflict using the general API

2020-02-21 Thread Xinliang Liu
Hi tao, Are you sending a wrong patch? Function hibmc_remove_framebuffers is added by your prior reviewing patch. Please send patch based on drm-misc-next branch[1] or linux-next. Thanks, -Xinliang [1] https://anongit.freedesktop.org/git/drm-misc.git On Fri, 21 Feb 2020 at 13:56, Tian Tao

Re: [PATCH] drm/hisilicon: Fixed pcie resource conflict using the general API

2020-02-21 Thread Thomas Zimmermann
Hi Am 21.02.20 um 06:55 schrieb Tian Tao: > the kernel provide the drm_fb_helper_remove_conflicting_pci_framebuffer > to remvoe the pcie resource conflict,there is no need to driver it again. > > Signed-off-by: Tian Tao > --- > drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 22

Re: [PATCH] drm/hisilicon: Fixed pcie resource conflict using the general API

2020-02-21 Thread Thomas Zimmermann
Hi Am 21.02.20 um 08:06 schrieb Xinliang Liu: > Hi tao, > Are you sending a wrong patch? > Function hibmc_remove_framebuffers is added by your prior reviewing patch. > Please send patch based on drm-misc-next branch[1] or linux-next. There's drm_fb_helper_remove_conflicting_pci_framebuffers()