mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
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:
parent
fd161cd814
commit
fcb0ca305c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user