Enrico Weigelt

Results 149 comments of Enrico Weigelt

Does that happen with other graphics drivers (eg. modesetting), too ? Can you capture a traffic dump (eg. via xtrace) ?

In this particular case, it seems that the default case should never happen. If ev->num_valutors ever becomes 0, it's a bug. So it's probably better reporting an error here (see...

Maybe we should use BUG_RETURN* macros here, so an error is logged.