linux/drivers/gpu/drm/amd
Shirish S 05794eff1a drm/amdgpu/gmc: fix compiler errors [-Werror,-Wmissing-braces] (V2)
Initializing structures with { } is known to be problematic since
it doesn't necessararily initialize all bytes, in case of padding,
causing random failures when structures are memcmp().

This patch fixes the structure initialisation related compiler
error by memset().

V2: rectified missing piece in coding

Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-01-14 15:04:46 -05:00
..
acp drm/amdgpu: Remove wrapper layer of cgs irq handling 2018-03-21 14:36:58 -05:00
amdgpu drm/amdgpu/gmc: fix compiler errors [-Werror,-Wmissing-braces] (V2) 2019-01-14 15:04:46 -05:00
amdkfd drm/amdgpu: Remove kgd2kfd function pointers 2019-01-14 15:04:29 -05:00
display drm/amd/display: Fix 64-bit division for 32-bit builds 2019-01-14 15:04:45 -05:00
include drm/amdgpu: Remove kgd2kfd function pointers 2019-01-14 15:04:29 -05:00
lib drm/amdgpu: add license to Makefiles 2017-12-07 11:51:10 -05:00
powerplay drm/amd/powerplay: drop the unnecessary uclk hard min setting 2019-01-14 15:04:27 -05:00