[PATCH] drm/ttm: use phys_addr_t for ttm_bus_placement

2016-04-01 Thread Christian König
Am 01.04.2016 um 17:02 schrieb Alex Deucher: > Fixes ttm on platforms like PPC460 where the CPU > is in 32-bit mode, but the physical addresses are >> 32 bits. > Extracted from a patch by Hans. > > Cc: Thomas Hellstrom > Cc: Julian Margetson > Cc: Hans Verkuil > Signed-off-by: Alex Deucher

[PATCH] drm/ttm: use phys_addr_t for ttm_bus_placement

2016-04-01 Thread Thomas Hellstrom
Acked-by: Thomas Hellstrom On 04/01/2016 06:31 PM, Julian Margetson wrote: > On 4/1/2016 11:02 AM, Alex Deucher wrote: >> Fixes ttm on platforms like PPC460 where the CPU >> is in 32-bit mode, but the physical addresses are >>> 32 bits. >> Extracted from a patch by Hans. >> >> Cc: Thomas

[PATCH] drm/ttm: use phys_addr_t for ttm_bus_placement

2016-04-01 Thread Julian Margetson
On 4/1/2016 11:02 AM, Alex Deucher wrote: > Fixes ttm on platforms like PPC460 where the CPU > is in 32-bit mode, but the physical addresses are >> 32 bits. > Extracted from a patch by Hans. > > Cc: Thomas Hellstrom > Cc: Julian Margetson > Cc: Hans Verkuil > Signed-off-by: Alex Deucher > ---

[PATCH] drm/ttm: use phys_addr_t for ttm_bus_placement

2016-04-01 Thread Alex Deucher
Fixes ttm on platforms like PPC460 where the CPU is in 32-bit mode, but the physical addresses are >32 bits. Extracted from a patch by Hans. Cc: Thomas Hellstrom Cc: Julian Margetson Cc: Hans Verkuil Signed-off-by: Alex Deucher --- include/drm/ttm/ttm_bo_api.h | 2 +- 1 file changed, 1