index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_connector.c
Age
Commit message (
Expand
)
Author
2020-04-28
drm/udl: don't set drm_device->dev_private
Daniel Vetter
2020-02-10
drm/udl: Clear struct drm_connector_funcs.dpms
Thomas Zimmermann
2019-12-11
drm/udl: Convert to struct drm_simple_display_pipe
Thomas Zimmermann
2019-12-11
drm/udl: Init connector before encoder and CRTC
Thomas Zimmermann
2019-09-16
drm/connector: Share with non-atomic drivers the function to get the single e...
José Roberto de Souza
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
2019-03-25
drm/udl: Refactor edid retrieving in UDL driver (v2)
Robert Tarasov
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-07-13
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2018-04-25
drm/udl: fix mode_valid's return type
Luc Van Oostenryck
2017-10-24
Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-10-16
drm/udl: Reading all edid blocks in DRM/UDL driver
Robert Tarasov
2017-10-16
drm/udl: Fixed problem with UDL adpater reconnection
Robert Tarasov
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
2017-08-11
drm: Document device unplug infrastructure
Daniel Vetter
2016-08-16
drm/kms: Nuke dirty_info property
Daniel Vetter
2015-12-15
drm/udl: Constify function pointer structs
Ville Syrjälä
2014-09-10
drm: merge drm_usb into udl
David Herrmann
2014-07-18
drm/udl: use helpers
Rob Clark
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
2013-04-12
udl: handle EDID failure properly.
Dave Airlie
2013-01-14
udldrmfb: udl_get_edid: drop unneeded i--
Hans de Goede
2013-01-14
udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack
Hans de Goede
2013-01-14
udldrmfb: Fix EDID not working with monitors with EDID extension blocks
Hans de Goede
2012-11-30
drm/udl: drm_connector_property -> drm_object_property
Rob Clark
2012-11-20
drm/udl: Add missing static storage class specifiers in udl_connector.c
Sachin Kamat
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-09-26
drm/udl: limit modes to the sku pixel limits.
Dave Airlie
2012-08-24
drm: remove the raw_edid field from struct drm_display_info
Jani Nikula
2012-03-15
drm/udl: initial UDL driver (v4)
Dave Airlie