dde_linux: don't zero out framebuffer of imx8

* On this platform there is no need to zero out the framebuffer
  dataspace, which is already blanked by core
* But it might happen that the GUI server is sending a capture
  event before the zero out happens. Thereby screen content can get
  lost

Fix #3878
This commit is contained in:
Stefan Kalkowski 2020-09-08 10:37:52 +02:00 committed by Norman Feske
parent fd161cd814
commit fcb0ca305c

View File

@ -70,8 +70,6 @@ void lx_c_allocate_framebuffer(struct drm_device * dev,
c->lx_fb = fb;
memset_io(c->addr, 0, c->size);
return;
err: