summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_connector.c
AgeCommit message (Expand)Author
2020-02-10drm/udl: Clear struct drm_connector_funcs.dpmsThomas Zimmermann
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner
2019-03-25drm/udl: Refactor edid retrieving in UDL driver (v2)Robert Tarasov
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter
2018-04-25drm/udl: fix mode_valid's return typeLuc Van Oostenryck
2017-10-24Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-10-16drm/udl: Reading all edid blocks in DRM/UDL driverRobert Tarasov
2017-10-16drm/udl: Fixed problem with UDL adpater reconnectionRobert Tarasov
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-08-11drm: Document device unplug infrastructureDaniel Vetter
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter
2015-12-15drm/udl: Constify function pointer structsVille Syrjälä
2014-09-10drm: merge drm_usb into udlDavid Herrmann
2014-07-18drm/udl: use helpersRob Clark
2014-06-19drm: add register and unregister functions for connectorsThomas Wood
2013-04-12udl: handle EDID failure properly.Dave Airlie
2013-01-14udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede
2013-01-14udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede
2013-01-14udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede
2012-11-30drm/udl: drm_connector_property -> drm_object_propertyRob Clark
2012-11-20drm/udl: Add missing static storage class specifiers in udl_connector.cSachin Kamat
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-03Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-26drm/udl: limit modes to the sku pixel limits.Dave Airlie
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie