Re: [PATCH 3/5] drm/r128: Wean off drm_pci_alloc

2020-02-03 Thread kbuild test robot
Hi Chris, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on drm-tip/drm-tip drm-exynos/exynos-drm-next linus/master next-20200203] [cannot apply to tegra-drm/drm/tegra/for-next drm/drm-next v5.5] [if your patch is app

Re: [PATCH 3/5] drm/r128: Wean off drm_pci_alloc

2020-02-03 Thread Alex Deucher
On Sun, Feb 2, 2020 at 12:16 PM Chris Wilson wrote: > > drm_pci_alloc is a thin wrapper over dma_coherent_alloc. Ditch the > wrapper and just use the dma routines directly. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/r128/ati_pcigart.c | 32 +++--- > drivers/g

[PATCH 3/5] drm/r128: Wean off drm_pci_alloc

2020-02-02 Thread Chris Wilson
drm_pci_alloc is a thin wrapper over dma_coherent_alloc. Ditch the wrapper and just use the dma routines directly. Signed-off-by: Chris Wilson --- drivers/gpu/drm/r128/ati_pcigart.c | 32 +++--- drivers/gpu/drm/r128/ati_pcigart.h | 2 +- 2 files changed, 17 insertions(+)