index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/udl: Set error code in udl_init()
Dan Carpenter
2025-04-17
1
-0
/
+1
*
drm/udl: Support adapters without firmware descriptor
Thomas Zimmermann
2025-04-14
1
-16
/
+21
*
drm/udl: Validate length in vendor-descriptor parser
Thomas Zimmermann
2025-04-14
1
-26
/
+51
*
drm/udl: Treat vendor descriptor as u8
Thomas Zimmermann
2025-04-14
1
-8
/
+8
*
drm/udl: Return error if vendor descriptor is too short
Thomas Zimmermann
2025-04-14
1
-31
/
+31
*
drm/udl: Handle errors from usb_get_descriptor()
Thomas Zimmermann
2025-04-14
1
-10
/
+14
*
drm/udl: Improve type safety when using struct udl_device
Thomas Zimmermann
2025-04-14
1
-16
/
+12
*
drm/udl: Remove unused field gem_lock from struct udl_device
Thomas Zimmermann
2025-04-14
1
-2
/
+0
*
drm/udl: Switch poll helpers to managed cleanup
Thomas Zimmermann
2025-03-24
1
-2
/
+0
*
drm/udl: Set struct drm_device.dma_dev
Thomas Zimmermann
2025-03-12
1
-7
/
+7
*
drm/udl: delete dead code
Dan Carpenter
2023-05-03
1
-1
/
+1
*
drm/udl: Sync pending URBs at the end of suspend
Takashi Iwai
2022-09-10
1
-4
/
+2
*
drm/udl: Don't re-initialize stuff at retrying the URB list allocation
Takashi Iwai
2022-09-10
1
-4
/
+3
*
drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()
Takashi Iwai
2022-09-10
1
-13
/
+29
*
drm/udl: Fix potential URB leaks
Takashi Iwai
2022-09-10
1
-3
/
+5
*
drm/udl: Increase the default URB list size to 20
Takashi Iwai
2022-09-10
1
-1
/
+1
*
drm/udl: Suppress error print for -EPROTO at URB completion
Takashi Iwai
2022-09-10
1
-0
/
+1
*
Revert "drm/udl: Kill pending URBs at suspend and disconnect"
Takashi Iwai
2022-09-10
1
-22
/
+3
*
drm/udl: Add reset_resume
Thomas Zimmermann
2022-09-10
1
-1
/
+1
*
drm/udl: Replace BUG_ON() with WARN_ON()
Takashi Iwai
2022-08-10
1
-1
/
+2
*
drm/udl: Kill pending URBs at suspend and disconnect
Takashi Iwai
2022-08-10
1
-3
/
+22
*
drm/udl: Sync pending URBs at suspend / disconnect
Takashi Iwai
2022-08-10
1
-0
/
+17
*
drm/udl: Replace semaphore with a simple wait queue
Takashi Iwai
2022-08-10
1
-61
/
+23
*
drm: Use USB controller's DMA mask when importing dmabufs
Thomas Zimmermann
2021-03-11
1
-0
/
+10
*
drm/udl: Retrieve USB device from struct drm_device.dev
Thomas Zimmermann
2020-11-09
1
-11
/
+12
*
drm/udl: drop drm_driver.release hook
Daniel Vetter
2020-03-26
1
-10
/
+0
*
drm/udl: Remove struct udl_device.active_fb_16
Thomas Zimmermann
2019-12-11
1
-3
/
+0
*
drm/udl: Remove field lost_pixels from struct udl_device
Thomas Zimmermann
2019-12-06
1
-3
/
+0
*
drm/udl: Store active framebuffer in device structure
Thomas Zimmermann
2019-11-26
1
-0
/
+3
*
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
2019-11-19
1
-6
/
+0
*
drm/udl: drop use of drmP.h
Sam Ravnborg
2019-07-17
1
-2
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
drm/udl: move to embedding drm device inside udl device.
Dave Airlie
2019-04-24
1
-20
/
+3
*
drm/udl: introduce a macro to convert dev to udl.
Dave Airlie
2019-04-24
1
-6
/
+6
*
drm/udl: add a release method and delay modeset teardown
Dave Airlie
2019-04-08
1
-1
/
+7
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-0
/
+1
*
DRM: UDL: get rid of useless vblank initialization
Eugeniy Paltsev
2018-10-23
1
-6
/
+1
*
udl-kms: use spin_lock_irq instead of spin_lock_irqsave
Mikulas Patocka
2018-07-30
1
-6
/
+4
*
udl-kms: handle allocation failure
Mikulas Patocka
2018-07-30
1
-10
/
+18
*
udl-kms: change down_interruptible to down
Mikulas Patocka
2018-07-30
1
-6
/
+1
*
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
2018-03-28
1
-0
/
+2
*
drm/udl: Fixed problem with UDL adpater reconnection
Robert Tarasov
2017-10-16
1
-0
/
+5
*
drm/udl: Drop drm_vblank_cleanup
Daniel Vetter
2017-06-26
1
-2
/
+0
*
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
2017-01-09
1
-2
/
+1
*
drm/udl: make control msg static const. (v2)
Dave Airlie
2016-11-10
1
-5
/
+11
*
drm/udl: Ensure channel is selected before using the device.
Jamie Lentin
2016-08-23
1
-0
/
+25
*
drm: merge drm_usb into udl
David Herrmann
2014-09-10
1
-3
/
+5
*
drm/udl: add vblank support
Stéphane Marchesin
2014-07-08
1
-0
/
+15
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-06-12
1
-0
/
+1
|
\
|
*
drm/udl: Initialize ret in udl_driver_load
Daniel Vetter
2014-04-22
1
-0
/
+1
[next]