On Thu, Nov 16, 2017 at 12:31 PM, Christian König <[email protected]> wrote: > Fixing warning/compile errors on 32bit kernels. > > Signed-off-by: Christian König <[email protected]>
Acked-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h > b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h > index f15e319580ec..5eb1a6800f72 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h > @@ -39,7 +39,7 @@ struct amdgpu_gart_funcs; > #define AMDGPU_GPU_PAGE_ALIGN(a) (((a) + AMDGPU_GPU_PAGE_MASK) & > ~AMDGPU_GPU_PAGE_MASK) > > struct amdgpu_gart { > - dma_addr_t table_addr; > + u64 table_addr; > struct amdgpu_bo *robj; > void *ptr; > unsigned num_gpu_pages; > -- > 2.11.0 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
