summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1572959
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1572959')
-rw-r--r--results/scraper/launchpad-without-comments/15729597
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1572959 b/results/scraper/launchpad-without-comments/1572959
new file mode 100644
index 000000000..da6e829d8
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1572959
@@ -0,0 +1,7 @@
+bcm2835_property: inconsistent values when both setting and querying the framebuffer 
+
+As the framebuffer settings are copied into the result message before it is reconfigured, inconsistent behavior can happen when, for instance, you set with a single message the width, height, and depth, and ask at the same time to allocate the buffer and get the pitch and the size.
+
+In this case, the reported pitch and size would be incorrect as they were computed with the initial values of width, height and depth, not the ones the client requested.
+
+Attached is a patch also sent to the qemu-devel mailing list.
\ No newline at end of file