index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-09-10
drm/udl: Sync pending URBs at the end of suspend
Takashi Iwai
1
-1
/
+7
2022-09-10
drm/udl: Add reset_resume
Thomas Zimmermann
1
-0
/
+11
2021-03-11
drm: Use USB controller's DMA mask when importing dmabufs
Thomas Zimmermann
1
-0
/
+17
2020-11-24
drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()
Thomas Zimmermann
1
-2
/
+0
2020-11-09
drm/udl: Retrieve USB device from struct drm_device.dev
Thomas Zimmermann
1
-3
/
+0
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-1
/
+1
2020-06-10
drm/udl: Use GEM vmap/mmap function from SHMEM helpers
Thomas Zimmermann
1
-2
/
+2
2020-04-28
drm/udl: don't set drm_device->dev_private
Daniel Vetter
1
-1
/
+0
2020-04-28
drm/udl: Use devm_drm_dev_alloc
Daniel Vetter
1
-19
/
+7
2020-04-08
drm/udl: Remove error check from fbdev setup
Thomas Zimmermann
1
-5
/
+1
2020-03-26
drm/udl: drop drm_driver.release hook
Daniel Vetter
1
-7
/
+1
2020-03-26
drm/udl: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
1
-1
/
+0
2020-03-26
drm: Garbage collect drm_dev_fini
Daniel Vetter
1
-1
/
+0
2020-03-26
drm/udl: Use drmm_add_final_kfree
Daniel Vetter
1
-3
/
+3
2019-12-11
drm/udl: Set preferred color depth to 16 bpp
Thomas Zimmermann
1
-1
/
+1
2019-12-11
drm/udl: Switch to atomic suspend/resume helpers
Thomas Zimmermann
1
-5
/
+2
2019-12-11
drm/udl: Convert to struct drm_simple_display_pipe
Thomas Zimmermann
1
-1
/
+1
2019-11-19
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
1
-1
/
+7
2019-11-08
drm/udl: Switch to SHMEM
Thomas Zimmermann
1
-26
/
+3
2019-11-08
drm/udl: Allocate GEM object via struct drm_driver.gem_create_object
Thomas Zimmermann
1
-0
/
+1
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
1
-1
/
+6
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
1
-1
/
+1
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
-11
/
+45
2019-04-15
BackMerge v5.1-rc5 into drm-next
Dave Airlie
1
-0
/
+1
2019-04-08
drm/udl: add a release method and delay modeset teardown
Dave Airlie
1
-0
/
+1
2019-02-21
drm/drv: drm_dev_unplug(): Move out drm_dev_put() call
Noralf Trønnes
1
-0
/
+1
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+1
2018-09-26
drm/udl: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
1
-1
/
+1
2018-03-28
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
1
-1
/
+1
2017-10-16
drm/udl: Fixed problem with UDL adpater reconnection
Robert Tarasov
1
-0
/
+4
2017-08-18
drm: udl: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-16
drm/udl: Use the drm_driver.dumb_destroy default
Noralf Trønnes
1
-1
/
+0
2017-08-11
drm: Document device unplug infrastructure
Daniel Vetter
1
-1
/
+1
2017-06-20
drm/udl: Remove dummy busid callback
Daniel Vetter
1
-6
/
+0
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
1
-2
/
+0
2016-09-22
drm: Don't swallow error codes in drm_dev_alloc()
Tom Gundersen
1
-2
/
+2
2016-09-06
drm/udl: implement usb_driver suspend/resume.
Haixia Shi
1
-0
/
+16
2016-07-12
drm/udl: Unplugging a device now unregisters it
Chris Wilson
1
-1
/
+0
2016-03-29
drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()
Alexey Brodkin
1
-1
/
+1
2016-02-17
drm/udl: Use module_usb_driver
Amitoj Kaur Chawla
1
-13
/
+1
2014-11-20
drm/udl: add support to export a handle to a FD on UDL.
Haixia Shi
1
-0
/
+2
2014-09-10
drm: merge drm_usb into udl
David Herrmann
1
-43
/
+59
2014-09-10
drm: add driver->set_busid() callback
David Herrmann
1
-0
/
+6
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-1
/
+0
2013-08-19
drm: remove FASYNC support
Daniel Vetter
1
-1
/
+0
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-09-06
drm: use drm_compat_ioctl for 32-bit apps
Keith Packard
1
-0
/
+3
[next]