aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/udl/udl_connector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-18drm/udl: Set VGA connectorThomas Zimmermann1-1/+1
2021-11-05drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2020-11-09drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann1-4/+4
2020-04-28drm/udl: don't set drm_device->dev_privateDaniel Vetter1-2/+2
2020-02-10drm/udl: Clear struct drm_connector_funcs.dpmsThomas Zimmermann1-1/+0
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann1-8/+4
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann1-6/+3
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single encoderJosé Roberto de Souza1-8/+0
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-misc into drm-nextDave 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/linux-2.6 into drm-nextDave 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