mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
b97e549dc4
on display client close (intel_fb). The former code constructed a temporary object on the stack, which sets up the scratch pages for the closed client. However, the scratch page backing store (dma_buffer) gets freed on destruction of the temporary stack object, which leads to DMA faults with visual noise on the screen. Instead, use the already in use ggtt object and add the scratch pages explicitly. Issue #5180 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
xsd | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.