Re: [PATCH 1/2] drm/ttm: Implement and export ttm_dma_page_alloc_enabled

2019-01-28 Thread Koenig, Christian
Am 28.01.19 um 15:21 schrieb Thomas Hellstrom: > On Mon, 2019-01-28 at 14:29 +0100, Thomas Hellström wrote: >> Hi, >> >> On Mon, 2019-01-28 at 12:21 +, Koenig, Christian wrote: >>> Am 25.01.19 um 14:05 schrieb Thomas Hellstrom: The vmwgfx driver needs to know whether the dma page pool is >

Re: [PATCH 1/2] drm/ttm: Implement and export ttm_dma_page_alloc_enabled

2019-01-28 Thread Thomas Hellstrom
On Mon, 2019-01-28 at 14:29 +0100, Thomas Hellström wrote: > Hi, > > On Mon, 2019-01-28 at 12:21 +, Koenig, Christian wrote: > > Am 25.01.19 um 14:05 schrieb Thomas Hellstrom: > > > The vmwgfx driver needs to know whether the dma page pool is > > > enabled > > > to determine whether to refuse

Re: [PATCH 1/2] drm/ttm: Implement and export ttm_dma_page_alloc_enabled

2019-01-28 Thread Thomas Hellstrom
Hi, On Mon, 2019-01-28 at 12:21 +, Koenig, Christian wrote: > Am 25.01.19 um 14:05 schrieb Thomas Hellstrom: > > The vmwgfx driver needs to know whether the dma page pool is > > enabled > > to determine whether to refuse loading if the dma mode logic > > requests coherent memory from the dma p

Re: [PATCH 1/2] drm/ttm: Implement and export ttm_dma_page_alloc_enabled

2019-01-28 Thread Koenig, Christian
Am 25.01.19 um 14:05 schrieb Thomas Hellstrom: > The vmwgfx driver needs to know whether the dma page pool is enabled > to determine whether to refuse loading if the dma mode logic > requests coherent memory from the dma page pool. > > Cc: "Koenig, Christian" > Signed-off-by: Thomas Hellstrom > -