drm/radeon/kms: memset the allocated framebuffer before using it.

This gets rid of some ugliness, we shuold probably find a way
for the GPU to zero this.

Signed-off-by: Dave Airlie <airlied@redhat.com>

+2
+2
drivers/gpu/drm/radeon/radeon_fb.c
··· 574 574 goto out_unref; 575 575 } 576 576 577 + memset_io(fbptr, 0, aligned_size); 578 + 577 579 strcpy(info->fix.id, "radeondrmfb"); 578 580 info->fix.type = FB_TYPE_PACKED_PIXELS; 579 581 info->fix.visual = FB_VISUAL_TRUECOLOR;