Commits on Source (6)
-
Let xzalloc warn and abort when running out of memory and remove the now unnecessary error handling. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
2b3f5f78 -
Let xzalloc warn and abort when running out of memory. With this, vnc_head_create() doesn't need an error return value anymore. Remove the now unnecessary error handling. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1e6e885e -
Let xzalloc warn and abort when running out of memory. With this, vnc_insert_new_mode() and vnc_ensure_matching_mode() can not return NULL anymore. Remove the now unnecessary error handling. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
233e056b -
Set static monitor strings and physical size once, on head creation. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
853eb732 -
vnc_ensure_matching_mode() does not transfer flags from init_mode. Set flags on the returned mode instead. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
635aa225 -
No output is created at this point. Even if an output existed, it should be relased when the head ist destroyed. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1e901fa2