Re: [PATCH] drm/amdgpu: fix incompatible types in conditional expression

2023-09-05 Thread Alex Deucher
On Mon, Sep 4, 2023 at 1:00 AM Lang Yu wrote: > > Fixes: ab041551f4a7 ("drm/amdgpu: add VPE 6.1.0 support") > > Signed-off-by: Lang Yu > Reported-by: kernel test robot > Link: > https://lore.kernel.org/oe-kbuild-all/202309020608.fwp8qmht-...@intel.com Reviewed-by: Alex Deucher > --- >

Re: [PATCH] drm/amdgpu: fix incompatible types in conditional expression

2023-09-05 Thread Chiu, Solomon
Subject: [PATCH] drm/amdgpu: fix incompatible types in conditional expression Fixes: ab041551f4a7 ("drm/amdgpu: add VPE 6.1.0 support") Signed-off-by: Lang Yu Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202309020608.fwp8qmht-...@intel.com --- drivers/g

[PATCH] drm/amdgpu: fix incompatible types in conditional expression

2023-09-03 Thread Lang Yu
Fixes: ab041551f4a7 ("drm/amdgpu: add VPE 6.1.0 support") Signed-off-by: Lang Yu Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202309020608.fwp8qmht-...@intel.com --- drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.h | 2 +- drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c | 4 +++-