linux/drivers/gpu/drm/amd
ChenTao 7f6778b114 drm/amdgpu/navi10: fix unsigned comparison with 0
Fixes warning because size is uint32_t and can never be negtative

drivers/gpu/drm/amd/amdgpu/../powerplay/navi10_ppt.c:1296:12: warning:
comparison of unsigned expression < 0 is always false [-Wtype-limits]
   if (size < 0)

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: ChenTao <chentao107@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-05-06 16:51:39 -04:00
..
acp drm: amd/acp: fix broken menu structure 2020-03-13 11:52:35 -04:00
amdgpu drm/amdgpu: Use GEM obj reference for KFD BOs 2020-05-06 16:51:29 -04:00
amdkfd drm/amdkfd: Use a systematic method to calculate queue mask bit 2020-05-01 15:19:08 -04:00
display drm/amd/display: Add dm support for DP 1.4 Compliance edid corruption test 2020-05-06 16:50:25 -04:00
include drm/amd/display: move location of dmub_srv.h file 2020-05-05 13:12:33 -04:00
powerplay drm/amdgpu/navi10: fix unsigned comparison with 0 2020-05-06 16:51:39 -04:00