Re: [PATCH 13/19] present: Add driver facing window flip mode hooks

2018-01-29 Thread Roman Gilg
The idea with this whole "flip mode API" was to separate the window flip mode from the screen flip mode as much as possible and touch the old code only as little as possible, such that the probability for regressions decreases and the possibility for adding other modes or just partial

Re: [PATCH 13/19] present: Add driver facing window flip mode hooks

2018-01-29 Thread Adam Jackson
On Mon, 2018-01-29 at 14:34 +0100, Roman Gilg wrote: > @@ -100,6 +128,21 @@ typedef struct present_screen_info { > > } present_screen_info_rec, *present_screen_info_ptr; > > +typedef struct present_wnmd_info { > +uint32_tversion; > + > +

[PATCH 13/19] present: Add driver facing window flip mode hooks

2018-01-29 Thread Roman Gilg
To enable special functionality of window flips introduce for window flips a separate set of driver facing function hooks. Signed-off-by: Roman Gilg --- present/present.h | 43 +++ present/present_priv.h | 1 + 2 files changed, 44