Commit e3e63c0
drm/vc4: Correct buffer address on async commit when vertically flipped
The buffer address needs to be for the last line of the image if
vertically flipped. The main commit code was handling this, but
the async path wasn't.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>1 parent 76d6279 commit e3e63c0
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2403 | 2403 | | |
2404 | 2404 | | |
2405 | 2405 | | |
2406 | | - | |
| 2406 | + | |
| 2407 | + | |
2407 | 2408 | | |
2408 | 2409 | | |
2409 | 2410 | | |
| 2411 | + | |
2410 | 2412 | | |
2411 | 2413 | | |
2412 | 2414 | | |
2413 | 2415 | | |
2414 | 2416 | | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
2415 | 2426 | | |
2416 | 2427 | | |
2417 | 2428 | | |
| |||
0 commit comments