Re: [PATCH 11/12] macfb: add vertical blank interrupt

2021-10-04 Thread Mark Cave-Ayland
On 04/10/2021 17:32, Laurent Vivier wrote: Le 02/10/2021 à 13:00, Mark Cave-Ayland a écrit : The MacOS driver expects a 60.15Hz vertical blank interrupt to be generated by the framebuffer which in turn schedules the mouse driver via the Vertical Retrace Manager. Signed-off-by: Mark

Re: [PATCH 11/12] macfb: add vertical blank interrupt

2021-10-04 Thread Laurent Vivier
Le 02/10/2021 à 13:00, Mark Cave-Ayland a écrit : > The MacOS driver expects a 60.15Hz vertical blank interrupt to be generated by > the framebuffer which in turn schedules the mouse driver via the Vertical > Retrace > Manager. > > Signed-off-by: Mark Cave-Ayland > --- > hw/display/macfb.c

[PATCH 11/12] macfb: add vertical blank interrupt

2021-10-02 Thread Mark Cave-Ayland
The MacOS driver expects a 60.15Hz vertical blank interrupt to be generated by the framebuffer which in turn schedules the mouse driver via the Vertical Retrace Manager. Signed-off-by: Mark Cave-Ayland --- hw/display/macfb.c | 81 ++