Black screen with Raspberry Pi 3 VC4 Mesa driver
Bug #1656164 reported by
Alberto Aguirre
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Mir |
Fix Released
|
High
|
Alberto Aguirre | ||
| mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Using mir 0.25 on a rpi3 using the vc4 mesa driver, a blank screen is seen when starting mir_demo_server for example.
Mir 0.24.1 works fine.
Related branches
lp://qastaging/~albaguirre/mir/fix-1656164
- Mir CI Bot: Approve (continuous-integration)
- Daniel van Vugt: Approve
- Brandon Schaefer (community): Approve
-
Diff: 255 lines (+85/-48)7 files modifiedinclude/platform/mir/graphics/gamma_curves.h (+11/-0)
src/platform/graphics/gamma_curves.cpp (+22/-0)
src/platform/symbols.map (+1/-0)
src/platforms/mesa/server/kms/real_kms_display_configuration.cpp (+2/-21)
src/platforms/mesa/server/kms/real_kms_display_configuration.h (+0/-1)
tests/unit-tests/graphics/test_gamma_curves.cpp (+49/-20)
tests/unit-tests/platforms/mesa/kms/test_display.cpp (+0/-6)
| summary: |
- blank screen with rpi3/vc4 mesa driver + Black screen with Raspberry Pi 3 VC4 Mesa driver |
| Changed in mir: | |
| importance: | Undecided → High |
| status: | New → Triaged |
| tags: | added: black-screen |
| Changed in mir: | |
| assignee: | nobody → Alberto Aguirre (albaguirre) |
| milestone: | none → 0.26.0 |
| Changed in mir: | |
| milestone: | 0.26.0 → 1.0.0 |
| Changed in mir: | |
| status: | Triaged → In Progress |
| Changed in mir: | |
| milestone: | 1.0.0 → 0.26.0 |
| Changed in mir: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.
Looks like drmModeCrtcGetGamma returns zero filled gamma tables, which are later set with drmModeCrtcSetGamma even though the tables are not modified.