Skip to content

modesetting: Fix dirty updates for sw rotation

Rotation is broken for all drm drivers not providing hardware rotation support. Drivers that give direct access to vram and not needing dirty updates still work but only by accident. The problem is caused by modesetting not sending the correct fb_id to drmModeDirtyFB() and passing the damage rects in the rotated state and not as the crtc expects them. This patch takes care of both problems.

Signed-off-by: Patrik Jakobsson pjakobsson@suse.de

Merge request reports