Re: [PATCH] drm: Remove PageReserved manipulation from drm_pci_alloc

2020-02-02 Thread Chris Wilson
Quoting Daniel Vetter (2020-02-02 16:43:06) > On Sun, Feb 02, 2020 at 04:10:09PM +, Chris Wilson wrote: > > drm_pci_alloc/drm_pci_free are very thin wrappers around the core dma > > facilities, and we have no special reason within the drm layer to behave > > differently. In particular, since >

Re: [PATCH] drm: Remove PageReserved manipulation from drm_pci_alloc

2020-02-02 Thread Daniel Vetter
On Sun, Feb 02, 2020 at 04:10:09PM +, Chris Wilson wrote: > drm_pci_alloc/drm_pci_free are very thin wrappers around the core dma > facilities, and we have no special reason within the drm layer to behave > differently. In particular, since > > commit de09d31dd38a50fdce106c15abd68432eebbd014 >

[PATCH] drm: Remove PageReserved manipulation from drm_pci_alloc

2020-02-02 Thread Chris Wilson
drm_pci_alloc/drm_pci_free are very thin wrappers around the core dma facilities, and we have no special reason within the drm layer to behave differently. In particular, since commit de09d31dd38a50fdce106c15abd68432eebbd014 Author: Kirill A. Shutemov Date: Fri Jan 15 16:51:42 2016 -0800 p