Commit 113d96d
committed
lmdpdg: Log errors but generate as many panel drivers as we can
Sometimes there are crashes that cannot be easily fixed, e.g.
ValueError: DCS_COMPRESSION_MODE is not supported
As far as I know DCS is not supported on mainline.
In this case, it's still nice if we generate panel drivers for all
other panels at least. So let's log them but continue instead of
failing horribly.1 parent a516096 commit 113d96d
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
0 commit comments