Le 24/01/2015 18:15, Boris Brezillon a écrit :
> Hi Guenter,
>
> On Fri, 23 Jan 2015 12:44:10 -0800
> Guenter Roeck wrote:
>
>> On 01/23/2015 12:03 PM, Boris Brezillon wrote:
>>> The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of
>>> symbols only available when HAVE_DMA_ATTRS
Hi Guenter,
On Fri, 23 Jan 2015 12:44:10 -0800
Guenter Roeck wrote:
> On 01/23/2015 12:03 PM, Boris Brezillon wrote:
> > The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of
> > symbols only available when HAVE_DMA_ATTRS is selected.
> > Add a dependency on the ARM architecture w
The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of
symbols only available when HAVE_DMA_ATTRS is selected.
Add a dependency on the ARM architecture which select this option.
Signed-off-by: Boris Brezillon
---
drivers/gpu/drm/atmel-hlcdc/Kconfig | 2 +-
1 file changed, 1 inserti
On 01/23/2015 12:03 PM, Boris Brezillon wrote:
> The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of
> symbols only available when HAVE_DMA_ATTRS is selected.
> Add a dependency on the ARM architecture which select this option.
>
> Signed-off-by: Boris Brezillon
> ---
> drivers/