Re: [PATCH v2 02/10] drm: omapdrm: Rename occurrences of paddr to dma_addr

2017-04-24 Thread Tomi Valkeinen
On 21/04/17 00:33, Laurent Pinchart wrote: > The fields, variables and functions deal with DMA addresses, name them > accordingly. The omap_gem_get_paddr() and omap_gem_put_paddr() will be > addressed differently separately. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/omapdrm/oma

[PATCH v2 02/10] drm: omapdrm: Rename occurrences of paddr to dma_addr

2017-04-20 Thread Laurent Pinchart
The fields, variables and functions deal with DMA addresses, name them accordingly. The omap_gem_get_paddr() and omap_gem_put_paddr() will be addressed differently separately. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.h| 6 +-- drivers/gpu/drm/omapdrm/omap_fb.