Re: [PATCH] drm/amdgpu: suppress the compile warning about 64 bit type

2022-05-31 Thread Michel Dänzer
On 2022-05-30 09:06, Evan Quan wrote: > Suppress the compile warning below: > drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1292 > gfx_v11_0_rlc_backdoor_autoload_copy_ucode() warn: should '1 << id' be a 64 > bit type? > > Reported-by: kernel test robot > Reported-by: Dan Carpenter > Signed-off-by:

Re: [PATCH] drm/amdgpu: suppress the compile warning about 64 bit type

2022-05-30 Thread Christian König
Am 30.05.22 um 09:06 schrieb Evan Quan: Suppress the compile warning below: drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1292 gfx_v11_0_rlc_backdoor_autoload_copy_ucode() warn: should '1 << id' be a 64 bit type? Reported-by: kernel test robot Reported-by: Dan Carpenter Signed-off-by: Evan Quan

RE: [PATCH] drm/amdgpu: suppress the compile warning about 64 bit type

2022-05-30 Thread Chen, Guchun
the compile warning about 64 bit type Suppress the compile warning below: drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1292 gfx_v11_0_rlc_backdoor_autoload_copy_ucode() warn: should '1 << id' be a 64 bit type? Reported-by: kernel test robot Reported-by: Dan Carpenter Signed-off-by: Evan Quan Cha

[PATCH] drm/amdgpu: suppress the compile warning about 64 bit type

2022-05-30 Thread Evan Quan
Suppress the compile warning below: drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1292 gfx_v11_0_rlc_backdoor_autoload_copy_ucode() warn: should '1 << id' be a 64 bit type? Reported-by: kernel test robot Reported-by: Dan Carpenter Signed-off-by: Evan Quan Change-Id: