Re: [PATCH] drm/gem-cma-helper: Change the level of the allocation failure message

2017-10-05 Thread Eric Engestrom
On Thursday, 2017-10-05 10:57:47 +0200, Boris Brezillon wrote: > On Thu, 5 Oct 2017 09:48:24 +0100 > Eric Engestrom wrote: > > > On Wednesday, 2017-10-04 22:28:54 +, Eric Anholt wrote: > > > Boris Brezillon writes: > > > > > > > drm_gem_cma_create() prints an error message when dma_alloc_

Re: [PATCH] drm/gem-cma-helper: Change the level of the allocation failure message

2017-10-05 Thread Boris Brezillon
On Thu, 5 Oct 2017 09:48:24 +0100 Eric Engestrom wrote: > On Wednesday, 2017-10-04 22:28:54 +, Eric Anholt wrote: > > Boris Brezillon writes: > > > > > drm_gem_cma_create() prints an error message when dma_alloc_wc() fails to > > > allocate the amount of memory we requested. This can lead

Re: [PATCH] drm/gem-cma-helper: Change the level of the allocation failure message

2017-10-05 Thread Eric Engestrom
On Wednesday, 2017-10-04 22:28:54 +, Eric Anholt wrote: > Boris Brezillon writes: > > > drm_gem_cma_create() prints an error message when dma_alloc_wc() fails to > > allocate the amount of memory we requested. This can lead to annoying > > error messages when CMA is only one possible source o

Re: [PATCH] drm/gem-cma-helper: Change the level of the allocation failure message

2017-10-04 Thread Eric Anholt
Boris Brezillon writes: > drm_gem_cma_create() prints an error message when dma_alloc_wc() fails to > allocate the amount of memory we requested. This can lead to annoying > error messages when CMA is only one possible source of memory for the BO > allocation. > > Turn this error message into a d

Re: [PATCH] drm/gem-cma-helper: Change the level of the allocation failure message

2017-10-04 Thread Daniel Vetter
On Wed, Oct 04, 2017 at 03:08:39PM +0200, Boris Brezillon wrote: > drm_gem_cma_create() prints an error message when dma_alloc_wc() fails to > allocate the amount of memory we requested. This can lead to annoying > error messages when CMA is only one possible source of memory for the BO > allocatio

[PATCH] drm/gem-cma-helper: Change the level of the allocation failure message

2017-10-04 Thread Boris Brezillon
drm_gem_cma_create() prints an error message when dma_alloc_wc() fails to allocate the amount of memory we requested. This can lead to annoying error messages when CMA is only one possible source of memory for the BO allocation. Turn this error message into a debug one and add a __must_check speci