Skip to content
Snippets Groups Projects
Commit a9db28e2 authored by Ollieparanoid's avatar Ollieparanoid
Browse files
parent 9b31dd3d
No related branches found
No related tags found
No related merge requests found
......@@ -84,3 +84,6 @@ $ echo 1 > /sys/devices/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.134/leds/lcd
== Debugging the kernel driver ==
If you have some time to spend on getting your video driver working right, consider adding <code>printk</code> statements in your kernel to understand what it does and where it fails. After building your kernel and flashing, check <code>dmesg</code> for your debug output. See [https://gitlab.com/postmarketOS/pmbootstrap/issues/1618#note_88908569 #1618 (comment)] for a detailed example.
= See also =
* {{issue|211|pmaports}}: framebuffer: red and blue are swapped on devices using MSM8974
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment