Re: [Intel-gfx] [PATCH xf86-video-intel 1/2] sna: Fix dirtyfb detection

2019-12-09 Thread Chris Wilson
Quoting Ville Syrjala (2019-12-09 15:01:36) > From: Ville Syrjälä > > Fix the accidentally swapped bpp and depth values passed to > the addfb ioctl when we're testing for dirtyfb presence. > Currently the addfb fails every time so we don't even test > the actual dirtyfb ioctl. > > Signed-off-by:

[Intel-gfx] [PATCH xf86-video-intel 1/2] sna: Fix dirtyfb detection

2019-12-09 Thread Ville Syrjala
From: Ville Syrjälä Fix the accidentally swapped bpp and depth values passed to the addfb ioctl when we're testing for dirtyfb presence. Currently the addfb fails every time so we don't even test the actual dirtyfb ioctl. Signed-off-by: Ville Syrjälä --- src/sna/kgem.c | 4 ++-- 1 file changed