summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_connector.c
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: drop use of drmP.hSam Ravnborg2019-07-171-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner2019-06-051-4/+1
* drm/udl: Refactor edid retrieving in UDL driver (v2)Robert Tarasov2019-03-251-61/+11
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
* drm/udl: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-10-241-50/+104
|\
| * drm/udl: Reading all edid blocks in DRM/UDL driverRobert Tarasov2017-10-161-38/+68
| * drm/udl: Fixed problem with UDL adpater reconnectionRobert Tarasov2017-10-161-26/+50
* | drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
|/
* drm: Document device unplug infrastructureDaniel Vetter2017-08-111-1/+1
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-161-3/+0
* drm/udl: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* drm: merge drm_usb into udlDavid Herrmann2014-09-101-2/+2
* drm/udl: use helpersRob Clark2014-07-181-8/+1
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-2/+2
* udl: handle EDID failure properly.Dave Airlie2013-04-121-0/+4
* udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede2013-01-141-1/+0
* udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede2013-01-141-1/+7
* udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede2013-01-141-0/+8
* drm/udl: drm_connector_property -> drm_object_propertyRob Clark2012-11-301-1/+1
* drm/udl: Add missing static storage class specifiers in udl_connector.cSachin Kamat2012-11-201-5/+7
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-3/+0
|\
| * Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2012-10-031-0/+7
| |\
| * | drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-241-3/+0
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-4/+4
| |/ |/|
* | drm/udl: limit modes to the sku pixel limits.Dave Airlie2012-09-261-0/+7
|/
* drm/udl: initial UDL driver (v4)Dave Airlie2012-03-151-0/+141