linux icon indicating copy to clipboard operation
linux copied to clipboard

drm/vc4: Correct buffer address on async commit when vertically flipped

Open 6by9 opened this issue 1 month ago • 2 comments

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.

https://github.com/raspberrypi/firmware/issues/1851

6by9 avatar Dec 08 '25 18:12 6by9

Need to test on a Pi5 before merging, hence draft.

Ideally all the address fixups (eg source cropping) for the commit should apply to async path too, but that's pretty rare.

6by9 avatar Dec 08 '25 18:12 6by9

Confirmed to work on Pi5 too (it was also broken before).

6by9 avatar Dec 08 '25 19:12 6by9