index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-03
drm/udl: delete dead code
Dan Carpenter
1
-1
/
+1
2022-09-10
drm/udl: Sync pending URBs at the end of suspend
Takashi Iwai
1
-4
/
+2
2022-09-10
drm/udl: Don't re-initialize stuff at retrying the URB list allocation
Takashi Iwai
1
-4
/
+3
2022-09-10
drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()
Takashi Iwai
1
-13
/
+29
2022-09-10
drm/udl: Fix potential URB leaks
Takashi Iwai
1
-3
/
+5
2022-09-10
drm/udl: Increase the default URB list size to 20
Takashi Iwai
1
-1
/
+1
2022-09-10
drm/udl: Suppress error print for -EPROTO at URB completion
Takashi Iwai
1
-0
/
+1
2022-09-10
Revert "drm/udl: Kill pending URBs at suspend and disconnect"
Takashi Iwai
1
-22
/
+3
2022-09-10
drm/udl: Add reset_resume
Thomas Zimmermann
1
-1
/
+1
2022-08-10
drm/udl: Replace BUG_ON() with WARN_ON()
Takashi Iwai
1
-1
/
+2
2022-08-10
drm/udl: Kill pending URBs at suspend and disconnect
Takashi Iwai
1
-3
/
+22
2022-08-10
drm/udl: Sync pending URBs at suspend / disconnect
Takashi Iwai
1
-0
/
+17
2022-08-10
drm/udl: Replace semaphore with a simple wait queue
Takashi Iwai
1
-61
/
+23
2021-03-11
drm: Use USB controller's DMA mask when importing dmabufs
Thomas Zimmermann
1
-0
/
+10
2020-11-09
drm/udl: Retrieve USB device from struct drm_device.dev
Thomas Zimmermann
1
-11
/
+12
2020-03-26
drm/udl: drop drm_driver.release hook
Daniel Vetter
1
-10
/
+0
2019-12-11
drm/udl: Remove struct udl_device.active_fb_16
Thomas Zimmermann
1
-3
/
+0
2019-12-06
drm/udl: Remove field lost_pixels from struct udl_device
Thomas Zimmermann
1
-3
/
+0
2019-11-26
drm/udl: Store active framebuffer in device structure
Thomas Zimmermann
1
-0
/
+3
2019-11-19
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
1
-6
/
+0
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
1
-2
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
1
-4
/
+1
2019-04-24
drm/udl: move to embedding drm device inside udl device.
Dave Airlie
1
-20
/
+3
2019-04-24
drm/udl: introduce a macro to convert dev to udl.
Dave Airlie
1
-6
/
+6
2019-04-08
drm/udl: add a release method and delay modeset teardown
Dave Airlie
1
-1
/
+7
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+1
2018-10-23
DRM: UDL: get rid of useless vblank initialization
Eugeniy Paltsev
1
-6
/
+1
2018-07-31
udl-kms: use spin_lock_irq instead of spin_lock_irqsave
Mikulas Patocka
1
-6
/
+4
2018-07-31
udl-kms: handle allocation failure
Mikulas Patocka
1
-10
/
+18
2018-07-31
udl-kms: change down_interruptible to down
Mikulas Patocka
1
-6
/
+1
2018-03-28
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
1
-0
/
+2
2017-10-16
drm/udl: Fixed problem with UDL adpater reconnection
Robert Tarasov
1
-0
/
+5
2017-06-26
drm/udl: Drop drm_vblank_cleanup
Daniel Vetter
1
-2
/
+0
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
1
-2
/
+1
2016-11-11
drm/udl: make control msg static const. (v2)
Dave Airlie
1
-5
/
+11
2016-08-23
drm/udl: Ensure channel is selected before using the device.
Jamie Lentin
1
-0
/
+25
2014-09-10
drm: merge drm_usb into udl
David Herrmann
1
-3
/
+5
2014-07-08
drm/udl: add vblank support
Stéphane Marchesin
1
-0
/
+15
2014-06-12
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+1
2014-05-27
USB: udl: proper error reporting
Oliver Neukum
1
-2
/
+1
2014-04-22
drm/udl: Initialize ret in udl_driver_load
Daniel Vetter
1
-0
/
+1
2013-08-07
drm: don't push static constants on stack for %*ph
Andy Shevchenko
1
-2
/
+2
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-5
/
+2
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-09-13
drm: use %*ph to dump small buffers
Andy Shevchenko
1
-5
/
+2
2012-06-25
drm/udl: Make sure to get correct endian keys from vendor descriptor
Dave Airlie
1
-1
/
+1
2012-03-15
drm/udl: initial UDL driver (v4)
Dave Airlie
1
-0
/
+338