Re: [PATCH xserver] modesetting: fix compile error when --disable-glamor

2016-09-16 Thread Keith Packard
Michel Dänzer writes: > But either way, with the bugzilla tag fixed, > > Reviewed-by: Michel Dänzer Merged with commit message updated as suggested. d81f9ce..7f6fa4e master -> master -- -keith signature.asc Description: PGP signature

Re: [PATCH xserver] modesetting: fix compile error when --disable-glamor

2016-09-05 Thread Michel Dänzer
On 05/09/16 07:05 PM, Qiang Yu wrote: > Move ms_flush_drm_events out of GLAMOR ifdef. > Fix Bug 97586. The second line should be written like this: Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97586 (with an empty line above it, so it's grouped with other tags such as Signed-off-by.

[PATCH xserver] modesetting: fix compile error when --disable-glamor

2016-09-05 Thread Qiang Yu
Move ms_flush_drm_events out of GLAMOR ifdef. Fix Bug 97586. Signed-off-by: Qiang Yu --- hw/xfree86/drivers/modesetting/driver.h | 4 +- hw/xfree86/drivers/modesetting/pageflip.c | 68 +++ 2 files changed, 36 insertions(+), 36 deletions(-) diff