]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c
Merge tag 'rpmsg-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_fb.c
index e2c2eb45a7934fadaf812b3b7f65c9cdfa3bbbc4..0bf7d36c6686d4543609b1af3bb3e3480c33239f 100644 (file)
@@ -207,6 +207,7 @@ static int amdgpufb_create(struct drm_fb_helper *helper,
        int ret;
        unsigned long tmp;
 
+       memset(&mode_cmd, 0, sizeof(mode_cmd));
        mode_cmd.width = sizes->surface_width;
        mode_cmd.height = sizes->surface_height;
 
This page took 0.0321 seconds and 4 git commands to generate.