Re: [Intel-gfx] [PATCH xf86-video-intel] sna: Reprobe if kernel updates the connector mode list

2016-10-18 Thread Chris Wilson
On Mon, Oct 17, 2016 at 03:31:24PM -0700, Manasi Navare wrote: > Output_check_status() should return a false if it detects > that the connector mode list has changed so that sna_mode_discover > can reprobe. > > Fixes: eb01cc549d4d (sna: Refresh mode list if the kernel updates) > > Signed-off-by:

[Intel-gfx] [PATCH xf86-video-intel] sna: Reprobe if kernel updates the connector mode list

2016-10-17 Thread Manasi Navare
Output_check_status() should return a false if it detects that the connector mode list has changed so that sna_mode_discover can reprobe. Fixes: eb01cc549d4d (sna: Refresh mode list if the kernel updates) Signed-off-by: Manasi Navare Cc: Chris Wilson Cc: Ville Syrjala --- src/sna/sna_display.