Re: [Spice-devel] [PATCH qxl-win v3] display/*: add PDev->enabled

2011-07-07 Thread Yonit Halperin
On 07/07/2011 12:43 PM, Alon Levy wrote: GDI will continue using any callback we registered even after a DrvAssertMode(FALSE). We are expected to move any surface we own to GDI handled and ignore any new requests to create a surface. This is called punting and we use PDev->enabled to indicate if

[Spice-devel] [PATCH qxl-win v3] display/*: add PDev->enabled

2011-07-07 Thread Alon Levy
GDI will continue using any callback we registered even after a DrvAssertMode(FALSE). We are expected to move any surface we own to GDI handled and ignore any new requests to create a surface. This is called punting and we use PDev->enabled to indicate if this is required. A later patch will set P