summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-03drm/udl: delete dead codeDan Carpenter1-1/+1
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai1-4/+2
2022-09-10drm/udl: Don't re-initialize stuff at retrying the URB list allocationTakashi Iwai1-4/+3
2022-09-10drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai1-13/+29
2022-09-10drm/udl: Fix potential URB leaksTakashi Iwai1-3/+5
2022-09-10drm/udl: Increase the default URB list size to 20Takashi Iwai1-1/+1
2022-09-10drm/udl: Suppress error print for -EPROTO at URB completionTakashi Iwai1-0/+1
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai1-22/+3
2022-09-10drm/udl: Add reset_resumeThomas Zimmermann1-1/+1
2022-08-10drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai1-1/+2
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai1-3/+22
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai1-0/+17
2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai1-61/+23
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+10
2020-11-09drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann1-11/+12
2020-03-26drm/udl: drop drm_driver.release hookDaniel Vetter1-10/+0
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann1-3/+0
2019-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann1-3/+0
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann1-0/+3
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann1-6/+0
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg1-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner1-4/+1
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie1-20/+3
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie1-6/+6
2019-04-08drm/udl: add a release method and delay modeset teardownDave Airlie1-1/+7
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2018-10-23DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev1-6/+1
2018-07-31udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka1-6/+4
2018-07-31udl-kms: handle allocation failureMikulas Patocka1-10/+18
2018-07-31udl-kms: change down_interruptible to downMikulas Patocka1-6/+1
2018-03-28drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter1-0/+2
2017-10-16drm/udl: Fixed problem with UDL adpater reconnectionRobert Tarasov1-0/+5
2017-06-26drm/udl: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-2/+1
2016-11-11drm/udl: make control msg static const. (v2)Dave Airlie1-5/+11
2016-08-23drm/udl: Ensure channel is selected before using the device.Jamie Lentin1-0/+25
2014-09-10drm: merge drm_usb into udlDavid Herrmann1-3/+5
2014-07-08drm/udl: add vblank supportStéphane Marchesin1-0/+15
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-05-28USB: udl: proper error reportingOliver Neukum1-2/+1
2014-04-22drm/udl: Initialize ret in udl_driver_loadDaniel Vetter1-0/+1
2013-08-07drm: don't push static constants on stack for %*phAndy Shevchenko1-2/+2
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-13drm: use %*ph to dump small buffersAndy Shevchenko1-5/+2
2012-06-25drm/udl: Make sure to get correct endian keys from vendor descriptorDave Airlie1-1/+1
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie1-0/+338