summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_connector.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner1-4/+1
2019-03-25drm/udl: Refactor edid retrieving in UDL driver (v2)Robert Tarasov1-61/+11
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-04-25drm/udl: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2017-10-24Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-50/+104
2017-10-16drm/udl: Reading all edid blocks in DRM/UDL driverRobert Tarasov1-38/+68
2017-10-16drm/udl: Fixed problem with UDL adpater reconnectionRobert Tarasov1-26/+50
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter1-3/+0
2015-12-15drm/udl: Constify function pointer structsVille Syrjälä1-2/+2
2014-09-10drm: merge drm_usb into udlDavid Herrmann1-2/+2
2014-07-18drm/udl: use helpersRob Clark1-8/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2013-04-12udl: handle EDID failure properly.Dave Airlie1-0/+4
2013-01-14udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede1-1/+0
2013-01-14udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede1-1/+7
2013-01-14udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede1-0/+8
2012-11-30drm/udl: drm_connector_property -> drm_object_propertyRob Clark1-1/+1
2012-11-20drm/udl: Add missing static storage class specifiers in udl_connector.cSachin Kamat1-5/+7
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+0
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie1-0/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-09-26drm/udl: limit modes to the sku pixel limits.Dave Airlie1-0/+7
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-3/+0
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie1-0/+141