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

2017-10-16 Thread Boris Brezillon
On Thu, 5 Oct 2017 13:29:17 +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 > allocation. Tu

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

2017-10-05 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 debug

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

2017-10-05 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. Signed-off-by: Boris Brezil