|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel][RFC] Dynamic modes support for PV xenfb (included)
Hi,
Stripped out a bunch of stuff
Markus Armbruster wrote:
How is this synchronized with xenfb_do_resize()?
>
> If that runs on another processor, it could see the new value of
> resize_dpy, and old values of var.xres and var.yres.
>
>
My suggested fix did not work. My current solution, included in the
upcoming patch post was to remove function xenfb_resize_screen() and
restored xenfb_thread() to it's original state and put a lock around the
event queue. Resize event is now directly sent from xenfb_set_par().
You might want to have a look at that code.
Pat
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|