Re: [PATCH] drm/ttm: merge offset and base in ttm_bus_placement

2020-09-07 Thread Nirmoy
Acked-by: Nirmoy Das On 9/7/20 2:05 PM, Christian König wrote: This is used by TTM to communicate the physical address which should be used with ioremap(), ioremap_wc(). We don't need to separate the base and offset in any way here. Signed-off-by: Christian König --- drivers/gpu/drm/amd/am

[PATCH] drm/ttm: merge offset and base in ttm_bus_placement

2020-09-07 Thread Christian König
This is used by TTM to communicate the physical address which should be used with ioremap(), ioremap_wc(). We don't need to separate the base and offset in any way here. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c| 7 --- drivers/gpu/drm/drm_gem_ttm_helper