drm: Replace calls to dma_{alloc,free}_writecombine with dma_{alloc,free}_attrs.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 18 Dec 2013 16:13:02 +0000 (16:13 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 12 May 2014 12:30:54 +0000 (13:30 +0100)
commitea1d09a62d0e993b8848489c4c1869505185e133
tree898a2c637e37893e87d7f25defab206907bea8f9
parentc8aa5a35d792ecd9c23f5974c64a5a2ea555c7e4
drm: Replace calls to dma_{alloc,free}_writecombine with dma_{alloc,free}_attrs.

Only two platforms define the dma_{alloc,free}_writecombine functions, and
those are mostly wrappers around dma_{alloc,free}_attrs with the correct
DMA_ATTRS set for the relevant parameter. Use the base functions directly,
to avoid adding more per-arch function definitions.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
drivers/gpu/drm/drm_gem_cma_helper.c