Re: [PATCH] drm/vmwgfx: Trigger a modeset when the screen moves

2024-08-13 Thread Maaz Mombasawala
On 6/24/24 13:59, Ian Forbes wrote: > When multi-monitor is cycled the X,Y position of the Screen Target will > likely change but the resolution will not. We need to trigger a modeset > when this occurs in order to recreate the Screen Target with the correct > X,Y position. > > Fixes a bug where m

[PATCH] drm/vmwgfx: Trigger a modeset when the screen moves

2024-06-24 Thread Ian Forbes
When multi-monitor is cycled the X,Y position of the Screen Target will likely change but the resolution will not. We need to trigger a modeset when this occurs in order to recreate the Screen Target with the correct X,Y position. Fixes a bug where multiple displays are shown in a single scrollabl