Re: [PATCH 1/2] drm: remove usage of drm_pci_alloc/free

2021-04-27 Thread Daniel Vetter
On Thu, Apr 22, 2021 at 07:02:43PM -0700, Joseph Kogut wrote: > Remove usage of legacy dma-api abstraction in preparation for removal > > Signed-off-by: Joseph Kogut > --- > Checkpatch warns here that r128 is marked obsolete, and asks for no > unnecessary modifications. > > This series aims to

[PATCH 1/2] drm: remove usage of drm_pci_alloc/free

2021-04-23 Thread Joseph Kogut
Remove usage of legacy dma-api abstraction in preparation for removal Signed-off-by: Joseph Kogut --- Checkpatch warns here that r128 is marked obsolete, and asks for no unnecessary modifications. This series aims to address the FIXME in drivers/gpu/drm/drm_pci.c explaining that