|
[display] Refactor to avoid implicit framebuffer allocation.
Preparation to allow other images to be presented to the display.
Separate definitions of display and image formats.
display_get_info no longer provides a framebuffer.
display_get_framebuffer allocates a framebuffer for convenience.
Committed: c1255f7f471cab1024440e107faa63c5cf49262b
Total comments: 23
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+323 lines, -162 lines) |
Patch |
|
M |
dev/virtio/gpu/virtio-gpu.c
|
View
|
1
2
3
4
|
2 chunks |
+22 lines, -7 lines |
0 comments
|
Download
|
|
M |
include/dev/display.h
|
View
|
1
2
3
4
|
1 chunk |
+41 lines, -14 lines |
0 comments
|
Download
|
|
M |
include/lib/gfx.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
lib/gfx/gfx.c
|
View
|
1
2
3
4
|
5 chunks |
+23 lines, -22 lines |
0 comments
|
Download
|
|
M |
lib/gfxconsole/gfxconsole.c
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
lib/text/text.c
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
platform/armemu/display.c
|
View
|
1
2
3
4
|
2 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
|
M |
target/dartuinoP0/display/LS013B7DH06.c
|
View
|
|
1 chunk |
+56 lines, -42 lines |
0 comments
|
Download
|
|
M |
target/dartuinoP0/display/memory_lcd_mono.c
|
View
|
1
|
1 chunk |
+14 lines, -17 lines |
0 comments
|
Download
|
|
M |
target/dartuinoP0/include/target/display/LS013B7DH03.h
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
target/dartuinoP0/include/target/display/LS013B7DH06.h
|
View
|
|
1 chunk |
+5 lines, -10 lines |
0 comments
|
Download
|
|
M |
target/dartuinoP0/include/target/display/LS027B7DH01.h
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
target/dartuinoP0/memory_lcd.c
|
View
|
1
2
3
4
|
6 chunks |
+48 lines, -8 lines |
0 comments
|
Download
|
|
M |
target/qemu-m4/m4display.c
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
|
M |
target/stm32746g-eval2/lcd.c
|
View
|
1
2
3
4
|
3 chunks |
+27 lines, -8 lines |
0 comments
|
Download
|
|
M |
target/stm32f746g-disco/lcd.c
|
View
|
1
2
3
4
|
3 chunks |
+27 lines, -8 lines |
0 comments
|
Download
|
Total messages: 18 (2 generated)
|