summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_main.c
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: delete dead codeDan Carpenter2023-05-031-1/+1
* drm/udl: Sync pending URBs at the end of suspendTakashi Iwai2022-09-101-4/+2
* drm/udl: Don't re-initialize stuff at retrying the URB list allocationTakashi Iwai2022-09-101-4/+3
* drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai2022-09-101-13/+29
* drm/udl: Fix potential URB leaksTakashi Iwai2022-09-101-3/+5
* drm/udl: Increase the default URB list size to 20Takashi Iwai2022-09-101-1/+1
* drm/udl: Suppress error print for -EPROTO at URB completionTakashi Iwai2022-09-101-0/+1
* Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai2022-09-101-22/+3
* drm/udl: Add reset_resumeThomas Zimmermann2022-09-101-1/+1
* drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai2022-08-101-1/+2
* drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai2022-08-101-3/+22
* drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai2022-08-101-0/+17
* drm/udl: Replace semaphore with a simple wait queueTakashi Iwai2022-08-101-61/+23
* drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-0/+10
* drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann2020-11-091-11/+12
* drm/udl: drop drm_driver.release hookDaniel Vetter2020-03-261-10/+0
* drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann2019-12-111-3/+0
* drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann2019-12-061-3/+0
* drm/udl: Store active framebuffer in device structureThomas Zimmermann2019-11-261-0/+3
* drm/udl: Replace fbdev code with generic emulationThomas Zimmermann2019-11-191-6/+0
* drm/udl: drop use of drmP.hSam Ravnborg2019-07-171-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner2019-06-051-4/+1
* drm/udl: move to embedding drm device inside udl device.Dave Airlie2019-04-241-20/+3
* drm/udl: introduce a macro to convert dev to udl.Dave Airlie2019-04-241-6/+6
* drm/udl: add a release method and delay modeset teardownDave Airlie2019-04-081-1/+7
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev2018-10-231-6/+1
* udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka2018-07-311-6/+4
* udl-kms: handle allocation failureMikulas Patocka2018-07-311-10/+18
* udl-kms: change down_interruptible to downMikulas Patocka2018-07-311-6/+1
* drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter2018-03-281-0/+2
* drm/udl: Fixed problem with UDL adpater reconnectionRobert Tarasov2017-10-161-0/+5
* drm/udl: Drop drm_vblank_cleanupDaniel Vetter2017-06-261-2/+0
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-2/+1
* drm/udl: make control msg static const. (v2)Dave Airlie2016-11-111-5/+11
* drm/udl: Ensure channel is selected before using the device.Jamie Lentin2016-08-231-0/+25
* drm: merge drm_usb into udlDavid Herrmann2014-09-101-3/+5
* drm/udl: add vblank supportStéphane Marchesin2014-07-081-0/+15
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-121-0/+1
|\
| * drm/udl: Initialize ret in udl_driver_loadDaniel Vetter2014-04-221-0/+1
* | USB: udl: proper error reportingOliver Neukum2014-05-271-2/+1
|/
* drm: don't push static constants on stack for %*phAndy Shevchenko2013-08-071-2/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-5/+2
|\
| * drm: use %*ph to dump small buffersAndy Shevchenko2012-09-131-5/+2
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* drm/udl: Make sure to get correct endian keys from vendor descriptorDave Airlie2012-06-251-1/+1
* drm/udl: initial UDL driver (v4)Dave Airlie2012-03-151-0/+338