Skip to content

kms/cursor-manager: Only update cursor plane relevant device on mode set

When we see a mode set, the cursor manager will update all the cursor planes so they are set correctly as part of the mode set. KMS updates are always per-device, and what was wrong was that it didn't filter out CRTCs on devices that wasn't part of the mode set.

Reported-by: Michel Dänzer mdaenzer@redhat.com Tested-by: Michel Dänzer mdaenzer@redhat.com

Merge request reports