[PATCH 2/8] drm/amdgpu: fix 32-bit build warning

2018-05-26 Thread Arnd Bergmann
Casting a pointer to a 64-bit type causes a warning on 32-bit targets: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:473:24: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] lower_32_bits((uint64_t)wptr)); ^

Re: drm/amdgpu: Add helper function to get buffer domain

2018-05-26 Thread Deucher, Alexander
Both patches are: Reviewed-by: Alex Deucher From: Sharma, Deepak Sent: Friday, May 25, 2018 8:19:26 PM To: amd-gfx@lists.freedesktop.org; Deucher, Alexander; mic...@daenzer.net; Koenig, Christian Subject: Re: drm/amdgpu: Add helper