mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 22:23:45 +00:00
intel/display: use phys resolution for capture
In the "<merge>" case, only a subset of the actual framebuffer was (intentionally) captured to reduce cpu and memory bandwith. The new blit tool however requires, by now, that the capture size must be identical to the framebuffer in use. Issue #5501
This commit is contained in:
parent
d726d70795
commit
33fab30a1f
@ -569,7 +569,7 @@ void lx_emul_i915_framebuffer_ready(unsigned const connector_id,
|
||||
|
||||
drv.ids.apply<Connector>(id, [&](Connector &conn) {
|
||||
|
||||
Capture::Area const area (xres, yres);
|
||||
Capture::Area const area (phys_width, phys_height);
|
||||
Capture::Area const area_phys(phys_width, phys_height);
|
||||
|
||||
bool const merge = Capture::Connection::Label(conn_name) == "mirror_capture";
|
||||
|
Loading…
x
Reference in New Issue
Block a user