index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_drv.c
Age
Commit message (
Expand
)
Author
2020-06-10
drm/udl: Use GEM vmap/mmap function from SHMEM helpers
Thomas Zimmermann
2020-04-28
drm/udl: don't set drm_device->dev_private
Daniel Vetter
2020-04-28
drm/udl: Use devm_drm_dev_alloc
Daniel Vetter
2020-04-08
drm/udl: Remove error check from fbdev setup
Thomas Zimmermann
2020-03-26
drm/udl: drop drm_driver.release hook
Daniel Vetter
2020-03-26
drm/udl: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
2020-03-26
drm: Garbage collect drm_dev_fini
Daniel Vetter
2020-03-26
drm/udl: Use drmm_add_final_kfree
Daniel Vetter
2019-12-11
drm/udl: Set preferred color depth to 16 bpp
Thomas Zimmermann
2019-12-11
drm/udl: Switch to atomic suspend/resume helpers
Thomas Zimmermann
2019-12-11
drm/udl: Convert to struct drm_simple_display_pipe
Thomas Zimmermann
2019-11-19
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
2019-11-08
drm/udl: Switch to SHMEM
Thomas Zimmermann
2019-11-08
drm/udl: Allocate GEM object via struct drm_driver.gem_create_object
Thomas Zimmermann
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
2019-04-24
drm/udl: move to embedding drm device inside udl device.
Dave Airlie
2019-04-15
BackMerge v5.1-rc5 into drm-next
Dave Airlie
2019-04-08
drm/udl: add a release method and delay modeset teardown
Dave Airlie
2019-02-21
drm/drv: drm_dev_unplug(): Move out drm_dev_put() call
Noralf Trønnes
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-09-26
drm/udl: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
2018-03-28
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
2017-10-16
drm/udl: Fixed problem with UDL adpater reconnection
Robert Tarasov
2017-08-18
drm: udl: constify usb_device_id
Arvind Yadav
2017-08-16
drm/udl: Use the drm_driver.dumb_destroy default
Noralf Trønnes
2017-08-11
drm: Document device unplug infrastructure
Daniel Vetter
2017-06-20
drm/udl: Remove dummy busid callback
Daniel Vetter
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
2016-09-22
drm: Don't swallow error codes in drm_dev_alloc()
Tom Gundersen
2016-09-06
drm/udl: implement usb_driver suspend/resume.
Haixia Shi
2016-07-12
drm/udl: Unplugging a device now unregisters it
Chris Wilson
2016-03-29
drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()
Alexey Brodkin
2016-02-17
drm/udl: Use module_usb_driver
Amitoj Kaur Chawla
2014-11-20
drm/udl: add support to export a handle to a FD on UDL.
Haixia Shi
2014-09-10
drm: merge drm_usb into udl
David Herrmann
2014-09-10
drm: add driver->set_busid() callback
David Herrmann
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
2013-08-19
drm: remove FASYNC support
Daniel Vetter
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-09-06
drm: use drm_compat_ioctl for 32-bit apps
Keith Packard
2012-06-16
drm/udl: only bind to the video devices on the hub.
Dave Airlie
2012-05-23
udl: add prime fd->handle support.
Dave Airlie
2012-05-22
drm: Constify gem_vm_ops pointer
Laurent Pinchart
2012-04-02
mm, drm/udl: fixup vma flags on mmap
Konstantin Khlebnikov
2012-03-15
drm/udl: initial UDL driver (v4)
Dave Airlie