Files
linux/drivers/gpu
Ville Syrjälä ddde43711f drm: Warn when leaking flip events on close
Warn when there are events on the file_priv->event_list just before
file_priv gets freed. This can occur if the driver doesn't clean up
pending page flip events in ->preclose().

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2014-08-06 14:51:40 +02:00
..