[Mesa-dev] [PATCH] gallium/winsys/kms: Close drm device filedescriptor on kms_dri_sw_winsys release

2016-09-05 Thread Lukasz Spintzyk
n use". By this fix xserver does not prevent module removal when usb device is unplugged. Signed-off-by: Lukasz Spintzyk --- src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c b/src/gall

[Mesa-dev] [PATCH] gallium/winsys/kms: Close drm device filedescriptor on kms_dri_sw_winsys release

2016-09-05 Thread Lukasz Spintzyk
DisplayLink device. Additional display should be added. - Unplug usb device. - run command rmmod udl You should see message: rmmod: ERROR: Module udl is in use This is my first patch here. I hope that it will not mess-up to much. regards Lukasz Spintzyk Lukasz Spintzyk (1): gallium/winsys/kms: Close