summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_connector.c
Commit message (Expand)AuthorAgeFilesLines
* drm/connector: Add helper to get a connector type nameLaurent Pinchart2020-02-261-0/+15
* drm/connector: Hookup the new drm_cmdline_mode panel_orientation member (v2)Hans de Goede2020-01-111-0/+7
* drm/connector: Split out orientation quirk detection (v2)Derek Basehore2020-01-111-20/+54
* Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-271-42/+100
|\
| * drm: Add DisplayPort colorspace property creation functionGwan-gyeong Mun2019-09-201-1/+63
| * drm: Rename HDMI colorspace property creation functionGwan-gyeong Mun2019-09-201-17/+22
| * drm/doc: Improve docs around connector (un)registrationDaniel Vetter2019-09-181-2/+8
| * drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza2019-09-161-23/+8
* | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
|/
* drm: Fix kerneldoc warns in connector-related docsSean Paul2019-08-121-4/+6
* drm/hdcp: update content protection property with ueventRamalingam C2019-08-061-4/+13
* drm: Add Content protection type propertyRamalingam C2019-08-061-0/+51
* drm: Add drm_connector_init() variant with ddcAndrzej Pietrasiewicz2019-07-311-0/+35
* drm: Add SPI connector typeNoralf Trønnes2019-07-231-0/+1
* drm/connector: Fix warning in debug messageMaxime Ripard2019-06-241-2/+1
* drm/modes: Support modes names on the command lineMaxime Ripard2019-06-191-1/+2
* drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA descriptionSean Paul2019-06-131-0/+1
* drm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-131-5/+1
* drm: Fix docbook warnings in hdr metadata helper structuresUma Shankar2019-06-041-0/+40
* Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-05-281-43/+0
|\
| * drm/hdcp: gathering hdcp related code into drm_hdcp.cRamalingam C2019-05-091-44/+0
| * drm: move content protection property to mode_configRamalingam C2019-05-091-6/+7
* | drm: Add HDR source metadata propertyUma Shankar2019-05-221-0/+6
* | drm: Fix timestamp docs for variable refresh properties.Mario Kleiner2019-05-071-6/+0
|/
* drm/dp: Set the connector's TILE property even for DP SST connectorsManasi Navare2019-03-141-1/+12
* drm: Add HDMI colorspace propertyUma Shankar2019-02-191-0/+78
* drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-1/+1
* drm/doc: fix VRR_ENABLED casingDaniel Vetter2019-01-301-1/+1
* Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-101-22/+69
|\
| * drm/connector: Allow creation of margin props aloneBoris Brezillon2018-12-191-18/+65
| * drm/connector: Fix drm_mode_create_tv_properties() docBoris Brezillon2018-12-191-1/+1
| * drm: Fix an error pointer dereference()Dan Carpenter2018-12-171-3/+3
* | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-12-061-0/+117
|\ \ | |/ |/|
| * drm: Document variable refresh propertiesNicholas Kazlauskas2018-11-281-0/+68
| * drm: Add vrr_capable property to the drm connectorNicholas Kazlauskas2018-11-281-0/+49
* | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-201-3/+19
|\|
| * Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-191-3/+19
| |\
| | * drm: Fix doc warning in drm_connector_attach_edid_property()Sean Paul2018-10-241-1/+0
| | * drm: add drm_connector_attach_edid_property()Gerd Hoffmann2018-10-051-3/+20
| * | drm/atomic_helper: Stop modesets on unregistered connectors harderLyude Paul2018-10-191-5/+6
| |/
* | drm: Add connector property to limit max bpcRadhakrishna Sripada2018-11-021-0/+41
* | drm/atomic_helper: Stop modesets on unregistered connectors harderLyude Paul2018-10-171-5/+6
|/
* drm: Differentiate the lack of an interface from invalid parameterChris Wilson2018-09-141-1/+1
* drm: Drop drmP.h from drm_connector.cDaniel Vetter2018-09-091-1/+5
* drm/connector: Fix typo in drm_connector_list_iter_next()Lyude Paul2018-07-161-1/+1
* drm: drop _mode_ from remaining connector functionsDaniel Vetter2018-07-131-18/+18
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-5/+5
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-4/+4
* drm: Add drm_connector_has_possible_encoder()Ville Syrjälä2018-07-051-0/+23
* drm: Add drm_connector_for_each_possible_encoder()Ville Syrjälä2018-07-051-12/+9